Why are you sourcing init.csh to run gnome sesion from the terminal? 

1)  It shouldn't be necessary, if your fink environment is set up
correctly:  this is only to run applications from the Apple X11 menubar.

2)  You're running tcsh, so sourcing /sw/bin/init.sh could cause
errors--since you have "/source" rather than "source" you don't cause
these errors.

Your xterm errors are (from "man xterm"):


       29   ERROR_FORK
            spawn: fork() failed

And from "man fork":

ERRORS
     Fork() will fail and no child process will be created if:

     [EAGAIN]           The system-imposed limit on the total number of
pro-
                        cesses under execution would be exceeded.  This
limit
                        is configuration-dependent.

     [EAGAIN]           The system-imposed limit MAXUPRC (<sys/param.h>)
on
                        the total number of processes under execution by
a
                        single user would be exceeded.

     [ENOMEM]           There is insufficient swap space for the new
process.

So it looks like you may need to stop some applications.


On Mon, 2003-03-24 at 13:27, john blumer wrote:
> Can someone explain this.  Thanks
> 
> 
> 0: Command not found.
> [john-blumers-Computer:~] johnblumer% /source /sw/bin/init.sh ; gnome-session
> /source: Command not found.
> using device Built-in audio controller for output:
>         with sample rate 44100.000000, 2 channels and 32-bit sample
> using device Built-in audio controller for input:
>         with sample rate 44100.000000, 2 channels and 32-bit sample
> _IceTransmkdir: Owner of /tmp/.ICE-unix should be set to root
> SESSION_MANAGER=local/john-blumers-Computer.local.:/tmp/.ICE-unix/893
> using device Built-in audio controller for output:
>         with sample rate 44100.000000, 2 channels and 32-bit sample
> using device Built-in audio controller for input:
>         with sample rate 44100.000000, 2 channels and 32-bit sample
> Gnome-Message: gnome_execute_async_with_env_fds: returning -1
> Gnome-Message: gnome_execute_async_with_env_fds: returning -1
> Gnome-Message: gnome_execute_async_with_env_fds: returning -1
> Gnome-Message: gnome_execute_async_with_env_fds: returning -1
> Gnome-Message: gnome_execute_async_with_env_fds: returning -1
> Gnome-Message: gnome_execute_async_with_env_fds: returning -1
> xterm: Error 29, errno 35: Resource temporarily unavailable
> xterm: Error 29, errno 35: Resource temporarily unavailable
> 
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Fink-beginners mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/fink-beginners
-- 
Alexander K. Hansen
Associate Research Scientist, Columbia University
visiting MIT Plasma Science and Fusion Center
Levitated Dipole Experiment
175 Albany Street, NW17-219
Cambridge, MA  02139-4213


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to