This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="root"> | |
<!-- This div's content will be managed by React. --> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|Executing subproject wlroots method meson | |
| | |
|Project name: wlroots | |
|Project version: 0.14.0 | |
|C compiler for the host machine: cc (gcc 10.2.1 "cc (Debian 10.2.1-6) 10.2.1 20210110") | |
|C linker for the host machine: cc ld.bfd 2.35.2 | |
|Compiler for C supports arguments -Wundef: YES | |
|Compiler for C supports arguments -Wlogical-op: YES | |
|Compiler for C supports arguments -Wmissing-include-dirs: YES | |
|Compiler for C supports arguments -Wold-style-definition: YES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export SWAYSOCK=/run/user/$(id -u)/sway-ipc.$(id -u).$(pgrep -x sway).sock | |
…/bin dev swaymsg -t get_tree | grep app_id ✔ 10016 16:01:31 | |
00:00:00.000 [common/ipc-client.c:67] Unable to connect to /run/user/1000/sway-ipc.1000.2361.sock | |
…/bin dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export SWAYSOCK=/run/user/$(id -u)/sway-ipc.$(id -u).$(pgrep -x sway).sock 1|1 ↵ 10010 11:49:02 | |
~ swaymsg -t get_tree | grep app_id ✔ 10011 11:49:05 | |
00:00:00.000 [common/ipc-client.c:67] Unable to connect to /run/user/1000/sway-ipc.1000.7684.sock | |
~ echo $SWAYSOCK 1|1 ↵ 10012 11:49:06 | |
/run/user/1000/sway-ipc.1000.7684.sock | |
~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
swaymsg -t get_tree | grep app_id ✔ 10009 11:41:49 | |
00:00:00.000 [common/ipc-client.c:67] Unable to connect to /run/user/1000/sway-ipc.1000.2270.sock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
Some packages could not be installed. This may mean that you have | |
requested an impossible situation or if you are using the unstable | |
distribution that some required packages have not yet been created | |
or been moved out of Incoming. | |
The following information may help to resolve the situation: | |
The following packages have unmet dependencies: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rgr (192.168.2.111)@[apt]$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 7638D0442B90D010 | |
Executing: /tmp/apt-key-gpghome.e23iQt5hFU/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 7638D0442B90D010 | |
key 7638D0442B90D010: | |
10 signatures not checked due to missing keys | |
gpg: key 7638D0442B90D010: public key "Debian Archive Automatic Signing Key (8/jessie) <[email protected]>" imported | |
gpg: Total number processed: 1 | |
gpg: imported: 1 | |
W: The key(s) in the keyring /etc/apt/trusted.gpg are ignored as the file has an unsupported filetype. | |
rgr (192.168.2.111)@[apt]$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rgr (192.168.2.111)@[apt]$ sudo apt update | |
Get:1 https://cdn-aws.deb.debian.org/debian buster InRelease [136 kB] | |
Err:1 https://cdn-aws.deb.debian.org/debian buster InRelease | |
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7638D0442B90D010 | |
Reading package lists... Done | |
W: https://deb.debian.org/debian/dists/buster/InRelease: The key(s) in the keyring /etc/apt/trusted.gpg are ignored as the file is not readable by user '_apt' executing apt-key. | |
W: GPG error: https://cdn-aws.deb.debian.org/debian buster InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7638D0442B90D010 | |
E: The repository 'https://deb.debian.org/debian buster InRelease' is not signed. | |
N: Updating from such a repository can't be done securely, and is therefore disabled by default. | |
N: See apt-secure(8) manpage for repository creation and user configuration details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The following packages have unmet dependencies: | |
gstreamer1.0-plugins-base : Breaks: gstreamer1.0-plugins-base:i386 (!= 1.10.4-1) but 1.12.3-1 is to be installed | |
gstreamer1.0-plugins-base:i386 : Breaks: gstreamer1.0-plugins-base (!= 1.12.3-1) but 1.10.4-1 is to be installed | |
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @Route("/people/{id}/movies",name="personmovies") | |
**/ | |
public function personMoviesAction(Person $person, Request $request) |
NewerOlder