Re: [OpenIndiana-discuss] termcap

2015-01-14 Thread s...@freudiger.nl

Hi Reg,

thanks for the reply.
I was able to change the terminal properties following these instructions:

$infocmp vt100 > vt100.ti
$vi vt100.ti
$tic vt100.ti

thanky for the help!

But this is strange; my IPMI SOL setting is 100x31 (colons x lines), my 
terminfo setting is now 100x31 and even the terminal i use to connect to 
it is set to 100x31, but still when I make for example a $less 
/var/log/syslog only the first few lines show up correctly but then only 
the end of each line is displayed.


Any clue?

kind regards
sam

On 13-01-15 15:04, Reginald Beardsley via openindiana-discuss wrote:

Termcap vs terminfo has always been a bit of a mess.  I believe that terminfo 
has always been standard on Solaris since 2.1.

The best way to diagnose the problem is to run truss and look to see what it 
tries to open and in what order it looks for files.  This is useful for many 
such problems.

truss -o truss.out -f vi

shows OI 151a8 is looking in /usr/share/lib/terminfo

have Fun!
Reg


On Tue, 1/13/15, s...@freudiger.nl  wrote:

  Subject: [OpenIndiana-discuss] termcap
  To: "Discussion list for OpenIndiana" 
  Date: Tuesday, January 13, 2015, 7:26 AM
  
  Hi,
  
  one more question came up, why are my changes in vim

  /usr/share/lib/termcap not effective, is there a command
  that I need to
  run for it to work?
  (I want to change the number of colons and lines for some
  terminal type).
  Or is this the wrong way to do it and I need to compile the
  changes
  somehow to the appropriate location in
  /usr/share/lib/terminfo/X ?
  
  Regards,

  sam
  
  ___

  openindiana-discuss mailing list
  openindiana-discuss@openindiana.org
  http://openindiana.org/mailman/listinfo/openindiana-discuss
  


___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] [HEADSUP] OpenIndiana Hipster default repository URL has changed

2015-01-14 Thread Alexander Pyhalov

Hello.

This message concerns OI Hipster users.
We have just moved default package repository from 
http://pkg.openindiana.org/hipster-2014.1/ to 
http://pkg.openindiana.org/hipster-2015 and bumped branch version from 
2014.1.3 to 2015.0.0. This was necessary to decrease repository size and 
speedup operations of IPS tools.


To make your system use new repository, do the following.
1) Make sure that you are running the latest bits
# pkg refresh
# pkg update
2) Reboot to new BE if necessary
# init 6
3) Change openindiana.org publisher to new one
# pkg set-publisher -G http://pkg.openindiana.org/hipster-2014.1/ -g 
http://pkg.openindiana.org/hipster-2015 openindiana.org

4) Update your system
# pkg update
5) Reboot to new BE
# init 6
6) Check that you have updated osnet-incorporation installed
# pkg info osnet-incorporation
### Should report version >= 2015.0.0.14851

If you are  using custom illumos-gate builds, don't forget to change
PKGVERS_BRANCH to 2015.X.0.0.

--
Best regards,
Alexander Pyhalov,
system administrator of Southern Federal University IT department

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] How to revert a permissive chmod

2015-01-14 Thread Harry Putnam
Doug Hughes  writes:

> You could use A= with -R as long as you know the number of the item
> that you are trying to modify (visible with -v or -V depending on your
> viewing pleasure)
> It's probably the 'everyone' one...

Good plan, thanks for the useful input.


___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] [HEADSUP] OpenIndiana Hipster default repository URL has changed

2015-01-14 Thread Gary Mills
On Wed, Jan 14, 2015 at 06:33:34PM +0300, Alexander Pyhalov wrote:
> 
> We have just moved default package repository from
> http://pkg.openindiana.org/hipster-2014.1/ to
> http://pkg.openindiana.org/hipster-2015 and bumped branch version
> from 2014.1.3 to 2015.0.0. This was necessary to decrease repository
> size and speedup operations of IPS tools.

I am running hipster on one server, but the publisher location is:

   http://pkg.openindiana.org/hipster/

What should I do to upgrade this system?  Your instructions don't work
for it.

-- 
-Gary Mills--refurb--Winnipeg, Manitoba, Canada-

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] [oi-dev] [HEADSUP] OpenIndiana Hipster default repository URL has changed

