Ubuntu Pastebin

Paste from ahasenack at Fri, 1 Sep 2017 13:58:55 +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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
(artful-samba-apport-cifs-1703604)andreas@nsn7:~/git/packages/samba$ snap list --all git-ubuntu
Name        Version  Rev  Developer  Notes
git-ubuntu  0        206  nacc       disabled,classic
git-ubuntu  0        207  nacc       disabled,classic
git-ubuntu  0        209  nacc       classic

(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.


(artful-samba-apport-cifs-1703604)andreas@nsn7:~/git/packages/samba$ dmesg
(...)
[ 5160.966878] audit: type=1400 audit(1504272252.972:90): apparmor="DENIED" operation="open" profile="snap.git-ubuntu.git-ubuntu" name="/home/andreas/git/packages/samba/.git/HEAD" pid=32598 comm="git" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 5160.966897] audit: type=1400 audit(1504272252.972:91): apparmor="DENIED" operation="open" profile="snap.git-ubuntu.git-ubuntu" name="/home/andreas/git/packages/samba/.git/HEAD" pid=32598 comm="git" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 5160.966933] audit: type=1400 audit(1504272252.972:92): apparmor="DENIED" operation="open" profile="snap.git-ubuntu.git-ubuntu" name="/home/andreas/.gitconfig" pid=32598 comm="git" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 5160.976707] audit: type=1400 audit(1504272252.980:93): apparmor="DENIED" operation="open" profile="snap.git-ubuntu.git-ubuntu" name="/home/andreas/.gitconfig" pid=32598 comm="git" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 5168.059901] audit: type=1400 audit(1504272260.064:94): apparmor="DENIED" operation="open" profile="snap.git-ubuntu.git-ubuntu" name="/home/andreas/git/packages/samba/.git/HEAD" pid=32608 comm="git" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 5168.059926] audit: type=1400 audit(1504272260.064:95): apparmor="DENIED" operation="open" profile="snap.git-ubuntu.git-ubuntu" name="/home/andreas/git/packages/samba/.git/HEAD" pid=32608 comm="git" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 5168.059990] audit: type=1400 audit(1504272260.064:96): apparmor="DENIED" operation="open" profile="snap.git-ubuntu.git-ubuntu" name="/home/andreas/.gitconfig" pid=32608 comm="git" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 5168.060230] audit: type=1400 audit(1504272260.064:97): apparmor="DENIED" operation="mknod" profile="snap.git-ubuntu.git-ubuntu" name="/home/andreas/.gitconfig.lock" pid=32608 comm="git" requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000
Download as text