Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jumpserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
jumpserver
Commits
57f02577
Commit
57f02577
authored
Jul 26, 2018
by
wojiushixiaobai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新文档
parent
b001d325
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
faq.rst
docs/faq.rst
+10
-4
No files found.
docs/faq.rst
View file @
57f02577
...
@@ -95,9 +95,9 @@ FAQ
...
@@ -95,9 +95,9 @@ FAQ
$ source /opt/py3/bin/activate
$ source /opt/py3/bin/activate
$ cd /opt/jumpserver/apps
$ cd /opt/jumpserver/apps
$ python manage.py shell
$ python manage.py shell
$
from celery.task.control import discard_all
>>>
from celery.task.control import discard_all
$
discard_all()
>>>
discard_all()
$
exit()
>>>
exit()
$ cd /opt/jumpserver
$ cd /opt/jumpserver
$ ./jms restart celery
$ ./jms restart celery
...
@@ -252,4 +252,10 @@ FAQ
...
@@ -252,4 +252,10 @@ FAQ
# 这是因为系统用户的协议和资产的协议不一致导致的
# 这是因为系统用户的协议和资产的协议不一致导致的
# 检查系统用户的协议和资产的协议
# 检查系统用户的协议和资产的协议
# 请更新至最新代码,此问题已经解决
# 如果是更新了版本出现的问题,请执行下面代码解决
$ source /opt/py3/bin/activate
$ cd /opt/jumpserver/apps
$ python manage.py shell
>>> from assets.models import Asset
>>> Asset.objects.filter(platform__startswith='Win').update(protocol='rdp')
>>> exit()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment