#Firefox Auth Server installation failure
I tried to install a Firefox Auth Server on my Linux x86 machine today by following Mozilla's official tutorial. Their instructions refer to the fxa-auth-server GitHub repository, where the read me is to be followed. Unfortunately, when executing npm install
to build the server scripts, npm exits with an error. The terminal output and the debug log is found below, this has been asked in a server fault question.
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
[10:31:11] hb_init: starting libhb thread | |
[10:31:11] thread 7feae1f0e700 started ("libhb") | |
HandBrake 1.0.7 (2017041000) - Linux x86_64 - https://handbrake.fr | |
8 CPUs detected | |
Opening MVI_7501.MOV... | |
[10:31:11] CPU: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz | |
[10:31:11] - Intel microarchitecture Ivy Bridge | |
[10:31:11] - logical processor count: 8 | |
[10:31:11] hb_scan: path=MVI_7501.MOV, title_index=1 | |
udfread ERROR: ECMA 167 Volume Recognition failed |
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
group: HHUDatenbankenBlatt7Aufgabe1 | |
A = { | |
ka:number, a1:number, a2:string | |
1 , 1 , s | |
2 , 5 , l | |
3 , 3 , m | |
4 , 5 , m | |
5 , 7 , s | |
} |
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
group: HHUDatenbankenBlatt5Aufgabe2 | |
UNTERKUNFT = { | |
id:number, Kategorie:string, Beschreibung:string, Preis:number | |
0 , 'Hotel' , 'Tolles Hotel' , 1 | |
1 , 'Wohnung' , 'Tolle Wohnung' , 10 | |
2 , 'Zelt' , 'Tolles Zelt' , 100 | |
3 , 'Test' , 'Toller Test' , 1000 | |
} |
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
group: HHUDatenbankenBlatt5Aufgabe1 | |
ANGESTELLTER = { | |
PersonalNr:number, Vorname:string, Nachname:string, Beruf:string, Gehalt:number, arbeitetInAbteilung:number | |
11 , 'Helge' , 'Schneider' , 'Atmen' , 10000 , 3 | |
12 , 'Ben' , 'Wagner' , 'Arzt' , 100 , 1 | |
13 , 'Anna' , 'Mülle' , 'Tänzerin' , 200 , 1 | |
14 , 'Nadja' , 'Durn' , 'IT' , 300 , 2 | |
203 , 'Super' , 'Mitarbeiter' , 'Super sein', 999999 , 2 | |
} |
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
package meta; | |
import java.io.IOException; | |
import java.io.ObjectInputStream; | |
import java.io.ObjectOutputStream; | |
import java.io.ObjectStreamException; | |
import java.io.Serializable; | |
import java.time.Duration; | |
import java.time.Instant; | |
import java.time.LocalDateTime; |
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
package meta; | |
import java.io.Serializable; | |
import gui.MainWindow; | |
import javafx.beans.property.ReadOnlyDoubleProperty; | |
import javafx.beans.value.ObservableDoubleValue; | |
public class Data implements Serializable { | |
public static final int EASY = 0; |
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
$ lspci -vnn | |
00:00.0 Host bridge [0600]: Intel Corporation Sky Lake Host Bridge/DRAM Registers [8086:1904] (rev 08) | |
Subsystem: Lenovo Device [17aa:2231] | |
Flags: bus master, fast devsel, latency 0 | |
Capabilities: <access denied> | |
00:02.0 VGA compatible controller [0300]: Intel Corporation Sky Lake Integrated Graphics [8086:1916] (rev 07) (prog-if 00 [VGA controller]) | |
Subsystem: Lenovo Device [17aa:2232] | |
Flags: bus master, fast devsel, latency 0, IRQ 123 | |
Memory at f2000000 (64-bit, non-prefetchable) [size=16M] |
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
ssh -vvv [email protected] | |
OpenSSH_6.9p1, LibreSSL 2.1.8 | |
debug1: Reading configuration data /etc/ssh/ssh_config | |
debug1: /etc/ssh/ssh_config line 21: Applying options for * | |
debug1: /etc/ssh/ssh_config line 56: Applying options for * | |
debug2: ssh_connect: needpriv 0 | |
debug1: Connecting to 192.168.2.100 [192.168.2.100] port 22. | |
debug1: Connection established. | |
debug1: identity file /Users/lukas/.ssh/id_rsa type 1 | |
debug1: key_load_public: No such file or directory |
1441814846308 addons.manager WARN Exception calling callback: ReferenceError: GroupDavSynchronizer is not defined (chrome://sogo-integrator/content/messenger/folders-update.js:241) JS Stack trace: [email protected]:241:1 < [email protected]:42:17 < [email protected]:173:5 < [email protected]:2170:9 < [email protected]:305:7 < [email protected]:2165:11 < [email protected]:173:5 < [email protected]:2091:9 < [email protected]:305:7 < [email protected]:2086:13 < [email protected]:126:7 < [email protected]:235:12 < [email protected]:2081:1 < [email protected]:311:7 < [email protected]:2086:13 < [email protected]:533:7 < [email protected]:235:12 < [email protected]:2081:1 < AOC_cal
NewerOlder