Fedora / Red Hat Users Group

I am currently in the organizing stages of putting a local Fedora / Red Hat Users group together for the Western New York area. Perhaps over time and with some success I can also draw a few Southern Ontario users as well since it is only about 25 minutes away.

Currently there is a Linux Users Group already in the area, http://nflug.org however they seem to meet sporadically, over the past year and I havent been able to attend any of the few meetings they have had during that time. My thoughts are not to attempt to replace or compete with this existing group but rather possibly spin-off from it and potentially get any Fedora / Red Hat users already in that group interested in also attending the one I am putting together.

The groups focus will be entirely Fedora / Red Hat linux, while users of other distros are more than welcome to participate in the meetings all presentations, topics and content will be based on Fedora and Red Hat software.

I already have a meeting area secured and will post details of it’s location in the near future, as well as a finalized first meeting date (Sometime in October) and the agenda on http://rhatters.org

Fedora Thin Client

I am looking for some interested individuals with assistance in creating a Fedora based thin client image.

My initial thoughts and goals are as follows:

- Small footprint

- Graphical desktop (option)

- Ability to auto-connect to terminal servers with tsclient / rdesktop at bootup

- Ability to run off live-cd and installable from same CD.

These are simply starting points and may be subject to change or added to.

I realize there are other projects out there that do this already but I want to use Fedora as a base.

If anyone is interested in getting involved with this let me know.

(bpowell01 at fedoraproject dot org)

Domino 8 on RHEL 5.2

Running the Domino server installer on Red Hat platforms.
To successfully install a Domino 8 server using graphical mode on supported Red Hat platforms, I performed the following steps: (Note these steps were performed on Red Hat Enterprise Linux 5.2 x86_64)

1. Install the seamonkey fedora rpm from http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.11/contrib/FC_RPMS/seamonkey-1.1.11-1.i386.rpm

or simply download the source rpm from http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.11/contrib/FC_RPMS/source/seamonkey-1.1.11-1.src.rpm and build it yourself

2. Install the following dependency packages.

#yum install libXp libXmu

3. After the initial install run the following as root

#/usr/bin/xhost local:notes

#su notes
#cd /local/notesdata <– if this is the data path you selected during installation

#/opt/ibm/lotus/bin/server

to complete the install.

I had a couple of issues setting up the Domino 8 server on Linux.

– when installing the server, do not select to create the symbolic link – softlink if you are installing into the default locations.

- I also had the usual problem where x-windows could not display the setup program. The error was

“Please edit your shell’s DISPLAY environment variable to
reflect an unlocked terminal that you would like to launch
the Domino Setup Program”
The fix was to su to root and run the command /usr/X11R6/bin/xhost this sets security to let the machine export the display on it’s own screen
then as the “notes” user run…
DISPLAY=:0.0
export DISPLAY

Once this is done cd to the /local/notesdata directory and run /opt/ibm/lotus/bin/server to start the setup program.