Hello. I need help. Last Wednesday, I posted the following text to the Gentoo forums. Since then, it's been viewed 49 times, but not replied to:
I have a programming project stored on a CVS server on my LAN. A few months ago I had to completely reinstall the Gentoo system on that machine. I hadn't worked on the project since before that, but I restored the backups I had of /etc, /home, and the /var/lib/cvsd. Anyway, this was, as I said, a few months ago. The cvs server is running. I can log in. I just can't check out the project: michael@camille ~ $ cvs login Logging in to :pserver:[email protected]:2401/root CVS password: michael@camille ~ $ cvs checkout ourrpg setuid failed: Operation not permitted michael@camille ~ $ I cannot figure this out! Here's my config: carter ~ # cat /etc/cvsd/cvsd.conf RootJail /var/lib/cvsd Uid cvsd Gid cvsd Nice 1 Umask 027 Limit coredumpsize 0 PidFile /var/run/cvsd.pid Listen 192.168.2.2:2401 MaxConnections 10 Log syslog info Repos /root carter ~ # grep cvsd /var/log/messages Sep 26 09:28:30 carter cvsd[13392]: connection from 192.168.2.3 48060 Sep 26 09:28:30 carter cvsd[13392]: cvs command exited with exit-status 1 Sep 26 09:28:36 carter cvsd[13392]: connection from 192.168.2.3 48061 Sep 26 09:28:36 carter cvsd[13392]: cvs command exited with exit-status 0 Sep 26 09:28:45 carter cvsd[13392]: connection from 192.168.2.3 48062 Sep 26 09:28:45 carter cvsd[13392]: cvs command exited with exit-status 1 Sep 26 10:15:21 carter cvsd[13392]: connection from 192.168.2.3 48152 Sep 26 10:15:21 carter cvsd[13392]: cvs command exited with exit-status 1 Sep 26 10:19:45 carter cvsd[13392]: connection from 192.168.2.3 48153 Sep 26 10:19:45 carter cvsd[13392]: cvs command exited with exit-status 1 Sep 26 10:20:33 carter gpasswd[13860]: user michael added by root to group cvsd Sep 26 10:21:06 carter cvsd[13392]: connection from 192.168.2.3 48154 Sep 26 10:21:06 carter cvsd[13392]: cvs command exited with exit-status 1 Sep 26 10:36:37 carter distccd[13055]: (dcc_job_summary) client: 192.168.2.2:46302 COMPILE_OK exit:0 sig:0 core:0 ret:0 time:290ms i686-pc-linux-gnu-gcc cvsd.c Sep 26 10:39:08 carter cvsd[13392]: caught signal SIGTERM (15), shutting down Sep 26 10:39:08 carter cvsd[13392]: version 1.0.7 bailing out Sep 26 10:39:08 carter cvsd[4014]: version 1.0.7 starting Sep 26 10:39:08 carter cvsd[4014]: listening on 192.168.2.2 2401 Sep 26 10:39:08 carter cvsd[4014]: accepting connections Sep 26 10:39:18 carter cvsd[4014]: connection from 192.168.2.3 48478 Sep 26 10:39:18 carter cvsd[4014]: cvs command exited with exit-status 1 Sep 26 10:39:22 carter cvsd[4014]: connection from 192.168.2.3 48479 Sep 26 10:39:22 carter cvsd[4014]: cvs command exited with exit-status 0 Sep 26 10:39:28 carter cvsd[4014]: connection from 192.168.2.3 48480 Sep 26 10:39:28 carter cvsd[4014]: cvs command exited with exit-status 1 Sep 26 10:40:45 carter cvsd[4014]: caught signal SIGTERM (15), shutting down Sep 26 10:40:45 carter cvsd[4014]: version 1.0.7 bailing out Sep 26 10:40:45 carter cvsd[4076]: version 1.0.7 starting Sep 26 10:40:45 carter cvsd[4076]: listening on 192.168.2.2 2401 Sep 26 10:40:45 carter cvsd[4076]: accepting connections Sep 26 10:40:52 carter cvsd[4076]: connection from 192.168.2.3 48482 Sep 26 10:40:52 carter cvsd[4076]: cvs command exited with exit-status 1 Sep 26 11:51:37 carter cvsd[4076]: connection from 192.168.2.3 48488 Sep 26 11:51:37 carter cvsd[4076]: cvs command exited with exit-status 1 Sep 26 11:57:21 carter gpasswd[4623]: user michael added by root to group cvsd Sep 26 11:58:07 carter cvsd[4076]: connection from 192.168.2.2 50133 Sep 26 11:58:07 carter cvsd[4076]: cvs command exited with exit-status 0 Sep 26 11:58:18 carter cvsd[4076]: connection from 192.168.2.2 50134 Sep 26 11:58:18 carter cvsd[4076]: cvs command exited with exit-status 1 Sep 26 13:15:58 carter cvsd[4076]: connection from 192.168.2.3 48823 Sep 26 13:15:58 carter cvsd[4076]: cvs command exited with exit-status 0 Sep 26 13:16:06 carter cvsd[4076]: connection from 192.168.2.3 48824 Sep 26 13:16:06 carter cvsd[4076]: cvs command exited with exit-status 1 If there is any other information I can provide to help diagnose this problem, please tell me... Please help me! -Michael Sullivan-