2015-01-14 Thread Aurélien Larcher
Hi Alexander,

larcher@na75:>  pkg info osnet-incorporation
  Name: consolidation/osnet/osnet-incorporation
   Summary: OS/Net consolidation incorporation
   Description: This incorporation constrains packages from the OS/Net
consolidation.
 State: Installed
 Publisher: openindiana.org
   Version: 0.5.11
Branch: 2015.0.0.14851
Packaging Date: January 14, 2015 01:40:14 PM
  Size: 0.00 B
  FMRI: pkg://
openindiana.org/consolidation/osnet/osnet-incorporation@0.5.11-2015.0.0.14851:20150114T134014Z

Works for me, thank you !
Best regards,

Aurelien

On Wed, Jan 14, 2015 at 4:33 PM, Alexander Pyhalov  wrote:

> Hello.
>
> This message concerns OI Hipster users.
> We have just moved default package repository from
> http://pkg.openindiana.org/hipster-2014.1/ to http://pkg.openindiana.org/
> hipster-2015 and bumped branch version from 2014.1.3 to 2015.0.0. This
> was necessary to decrease repository size and speedup operations of IPS
> tools.
>
> To make your system use new repository, do the following.
> 1) Make sure that you are running the latest bits
> # pkg refresh
> # pkg update
> 2) Reboot to new BE if necessary
> # init 6
> 3) Change openindiana.org publisher to new one
> # pkg set-publisher -G http://pkg.openindiana.org/hipster-2014.1/ -g
> http://pkg.openindiana.org/hipster-2015 openindiana.org
> 4) Update your system
> # pkg update
> 5) Reboot to new BE
> # init 6
> 6) Check that you have updated osnet-incorporation installed
> # pkg info osnet-incorporation
> ### Should report version >= 2015.0.0.14851
>
> If you are  using custom illumos-gate builds, don't forget to change
> PKGVERS_BRANCH to 2015.X.0.0.
>
> --
> Best regards,
> Alexander Pyhalov,
> system administrator of Southern Federal University IT department
>
> ___
> oi-dev mailing list
> oi-...@openindiana.org
> http://openindiana.org/mailman/listinfo/oi-dev
>



-- 
---
LARCHER Aurélien  | KTH, School of Computer Science and
Communication
Work: +46 (0) 8 790 71 42 | Lindstedtsvägen 5, Plan 4, 100 44 Stockholm,
SWEDEN
---
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] [HEADSUP] OpenIndiana Hipster default repository URL has changed

2015-01-14 Thread Alexander Pyhalov

Gary Mills писал 14.01.2015 21:22:

On Wed, Jan 14, 2015 at 06:33:34PM +0300, Alexander Pyhalov wrote:


We have just moved default package repository from
http://pkg.openindiana.org/hipster-2014.1/ to
http://pkg.openindiana.org/hipster-2015 and bumped branch version
from 2014.1.3 to 2015.0.0. This was necessary to decrease repository
size and speedup operations of IPS tools.


I am running hipster on one server, but the publisher location is:

   http://pkg.openindiana.org/hipster/

What should I do to upgrade this system?  Your instructions don't work
for it.


Hello.
This one is a bit dated.
First - create backup BE, because in old times we could do dangerous 
updates accross libc versions.

Second - update to latest /hipster.
If you have Perl 5.16 sun solaris module version 5.11 installed, 
uninstall it (the correct one in /hipster-2014 is 0.5.11).

I'd say set publisher to /hipster-2014 but it seems it has already gone.
So set openindiana.org publisher to /hipster-2014.1.
Update to latest /hipster-2014.1
if this succeeds, set publisher to /hipster-2015 and update.
---
System Administrator of Southern Federal University Computer Center




___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] Openoffice

2015-01-14 Thread russell


Hi,

I have installed OpenOffice last year but found that I am unable to save
any new file or update an existing file. File permissions are okay, if 
their bug in this release of build of Openoffice.


$ pkg list | grep openoffice
  desktop/office/openoffice  4.1.1-2014.1.2.0i--

TIA

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Openoffice

