On Friday 15 February 2008 20:38, Thomas King wrote: > Has anyone gotten an error when starting a render farm client as a normal > user? I'm getting something like 'bind port:400:permission denied' when > running that command as non-root. At first I thought it was something > having to do with the changes I made when installing an ssh key (since it > requires a certain set of permissions for the home directory), but a fresh > install does the exact same thing in Fedora 8.
Hey, this is Unix, not Windows ;) You must be root to bind to a port < 1024. You can specify an alternate port number on the command line: $ cinelerra -d 3333 -- Hannes _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
