lotus notes
Lotus Notes Error “Network operation did not complete in a reasonable amount of time” Resolution
I was working from home yesterday (had a dentist appointment to get my root canal crowned, and 2 fillings) and ran into an issue with Lotus Notes when I tried to send an email. Basiclly it failed with “Network operation did not complete in a reasonable amount of time”. But wait, pings never get lost, reverse dns is fine (wasn’t sure if notes did a reverse check when you sent or not) and my connectivity within VPN is perfect. So I pull out wireshark (which is a great packet troubleshooting program if you’ve never used or heard of it) went to send my mail and got:
So I checked out the packet and found:

So when I send the packet it has an MTU size of 1500 and I never get it back. My guess is it hit the firewall, went through (with some possibly destination information) and got blocked on its way back. The re-transmissions were obviously because the client didn’t get the packet back.
So I lowered my MTU for my vpn device tun0 (you can find your device that vpn is on by running ifconfig or /sbin/ifconfig if /sbin is not in your $PATH).
To lower your MTU run:
sudo ifconfig tun0 mtu 1300
started a sniff, resent and all was good.
Installing IBM Lotus Notes 8.5 Beta on openSUSE 11.0
IBM has recently released a public beta of Lotus Notes 8.5 which will have many improvements and features above what the 8.0 family will give. I went to the beta site and was overjoyed to see they had RPM, DEB and their standard installer avaliable (about time IBM, about time). After I was overcome with joy, I decided to uninstall the current version of 8.0.1 and go ahead and install 8.5 via RPM package which was easily enough:
sudo rpm -ivh ibm_lotus_notes-8.5.i586.rpm
It installs, runs post installation scripts, and I go ahead launch and configure it. Not only does it have a smaller memory footprint so far, but for some odd reason it looks so much better (havn’t dug into why I think it looks better, but the fonts are much better). I notice that the sametime integration isn’t there, so I install the sametime package that came with the RPMS downloads with
sudo rpm -ivh ibm_lotus_sametime-8.5.i586.rpm
Setup sametime and was back up and running in no time FLAT. I haven’t done too much with it, other then send some emails and chat on sametime a little bit (sametime is still 8.0, even though the installer says 8.5).
Here is a list of all the RPM packages that are included:
ibm_lotus_activities-8.5.i586.rpm
ibm_lotus_sametime-8.5.i586.rpm
ibm_lotus_cae-8.5.i586.rpm
ibm_lotus_symphony-8.5.i586.rpm
ibm_lotus_notes-8.5.i586.rpm
I may install activites and symphony at some point, but right now I wouldn’t use them.
Keep posted I’ll write a wiki for installation at some point.
Note: although I have not tested with Lotus NOtes 8.5, you will probably need the following package for the application to work correctly:
libgnomeprintui
Search
Powered by
Tags
10.3 11.0 11.1 apache bash beta bootchart codeweavers compiz drivers emerald emulation esx fat ass tomato man filesystems flash fonts gnome grub ibm kde kde4 kernel knoppix linux lotus notes lvm Microsoft nomad nvidia openoffice opensuse performance repositories review scripting security tech tutorial ubuntu user management VMWare windows wine workstationArchives
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- February 2008
- January 2008
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
Ben Kevan's Blog
- Connecting to Linux via RDP using NOMAD on openSUSE 11.1
- Red Hat (RHT) Profits Soar, is Novell (NOVL) Next?
- Dropping KDE 3.5 for openSUSE 11.2 isn’t really a bad thing
- 5 Days on openSUSE 11.1 was an early X-Mas present
- Unexpected Downtime
- Amarok 2.0 Final Released - Shipping with openSUSE 11.1
- PCLinuxOS 2009 Beta 2 - Review, Thoughts and Screenshots
- Opera 10.0 Alpha 1 on openSUSE 11.1 - Review
- Ding Dong the Emeralds Back Compiz
- 11.1 Build Service Repositories being Built

