Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neutrinet_ynh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ilja
neutrinet_ynh
Commits
4126ea2e
Commit
4126ea2e
authored
Jun 09, 2016
by
Laurent Peuch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[doc] add info for error messages
parent
c5741c32
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
README.md
README.md
+27
-0
No files found.
README.md
View file @
4126ea2e
...
...
@@ -13,3 +13,30 @@ For now it does 2 things:
Either put
`https://github.com/neutrinet/neutrinet_ynh`
in the administration interface at the bottom of the installation page or do this command in ssh:
yunohost app install https://github.com/Neutrinet/neutrinet_ynh --verbose
# Known and "normal" warning/error messages during installation
If you see those, don't worry, it's not a bug.
After
`+ sudo virtualenv ve --system-site-packages`
Compiling /tmp/pip-build-0Vk8QK/pexpect/pexpect/async.py ...
File "/tmp/pip-build-0Vk8QK/pexpect/pexpect/async.py", line 16
transport, pw = yield from asyncio.get_event_loop()\
^
SyntaxError: invalid syntax
This is due to the fact that we don't use python3 but python2 and that doesn't change anything here.
After
`Running command 'yunohost app setting vpnclient login_passphrase -v "xxxxxxxxxxxxxxxxxxxxx"' ... done`
Failed to open /dev/tty: No such device or address
Failed to open /dev/tty: No such device or address
Failed to open /dev/tty: No such device or address
Failed to open /dev/tty: No such device or address
Failed to open /dev/tty: No such device or address
Failed to open /dev/tty: No such device or address
Failed to open /dev/tty: No such device or address
It doesn't prevent the script from running.
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