[OUTDATED]Install Lotus Notes 8 Beta 3 on Ubuntu 7.04 Feisty Fawn – Step by Step
IMPORTANT: if you are here and want to try to install Notes 8 BETA3 then continue read, otherwise if you want to install final release of Notes 8 (known as GOLD) or later I think is better use THIS HOW-TO .
The original Step-by-Step guide was posted on official Lotus Notes 8 Beta Forum. Here is at your disposal the italian version.
BEWARE: this is a translation from italian text, i’m used to read and translate FROM english not TO english, so forgive me errors that you can encounter and please suggest me any correction you will find useful.
Open your preferred bash and go to your desktop directory, i suppose you have downloaded there the .tar file for beta3 install.
$ sudo ln -sf bash /bin/sh
Firts step, and one of the most important otherwise installer will fault with “Generic LSE etc…” (this is not true for all, waht is true is that you get some error for sure), so we’re substituting DASH with BASH for the time of beta 3 install procedure (DASH is default in /bin/sh for Ubuntu).
$ mkdir notes8b3install
$ cd notes8b3install
$ tar xvf ../notes8_linux_beta3_prod.tar
$ sudo ./setup.sh
We launched the setup process, i have no hints, my line was “all default”, with the except for WHAT to install, i chosen to install ALL the features. When setup has ended (i’m hoping you’ll get an “all ok!” message type, ’cause here i have no idea how aiding you in troubleshooting) DO NOT launch Notes. First of all: you probably don’t see Notes icons, ’cause Gnome haven’t refreshed his configuration, BUT ppls reported that in some case there weren’t icons even after gnome restart. That’s good for us because have to do some step before. A side note, mine setup created launcher icons, but the Notes one was broken.
Next step:
$ sudo rm ~/lotus -r -d
$ sudo rm ~/Lotus -r -d
This was needed to clean your preferences, located in your home dirs, because setup has gone mad and created invalid ones. Worst, permission were invalid (i think this is a drawback of using SUDO, documentation says that setup must be executed by root user, using SUDO isn’t the same thing, similar but not the same). Original how-to says to rename dirs, i think that’s better removing ’cause you will never get anything useful and thus you have a more clean environment, Notes will recreate it as needed.
Now we will correct permission in /etc/lotus:
$ sudo chmod -R 777 /etc/lotus
Original author suggest that 755 will be valid, i ain’t tested yet, so try if you want.
At last we launch notes (from shell, IMPORTANT: NO SUDO):
$ /opt/ibm/lotus/notes/notes
My first run ended with a UI freeze, second try was better. It will start client configuration, nothing really different what we’re used to know for prevs versions.
If you really want you can correct launcher icon on Gnome panel (if you have, otherwise it will appear on next machine restart, if you are lucky) and write down the line you used in shell for running Notes.
I suggest that you restore DASH link in your Ubuntubox (otherwise you have a chanche of getting weird problem when updating your distro):
$ sudo ln -sf dash /bin/sh
End of How-To
Have Fun!
UPDATE: thanks to another italian blogger for these hints, actually Sun JREs seems to give some problem to Notes, 2 users aren’t an army, but they’re better than nothing, and these workaround have at least 2 positive feedbacks, so if you have some stability issue I suggest to uninstall ALL Sun JRE, and then:
$ sudo update-alternatives –config java
With that shell command you have to ensure that the configured standard JRE is GCJ (free Gnu JRE), if not, select it.


