close Warning: Can't synchronize with repository "(default)" (/usr/local/svn/deb2-client does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 2 and Version 3 of ServerTroubleshooting


Ignore:
Timestamp:
Jul 18, 2008, 1:12:02 PM (16 years ago)
Author:
Adam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerTroubleshooting

    v2 v3  
    1313If this happens, stop the DEB server completely:
    1414{{{
    15 sudo /etc/init.d/deb-server stop
     15sudo /etc/init.d/debserver-common stop
    1616}}}
    1717
     
    2323Start the DEB server:
    2424{{{
    25 sudo /etc/init.d/deb-server start
     25sudo /etc/init.d/debserver-common start
    2626}}}