2015-01-14 Thread Apostolos Syropoulos via openindiana-discuss
> I have installed OpenOffice last year but found that I am unable to save
> any new file or update an existing file. File permissions are okay, if
> their bug in this release of build of Openoffice.
>
> $ pkg list | grep openoffice
>   desktop/office/openoffice  4.1.1-2014.1.2.0i--
>
> TIA


Hi

This is a problem I promised to look at but last autumn I had to take care of
my father who was very ill (eventually he passed away...) I hope I will be able
to do what I promised next month.

A.S.
--
Apostolos Syropoulos
Xanthi, Greece

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Openoffice

2015-01-14 Thread ken mays via openindiana-discuss
Russell,
Can you also test: 
desktop/office/openoffice@4.1.1,5.11-2014.1.3.0:20141212T083604Z
~ Ken
 

 On Wednesday, January 14, 2015 12:31 PM, russell 
 wrote:
   

 
Hi,

I have installed OpenOffice last year but found that I am unable to save
any new file or update an existing file. File permissions are okay, if 
their bug in this release of build of Openoffice.

$ pkg list | grep openoffice
  desktop/office/openoffice                      4.1.1-2014.1.2.0    i--

TIA

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


   
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] OI installation on Intel NUC...

2015-01-14 Thread J Marc Edwards
Hello, OI community.  I'm new to the OI environment.  I am performing an OI
installation on an Intel NUC D54250WYKH.

 

I have previously booted and installed SmartOS on this NUC, having started
several zones.  However, I really need the graphical desktop environment and
wanted to explore OpenIndiana.

 

I have created my USB boot drive for OI and have started the installation
process.  I get through the first text queries and the display turns a few
solid colors and then essentially hangs on the green colored background
screen.

 

Any thoughts on what is happening?

 

Regards, Marc

 

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] OI installation on Intel NUC...

2015-01-14 Thread jason matthews


I had a similar problem on intel sr2625urlx systems and ended up just 
doing the text install. i didnt revisit the issue to see if i could 
later install the gui and patch it up.


good luck.

j.

On 1/14/15 1:08 PM, J Marc Edwards wrote:


I have created my USB boot drive for OI and have started the installation
process.  I get through the first text queries and the display turns a few
solid colors and then essentially hangs on the green colored background
screen.

  



___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Openoffice

2015-01-14 Thread Alexander Pyhalov

ken mays via openindiana-discuss писал 14.01.2015 23:51:

Russell,
Can you also
test: desktop/office/openoffice@4.1.1,5.11-2014.1.3.0:20141212T083604Z


The current AOO version is affected by this issue. OpenOffice normally 
works with MS Office formats, but can't create new ODF files. Strangely 
enough, it can edit existing ODF files.

---
System Administrator of Southern Federal University Computer Center



___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] OI installation on Intel NUC...

2015-01-14 Thread Jacob Ritorto
I fought this a couple years ago and eventually figured it out, but the
sequence is slightly vague in my mind.  It's something to do with the 1G
header file mentioned on
http://wiki.openindiana.org/pages/viewpage.action?pageId=25231661 being too
small or too large for your usb stick.  If you google around for that, I
think you'll find the solution; if not, hit me back and I'll try to help
more than just a point in the right direction from memory :)

On Wed, Jan 14, 2015 at 4:38 PM, jason matthews  wrote:

>
> I had a similar problem on intel sr2625urlx systems and ended up just
> doing the text install. i didnt revisit the issue to see if i could later
> install the gui and patch it up.
>
> good luck.
>
> j.
>
> On 1/14/15 1:08 PM, J Marc Edwards wrote:
>
>>
>> I have created my USB boot drive for OI and have started the installation
>> process.  I get through the first text queries and the display turns a few
>> solid colors and then essentially hangs on the green colored background
>> screen.
>>
>>
>>
>
>
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] OI installation on Intel NUC...

2015-01-14 Thread William Dowling
Maybe the 2G header file might help? I had a similar issue and used that
instead. Can't recall the details though.
On 14 Jan 2015 22:41, "Jacob Ritorto"  wrote:

> I fought this a couple years ago and eventually figured it out, but the
> sequence is slightly vague in my mind.  It's something to do with the 1G
> header file mentioned on
> http://wiki.openindiana.org/pages/viewpage.action?pageId=25231661 being
> too
> small or too large for your usb stick.  If you google around for that, I
> think you'll find the solution; if not, hit me back and I'll try to help
> more than just a point in the right direction from memory :)
>
> On Wed, Jan 14, 2015 at 4:38 PM, jason matthews  wrote:
>
> >
> > I had a similar problem on intel sr2625urlx systems and ended up just
> > doing the text install. i didnt revisit the issue to see if i could later
> > install the gui and patch it up.
> >
> > good luck.
> >
> > j.
> >
> > On 1/14/15 1:08 PM, J Marc Edwards wrote:
> >
> >>
> >> I have created my USB boot drive for OI and have started the
> installation
> >> process.  I get through the first text queries and the display turns a
> few
> >> solid colors and then essentially hangs on the green colored background
> >> screen.
> >>
> >>
> >>
> >
> >
> > ___
> > openindiana-discuss mailing list
> > openindiana-discuss@openindiana.org
> > http://openindiana.org/mailman/listinfo/openindiana-discuss
> >
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] What is all this in /var/[...]

2015-01-14 Thread Harry Putnam
There are a very lot of files in /var/ that look like this:

/var/pkg/publisher/openindiana.org/file/\
0d/0d2172918020da3fdef8060f1e9f7d0897039a26

They are a vast number of gzip compressed xml files.  What are they
for?


___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] OI installation on Intel NUC...

2015-01-14 Thread J Marc Edwards
Yes...that solved it.
Thanks, Marc
-Original Message-
From: William Dowling [mailto:wmdowl...@gmail.com] 
Sent: Wednesday, January 14, 2015 4:51 PM
To: Discussion list for OpenIndiana
Subject: Re: [OpenIndiana-discuss] OI installation on Intel NUC...

Maybe the 2G header file might help? I had a similar issue and used that
instead. Can't recall the details though.
On 14 Jan 2015 22:41, "Jacob Ritorto"  wrote:

> I fought this a couple years ago and eventually figured it out, but 
> the sequence is slightly vague in my mind.  It's something to do with 
> the 1G header file mentioned on
> http://wiki.openindiana.org/pages/viewpage.action?pageId=25231661 
> being too small or too large for your usb stick.  If you google around 
> for that, I think you'll find the solution; if not, hit me back and 
> I'll try to help more than just a point in the right direction from 
> memory :)
>
> On Wed, Jan 14, 2015 at 4:38 PM, jason matthews  wrote:
>
> >
> > I had a similar problem on intel sr2625urlx systems and ended up 
> > just doing the text install. i didnt revisit the issue to see if i 
> > could later install the gui and patch it up.
> >
> > good luck.
> >
> > j.
> >
> > On 1/14/15 1:08 PM, J Marc Edwards wrote:
> >
> >>
> >> I have created my USB boot drive for OI and have started the
> installation
> >> process.  I get through the first text queries and the display 
> >> turns a
> few
> >> solid colors and then essentially hangs on the green colored 
> >> background screen.
> >>
> >>
> >>
> >
> >
> > ___
> > openindiana-discuss mailing list
> > openindiana-discuss@openindiana.org
> > http://openindiana.org/mailman/listinfo/openindiana-discuss
> >
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] What is all this in /var/[...]

2015-01-14 Thread Joshua M. Clulow
On 14 January 2015 at 13:52, Harry Putnam  wrote:
> There are a very lot of files in /var/ that look like this:
>
> /var/pkg/publisher/openindiana.org/file/\
> 0d/0d2172918020da3fdef8060f1e9f7d0897039a26
>
> They are a vast number of gzip compressed xml files.  What are they
> for?

As described in pkg(5), this is publisher-specific metadata for the
Image Packaging System.

-- 
Joshua M. Clulow
UNIX Admin/Developer
http://blog.sysmgr.org

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] how to set variables in crontab

2015-01-14 Thread Harry Putnam
WHen I try to set anything other than strict crontab entries cron
refuses my edited crontab.  Things like PATH or mailto, any kind of
var=value will cause it to be rejected.

The most recent error is apparently coming from trying to use the
date command like this

* * * * *  somecmd  > some-$(date +"%y%m%d_%H%M%%S").log