Oggi mi sono intestardito e ho cercato di far “rotolare” bene la beta 3 sulla mia macchina Feisty … risultato ho problemi con la sun-java6-plugins installata. L’ho rimosso ed il client frulla che è un piacere , è anche veloce. Tu hai avuto problemi con questo pacchetto e la beta 3?
vfoschi
7 Agosto 2007 alle 09:43
Mo faccio un controllino e poi ti dico
, effettivamente l’ho installata, potrei rollbacckare alla 5, stasera ci provo, mo devo finire un agente prima
Coort
7 Agosto 2007 alle 13:31
Allora, per il momento sembra stabile, mi sono limitato a rimuovere il pacchetto plugin, come da te indicato, mo vediamo se regge mezza giornata senza crashare.
Coort
8 Agosto 2007 alle 07:39
[...] Guide ENG (outdated, tomorrow i’ll fix that) [...]
Update su Notes Beta 3 nativa su Ubuntu… « Svaried Blog, a bit of Linux, in itagliano
9 Agosto 2007 alle 20:37
[...] Installazione Notes 8 Beta 3 Linux su Ubuntu – Guida SbS Revised 6 06 2007 L’originale è stata pubblicata sui forum ufficiali di Notes 8. L’ho indicata anche in un post vecchio ed ecco la versione “revised” da me. Nè proporrò sia la versione in italiano che in inglese (non da subito, dateme tempo), per correttezza. Pubblicata come promesso! [...]
Installazione Notes 8 Beta 3 Linux su Ubuntu - Guida SbS Revised « Svaried Blog, a bit of Linux, in itagliano
9 Agosto 2007 alle 20:38
uhmmm…it’s some time that this post i on my top-ten on “post hit” view, just casual google search or someone have found this useful?
Coort
15 Agosto 2007 alle 07:52
Brilliant guide thanks very much….!
Be interesting to see how you go upgrading to the full version now its released. I ended up going back to 7.0.2 and running under wine, I found 8B3 was just to sluggy and I really needed my admin and dev clients back.
Thanks again Coort
Matt
Matt
20 Agosto 2007 alle 21:37
Actually i have 8 basic version under wine, and 8 native…i think 8 can be a good product, and for sure i’ll test it, but i’m not sure to do an upgrade, i was thinking if it isn’t better erase all and reinstall from scratch, not only for it’s problems, but i’m on an unsupported platform so i fear that upgrade operation can give some problem…
BTW you cite “administrator”, actually i found two unsolved problem (at least for me): first is console that crash and spawn NSD near instantly if i try to use it, next is recertify that hang all (NSD will not appear, but you can’t use the client anyway), you find a solution for these?
Coort
21 Agosto 2007 alle 07:08
Yah, just run into both issues.. thats disappointing..
Oh well, looks like I will just have to run it all inside a VM…
Matt
Matthew Smith
26 Agosto 2007 alle 22:40
This worked perfectly. I am using the Lotus Notes Gold 8 with Ubuntu 7.04 X86 Fiesty Fawn. Thank you!
Richard D. Chennault
27 Settembre 2007 alle 08:26
@Richard
I hope you used the guide for gold version (linked above), actually is much simpler and more clean than this beta one.
Coort
27 Settembre 2007 alle 10:17
[...] We had a lot of snow here in Franklinville, New York. Enough to close school. I had some extra time on my hands and got a hold of the new Lotus Notes 8 tar file from the Notes Administrator of our local Board of Cooperative Educational Services. I decided that today would be a good day to get Notes 8 running on Ubuntu. Notes 8 is not officially supported on Ubuntu. I believe IBM has officially supports Red Hat and Suse. I downloaded the file, extracted it on my desktop and then followed a great how-to that I googled for on the web. If you follow this wonderful set of instructions you too might have some success with Notes 8. Click here.. [...]
Don Watkins » Blog Archive » Notes 8 on Ubuntu 7.10
4 Dicembre 2007 alle 19:12
Make sure you do not have SCIM installed or Notes will fail to load correctly.
oliver
30 Gennaio 2008 alle 20:48
@oliver
Thanks for the advice
Coort
30 Gennaio 2008 alle 22:01
For reference.
http://ubuntuforums.org/showthread.php?t=687679
http://ubuntuforums.org/showthread.php?t=589672
Thanks.
-Tres
fatbuttlarry
16 Febbraio 2008 alle 23:25
Sorry for the delay, i was away for a WE of skiing
(your comments was “antispammed” and placed in the moderation queue).
Some hints: actually i have upgraded my machine from 7.04 to 7.10 without reinstalling notes, it worked anyway.
Later i’ve reinstalled the final release instead of beta3, this is the correct post (it solve some permission issue if you use “sudo”). Even if version was 7.04 i think does not change for 7.10
Coort
18 Febbraio 2008 alle 10:10
[...] How-To is a revised version of the older ones, but there’s really nothing hard on installing Lotus Notes in the last times, IBM has [...]
How-To: Lotus Notes 8.01 on Ubuntu 8.04 (alpha5) « Svaried Blog, a bit of Linux, in itagliano
29 Febbraio 2008 alle 20:16
someome can help me to give me tutor how install lotus note in Ubuntu
Peter
17 Marzo 2008 alle 07:54
@Peter
If you click on “Lotus Notes” category on right sidebar you’ll fiund all mi how-to and tips and trick about LN and Ubuntu
Coort
17 Marzo 2008 alle 12:21
[...] post fue obtenido desde http://coort.wordpress.com/2007/07/17/install-lotus-notes-8-beta-3-on-ubuntu-704-feisty-fawn-step-by... y traducido por [...]
NoterosChile » Blog Archive » Instalar Lotus Notes 8 Beta 3 en Ubuntu 7.04 Feisty Fawn
17 Marzo 2008 alle 14:49
[Edit by Coort: ok, I don't require that you wrote in Italian, but at least comment in Englsh or I will censure every comment I can't understand, because I can't provide moderation on content ]
bbizbor
17 Febbraio 2009 alle 20:14