Thank so much for the response Mattew.

Answer for your question:
  Machine started tracd perfectly and just sit there.
  We didn't get the login prompt
  Run level is 5
  We also tried to switch to another VTY, but it hung.
  Through remote, able to access the machine (text level)
  No symlinks used to tracd script

Please find below the configuration
  Linux 2.6.29.4-167.fc11.i686.PAE
  svn, version 1.6.6 (r40053)
  Python 2.6
  trac 0.11.7

Solution taken:
  Trough remote, issued the below commands
      chkconfig svntracd off
      reboot
  Afer reboot issued "/etc/rc.d/init.d/svntracd start" (prints all the
information in the console)

Script modified as below:
1. "OPTIONS" variable changed to "OPTS" as SVN didn't accept it
2. Declared the "OPTS" variable as "OPTS="-p 8014 -e /home/kavitha/svn/
tracenv/"
3. "return -1;" inside the if condition in start() throws error and
modified into "exit;"
4. Sometimes, only lockfile is created. But stop() checks for only pid
file, so changed the script to check for lock file also. If exist then
remove (rm) is called for lock file also.

Trust I have given all the information, if not please let me know.

Did I made any wrong value in OPTS varibale?

On Dec 16, 7:40 pm, Matthew Caron <[email protected]> wrote:
> On 12/16/2010 03:29 AM, kavitha wrote:
>
> > If tracd script starts automatically (kept in /etc/rc.d/init.d/) when
> > the linux machine boots up then unable to use the GUI of Linux. If I
> > stop the script then GUI is working fine.
>
> Please be more specific. "It doesn't work" is not a valid problem
> description. How does it not work? Does the machine start tracd and just
> sit there? Do you get to a login prompt? Can you log in and get a
> desktop? If it's hung, can you switch to another VTY (ie
> Ctrl+alt+F1-F6). What distribution are you using? Into what runlevels
> are symlinks to the tracd script installed? When you make it run again,
> how are you stopping the script?
>
> > Note: I used the tracd script which is in the 
> > pathhttp://trac.edgewall.org/ticket/4352
>
> Did you modify it in any way?
> --
> Matthew Caron
> Build Engineer
> Sixnet |www.sixnet.com
> O +1 518 877 5173 Ext. 138
> F +1 518 602 9209
> [email protected]

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to