|
|
Choosing A Webhost: |
Re: Newbie: Palm & ogo: msg#00038cms.opengroupware.discuss.german
Am Donnerstag, 29. April 2004 11:56 schrieb Hans Novak: > Hi, > > ich lese seit Tagen in Foren und im Web. > Leider steht nirgends ein "howto" für Palm Benutzer. > Der ogo Server läuft. > Palm mit kpilot läuft ebenfalls. > Ich benötige wohl "skyrix" - was auch immer das ist und woher auch immer > man das bekommen mag. > > Kann mir jemand helfen ? > > Hans Hi, nö du musst den nhsd starten und dann den Palm übers Netzwerk mit diesem Server abgleichen. zur Hilfe hier mein Startscript ( man müsste es evtl noch ein bisschen aufräumen ): #! /bin/sh # hexxter hack : das hilft gegen die floatingpoint exception mit dem kernel2.6 #export LD_ASSUME_KERNEL=2.4.1 #!/bin/sh # # Start the OpenGroupware suite # # Author: Jimmy Stenke <developer@xxxxxxxxxx> # Slight modifications: Robert Hutton <rwh@xxxxxxxxxxxxxxxxxxx> # PATH=/bin:/usr/bin:/sbin:/usr/sbin HOMEDIR=/usr/lib/opengroupware.org DAEMON=$HOMEDIR/Tools/ix86/linux-gnu/gnu-fd-nil/nhsd NAME=nhsd USER=opengroupware test -f $DAEMON || exit 0 source $HOMEDIR/OpenGroupware.org.sh export SASL_PATH="${GNUSTEP_USER_ROOT}/Library/Plugins/Plain.plugin/$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS/$LIBRARY_COMBO" export PILOTPORT=net:any:14238 start() { touch /var/run/$NAME.pid chown $USER /var/run/$NAME.pid if start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \ --background --chuid $USER --make-pidfile --exec $DAEMON -- $OPTIONS ; then echo "$NAME." else echo "." fi } stop() { if start-stop-daemon --stop --quiet --pidfile /var/run/$NAME.pid; then echo "$NAME." else echo "." fi } case "$1" in start) echo -n "Starting groupware suite: " start ;; stop) echo -n "Stopping groupware suite: " stop ;; restart | force-reload) echo -n "Restarting groupware suite: " stop start ;; *) echo "Usage: /etc/init.d/$NAME {start|stop|restart|force-reload}" exit 1 ;; esac exit 0 -- OpenGroupware.org German Discussion discuss-de@xxxxxxxxxxxxxxxxx http://mail.opengroupware.org/mailman/listinfo/discuss-de
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | ogo wegen Update Instalationsanleitungs-Verbesserungsvorschlag, Vertrieb |
|---|---|
| Previous by Thread: | Newbie: Palm & ogo, Hans Novak |
| Next by Thread: | ogo wegen Update Instalationsanleitungs-Verbesserungsvorschlag, Vertrieb |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |