8 Jul 02:29
Problems with gpbs solved
From: Germán Arias <germanandre304 <at> yahoo.com>
Subject: Problems with gpbs solved
Newsgroups: gmane.comp.lib.gnustep.general
Date: 2008-07-08 00:32:23 GMT
Subject: Problems with gpbs solved
Newsgroups: gmane.comp.lib.gnustep.general
Date: 2008-07-08 00:32:23 GMT
On my .profile file I had the code:
. /home/german/GNUstep/System/Library/Makefiles/GNUstep.sh
if [ 'gdomap -L GDNCServer | grep -c Unable' == 1 ]; then
echo "Starting GNUstep services..."
gdnc
gpbs
fi
make_services
gdomap run, but for an unknown reason gdnc and gpbs didn't run. The problem was
that when I ran an app the gpbs took some seconds to ran (3 or 4 seconds). Even,
didn't run in some cases. Then I change the code on my .profile file to
. /home/german/GNUstep/System/Library/Makefiles/GNUstep.sh
gdnc
gpbs
make_services
Now gdnc and gpbs run from my session's beginning.
RSS Feed