Ubuntu Pastebin

Paste from aaa at Sun, 21 Feb 2016 20:32:37 +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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
dk-Launcher> There has been a AppArmor denial for your application.
Sdk-Launcher> Most likely it is missing a policy in the AppArmor file.
Syslog> Feb 21 21:31:20 ubuntu-phablet kernel: [10980.152913] type=1400 audit(1456086680.928:234): apparmor="DENIED" operation="mkdir" profile="gmusic-unofficial.username_gmusic-unofficial_0.1" name="/opt/click.ubuntu.com/gmusic-unofficial.username/0.1/py/pylibs/gmusicapi/__pycache__/" pid=28045 comm="QPythonWorker" requested_mask="c" denied_mask="c" fsuid=32011 ouid=32011
Sdk-Launcher> There has been a AppArmor denial for your application.
Sdk-Launcher> Most likely it is missing a policy in the AppArmor file.
Syslog> Feb 21 21:31:20 ubuntu-phablet kernel: [10980.154638] type=1400 audit(1456086680.938:235): apparmor="DENIED" operation="mkdir" profile="gmusic-unofficial.username_gmusic-unofficial_0.1" name="/opt/click.ubuntu.com/gmusic-unofficial.username/0.1/py/pylibs/gmusicapi/__pycache__/" pid=28045 comm="QPythonWorker" requested_mask="c" denied_mask="c" fsuid=32011 ouid=32011
Sdk-Launcher> There has been a AppArmor denial for your application.
Sdk-Launcher> Most likely it is missing a policy in the AppArmor file.
Syslog> Feb 21 21:31:20 ubuntu-phablet kernel: [10980.156064] type=1400 audit(1456086680.938:236): apparmor="DENIED" operation="mkdir" profile="gmusic-unofficial.username_gmusic-unofficial_0.1" name="/opt/click.ubuntu.com/gmusic-unofficial.username/0.1/py/pylibs/gmusicapi/clients/__pycache__/" pid=28045 comm="QPythonWorker" requested_mask="c" denied_mask="c" fsuid=32011 ouid=32011
Sdk-Launcher> There has been a AppArmor denial for your application.
Sdk-Launcher> Most likely it is missing a policy in the AppArmor file.
Syslog> Feb 21 21:31:20 ubuntu-phablet kernel: [10980.168029] type=1400 audit(1456086680.948:237): apparmor="DENIED" operation="mkdir" profile="gmusic-unofficial.username_gmusic-unofficial_0.1" name="/opt/click.ubuntu.com/gmusic-unofficial.username/0.1/py/pylibs/gmusicapi/clients/__pycache__/" pid=28045 comm="QPythonWorker" requested_mask="c" denied_mask="c" fsuid=32011 ouid=32011
Sdk-Launcher> There has been a AppArmor denial for your application.
Sdk-Launcher> Most likely it is missing a policy in the AppArmor file.
Syslog> Feb 21 21:31:20 ubuntu-phablet kernel: [10980.172123] type=1400 audit(1456086680.948:238): apparmor="DENIED" operation="mkdir" profile="gmusic-unofficial.username_gmusic-unofficial_0.1" name="/opt/click.ubuntu.com/gmusic-unofficial.username/0.1/py/pylibs/future/__pycache__/" pid=28045 comm="QPythonWorker" requested_mask="c" denied_mask="c" fsuid=32011 ouid=32011
Sdk-Launcher> There has been a AppArmor denial for your application.
Sdk-Launcher> Most likely it is missing a policy in the AppArmor file.
Syslog> Feb 21 21:31:20 ubuntu-phablet kernel: [10980.188941] type=1400 audit(1456086680.968:239): apparmor="DENIED" operation="mkdir" profile="gmusic-unofficial.username_gmusic-unofficial_0.1" name="/opt/click.ubuntu.com/gmusic-unofficial.username/0.1/py/pylibs/future/standard_library/__pycache__/" pid=28045 comm="QPythonWorker" requested_mask="c" denied_mask="c" fsuid=32011 ouid=32011
Sdk-Launcher> There has been a AppArmor denial for your application.
Sdk-Launcher> Most likely it is missing a policy in the AppArmor file.
Syslog> Feb 21 21:31:21 ubuntu-phablet kernel: [10980.264285] type=1400 audit(1456086681.048:240): apparmor="DENIED" operation="mkdir" profile="gmusic-unofficial.username_gmusic-unofficial_0.1" name="/opt/click.ubuntu.com/gmusic-unofficial.username/0.1/py/pylibs/future/utils/__pycache__/" pid=28045 comm="QPythonWorker" requested_mask="c" denied_mask="c" fsuid=32011 ouid=32011
"PyOtherSide error: Traceback (most recent call last):

  File "/opt/click.ubuntu.com/gmusic-unofficial.username/0.1/py/main.py", line 6, in <module>
    from gmusicapi import Mobileclient

  File "/opt/click.ubuntu.com/gmusic-unofficial.username/0.1/py/pylibs/gmusicapi/__init__.py", line 4, in <module>
    from gmusicapi.clients import Webclient, Musicmanager, Mobileclient

  File "/opt/click.ubuntu.com/gmusic-unofficial.username/0.1/py/pylibs/gmusicapi/clients/__init__.py", line 2, in <module>
    from gmusicapi.clients.webclient import Webclient

  File "/opt/click.ubuntu.com/gmusic-unofficial.username/0.1/py/pylibs/gmusicapi/clients/webclient.py", line 13, in <module>
    import gmusicapi.session

  File "/opt/click.ubuntu.com/gmusic-unofficial.username/0.1/py/pylibs/gmusicapi/session.py", line 12, in <module>
    import gpsoauth

  File "/opt/click.ubuntu.com/gmusic-unofficial.username/0.1/py/pylibs/gpsoauth/__init__.py", line 4, in <module>
    from . import google

  File "/opt/click.ubuntu.com/gmusic-unofficial.username/0.1/py/pylibs/gpsoauth/google.py", line 4, in <module>
    from Crypto.PublicKey import RSA

  File "/opt/click.ubuntu.com/gmusic-unofficial.username/0.1/py/pylibs/Crypto/PublicKey/__init__.py", line 29, in <module>
    from Crypto.Util.asn1 import (DerSequence, DerInteger, DerBitString,

  File "/opt/click.ubuntu.com/gmusic-unofficial.username/0.1/py/pylibs/Crypto/Util/asn1.py", line 33, in <module>
    from Crypto.Util.number import long_to_bytes, bytes_to_long

  File "/opt/click.ubuntu.com/gmusic-unofficial.username/0.1/py/pylibs/Crypto/Util/number.py", line 398

    s = pack('>I', n & 0xffffffffL) + s

                                 ^

SyntaxError: invalid syntax
"
qml: python error: Cannot import module: main (Traceback (most recent call last):

  File "/opt/click.ubuntu.com/gmusic-unofficial.username/0.1/py/main.py", line 6, in <module>
    from gmusicapi import Mobileclient

  File "/opt/click.ubuntu.com/gmusic-unofficial.username/0.1/py/pylibs/gmusicapi/__init__.py", line 4, in <module>
    from gmusicapi.clients import Webclient, Musicmanager, Mobileclient

  File "/opt/click.ubuntu.com/gmusic-unofficial.username/0.1/py/pylibs/gmusicapi/clients/__init__.py", line 2, in <module>
    from gmusicapi.clients.webclient import Webclient

  File "/opt/click.ubuntu.com/gmusic-unofficial.username/0.1/py/pylibs/gmusicapi/clients/webclient.py", line 13, in <module>
    import gmusicapi.session

  File "/opt/click.ubuntu.com/gmusic-unofficial.username/0.1/py/pylibs/gmusicapi/session.py", line 12, in <module>
    import gpsoauth

  File "/opt/click.ubuntu.com/gmusic-unofficial.username/0.1/py/pylibs/gpsoauth/__init__.py", line 4, in <module>
    from . import google

  File "/opt/click.ubuntu.com/gmusic-unofficial.username/0.1/py/pylibs/gpsoauth/google.py", line 4, in <module>
    from Crypto.PublicKey import RSA

  File "/opt/click.ubuntu.com/gmusic-unofficial.username/0.1/py/pylibs/Crypto/PublicKey/__init__.py", line 29, in <module>
    from Crypto.Util.asn1 import (DerSequence, DerInteger, DerBitString,

  File "/opt/click.ubuntu.com/gmusic-unofficial.username/0.1/py/pylibs/Crypto/Util/asn1.py", line 33, in <module>
    from Crypto.Util.number import long_to_bytes, bytes_to_long

  File "/opt/click.ubuntu.com/gmusic-unofficial.username/0.1/py/pylibs/Crypto/Util/number.py", line 398

    s = pack('>I', n & 0xffffffffL) + s

                                 ^

SyntaxError: invalid syntax
)
Download as text