And apparently crontab is stumped on that and complains of unmatched `('

 sh: syntax error at line 1: `(' unmatched

Here is the actual line:
2  0,4,8,12,16,20 * * * ~/bin/rsnapshot -c /etc/rsnap/rc/rsnap_gvHome.conf 
hourly |tee /tmp/rsnap_gvHOME-$(date +\"%y%m%d_%H%M%S\").log

Of course I checked thinking that I had left one off, but I hadn't nor
is there a missing `"'

Its beginning to seem solaris cron is awfully strict.  Or maybe
primitive is the word.

Or maybe there is technique I'm lacking. That one is very likely 

`man crontab' says there are 3 variables supported.  Seems a bit
constricted eh?  I was supprised not to see `PATH' and `mailto' on the
list. 

There is always the option of putting whatever I want in a separate
wrapper script... but that seems like unecessary work.  At least to me.








___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] how to set variables in crontab

2015-01-14 Thread Jim Klimov
On 15 January 2015 03:01:56 CET, Harry Putnam  wrote:
>WHen I try to set anything other than strict crontab entries cron
>refuses my edited crontab.  Things like PATH or mailto, any kind of
>var=value will cause it to be rejected.
>
>The most recent error is apparently coming from trying to use the
>date command like this
>
>* * * * *  somecmd  > some-$(date +"%y%m%d_%H%M%%S").log
>
>And apparently crontab is stumped on that and complains of unmatched
>`('
>
> sh: syntax error at line 1: `(' unmatched
>
>Here is the actual line:
>2  0,4,8,12,16,20 * * * ~/bin/rsnapshot -c
>/etc/rsnap/rc/rsnap_gvHome.conf hourly |tee /tmp/rsnap_gvHOME-$(date
>+\"%y%m%d_%H%M%S\").log
>
>Of course I checked thinking that I had left one off, but I hadn't nor
>is there a missing `"'
>
>Its beginning to seem solaris cron is awfully strict.  Or maybe
>primitive is the word.
>
>Or maybe there is technique I'm lacking. That one is very likely 
>
>`man crontab' says there are 3 variables supported.  Seems a bit
>constricted eh?  I was supprised not to see `PATH' and `mailto' on the
>list. 
>
>There is always the option of putting whatever I want in a separate
>wrapper script... but that seems like unecessary work.  At least to me.
>
>
>
>
>
>
>
>
>___
>openindiana-discuss mailing list
>openindiana-discuss@openindiana.org
>http://openindiana.org/mailman/listinfo/openindiana-discuss

It is in fact better to put all logic into separate scripts, at least from 
systems management perspective - backup, reuse,  versioning, comparison, 
extension etc. are greatly simplified for separate files.

I am also not sure if cron is generally required to pass requests through a 
shell (rather than execute verbatim lines), and which one. You may have better 
luck with double-quotes and backticks to substitute command output rather than 
dollar-parenthesis though, e.g. "`date ...`" .

HTH, Jim
--
Typos courtesy of K-9 Mail on my Samsung Android

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] [HEADSUP] OpenIndiana Hipster default repository URL has changed

2015-01-14 Thread Predrag Zecevic [Unix Systems Administrator]

Hi,

I have also managed to move to /hipster-2015.
Thank you for info and all work on this.

Regards.

On 01/14/15 04:33 PM, Alexander Pyhalov wrote:

Hello.

This message concerns OI Hipster users.
We have just moved default package repository from 
http://pkg.openindiana.org/hipster-2014.1/ to
http://pkg.openindiana.org/hipster-2015 and bumped branch version from 2014.1.3 
to 2015.0.0. This was necessary to decrease
repository size and speedup operations of IPS tools.

To make your system use new repository, do the following.
1) Make sure that you are running the latest bits
# pkg refresh
# pkg update
2) Reboot to new BE if necessary
# init 6
3) Change openindiana.org publisher to new one
# pkg set-publisher -G http://pkg.openindiana.org/hipster-2014.1/ -g 
http://pkg.openindiana.org/hipster-2015 openindiana.org
4) Update your system
# pkg update
5) Reboot to new BE
# init 6
6) Check that you have updated osnet-incorporation installed
# pkg info osnet-incorporation
### Should report version >= 2015.0.0.14851

If you are  using custom illumos-gate builds, don't forget to change
PKGVERS_BRANCH to 2015.X.0.0.



--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

[***]===---
It's not easy, being green. -- Kermit the Frog

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss