Ubuntu Pastebin

Paste from ahasenack at Fri, 1 Sep 2017 13:25:38 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
(artful-samba-apport-cifs-1703604)andreas@nsn7:~/git/packages/samba$ snap revert --revision=207 git-ubuntu
git-ubuntu reverted to 0
(artful-samba-apport-cifs-1703604)andreas@nsn7:~/git/packages/samba$ snap list 
Name                 Version    Rev   Developer  Notes
asciinema            1.4.0      9     sabdfl     classic
canonical-livepatch  7          22    canonical  -
charm                2.2        15    charms     classic
core                 16-2.27.5  2774  canonical  core
git-ubuntu           0          207   nacc       classic
ubuntu-image         1.1+snap3  75    canonical  classic
(artful-samba-apport-cifs-1703604)andreas@nsn7:~/git/packages/samba$ git ubuntu build-source --sign
gitubuntu.lpuser is not set. What is your Launchpad username? We will set this in your personally global git configuration for you. To abort, press Enter.
Username: ahasenack
09/01/2017 10:24:20 - WARNING:Setting the Launchpad user for git-ubuntu to ahasenack with `git config --global gitubuntu.lpuser ahasenack`.
09/01/2017 10:24:20 - ERROR:Command exited 255: git config --global gitubuntu.lpuser ahasenack
09/01/2017 10:24:20 - ERROR:stdout: 
09/01/2017 10:24:20 - ERROR:stderr: warning: unable to access '/home/andreas/.gitconfig': Permission denied
  error: could not lock config file /home/andreas/.gitconfig: Permission denied
Traceback (most recent call last):
  File "/snap/git-ubuntu/207/gitubuntu/__main__.py", line 187, in main
    verbose_on_failure=False,
  File "/snap/git-ubuntu/207/gitubuntu/run.py", line 70, in run
    raise e
  File "/snap/git-ubuntu/207/gitubuntu/run.py", line 55, in run
    stdout=stdout, stderr=stderr, stdin=stdin)
  File "/snap/git-ubuntu/207/usr/lib/python3.6/subprocess.py", line 418, in run
    output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['git', 'config', 'gitubuntu.lpuser']' returned non-zero exit status 1.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/snap/git-ubuntu/207/bin/git-ubuntu", line 22, in <module>
    main()
  File "/snap/git-ubuntu/207/gitubuntu/__main__.py", line 204, in main
    run(['git', 'config', '--global', 'gitubuntu.lpuser', user])
  File "/snap/git-ubuntu/207/gitubuntu/run.py", line 70, in run
    raise e
  File "/snap/git-ubuntu/207/gitubuntu/run.py", line 55, in run
    stdout=stdout, stderr=stderr, stdin=stdin)
  File "/snap/git-ubuntu/207/usr/lib/python3.6/subprocess.py", line 418, in run
    output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['git', 'config', '--global', 'gitubuntu.lpuser', 'ahasenack']' returned non-zero exit status 255.
Download as text