[mysql] probleme connexion (en cours)

Applications, problèmes de configuration réseau
Répondre
AchilleFraisse
Elfe
Messages : 623
Inscription : dim. 27 avr. 2014, 09:32

[mysql] probleme connexion (en cours)

Message par AchilleFraisse »

Bonjour,
Je viens d'installer sur mon pc le packet mysql (repo mariadb). Puis j'ai voulu me connecté au client à l'aide de la commande mysql. Mais il m'affiche le message d'erreur suivant :

Code : Tout sélectionner

ERROR 2002 (HY000) : Can't connect to local MySQL server through socket '/run/mysqld/mysqld.sock'
Même après avoir désactiver mon pare feu ca ne marche pas.
oktoberfest
Maître du Kyudo
Messages : 1855
Inscription : mer. 06 janv. 2010, 13:51
Localisation : Ried - Alsace - France

Re: [mysql] probleme connexion (en cours)

Message par oktoberfest »

Tu as bien sur suivi le wiki et (entre autres) démarré le service ?
La majorité des bugs se situe entre la chaise et le clavier...
Arrêtez de vous prendre la tête avec les partitions... passez au LVM
AchilleFraisse
Elfe
Messages : 623
Inscription : dim. 27 avr. 2014, 09:32

Re: [mysql] probleme connexion (en cours)

Message par AchilleFraisse »

Oui, mais en démarrant le service sa me met le même message d'erreur.
oktoberfest
Maître du Kyudo
Messages : 1855
Inscription : mer. 06 janv. 2010, 13:51
Localisation : Ried - Alsace - France

Re: [mysql] probleme connexion (en cours)

Message par oktoberfest »

Tu lances bien le service en root ?
Peux-tu nous donner le résultat de :

Code : Tout sélectionner

# systemctl start mysqld
# systemctl status mysqld
La majorité des bugs se situe entre la chaise et le clavier...
Arrêtez de vous prendre la tête avec les partitions... passez au LVM
AchilleFraisse
Elfe
Messages : 623
Inscription : dim. 27 avr. 2014, 09:32

Re: [mysql] probleme connexion (en cours)

Message par AchilleFraisse »

Le message d'erreur de la commande :

Code : Tout sélectionner

#systemctl start mysqld
est :

Code : Tout sélectionner

Jobs for mysqld.service failed.
La commande systemctl status mysql.service renvoie :

Code : Tout sélectionner

● mysqld.service - MariaDB database server
   Loaded: loaded (/usr/lib/systemd/system/mysqld.service; disabled; vendor preset: disabled)
   Active: activating (start-post) (Result: exit-code) since Mon 2015-06-01 19:47:07 CEST; 9s ago
  Process: 6857 ExecStart=/usr/bin/mysqld --pid-file=/run/mysqld/mysqld.pid (code=exited, status=1/FAILURE)
 Main PID: 6857 (code=exited, status=1/FAILURE);         : 6858 (mysqld-post)
   CGroup: /system.slice/mysqld.service
                 |_control
                    |_6858 /bin/sh /usr/bin/mysqld-post
                    |_6927 sleep 1

Jun 01 19:47:07 Desktop systemd[1]: Starting MariaDB database server...
Jun 01 19:47:07 Desktop mysqld[6857]: 150601 19:47:07 [Note] /usr/bin/mysqld (mysqld 10.0.18-MariaDB-log) starting as process 6857 ...
Jun 01 19:47:07 Desktop mysqld[6857]: 150601 19:47:07 [Warning] Can't create test file /var/lib/mysql/Desktop.lower-test
Jun 01 19:47:07 Desktop mysqld[6857]: [96B blob data]
Jun 01 19:47:07 Desktop mysqld[6857]: 150601 19:47:07 [ERROR] Aborting
Jun 01 19:47:07 Desktop mysqld[6857]: 150601 19:47:07 [Note] /usr/bin/mysqld: Shutdown complete
Jun 01 19:47:07 Desktop systemd[1]: mysqld.service: main process exited, code=exited, status=1/FAILURE
La commande journalctl -xe renvoie :

Code : Tout sélectionner

-- Logs begin at Sun 2015-05-31 17:56:36 CEST, end at Mon 2015-06-01 19:39:37 CEST. --
Jun 01 19:31:33 Desktop kernel: FS-Cache: Netfs 'nfs' registered for caching
Jun 01 19:31:33 Desktop systemd[1]: Started Load Kernel Modules.
Jun 01 19:31:33 Desktop systemd[1]: Starting Apply Kernel Variables...
Jun 01 19:31:33 Desktop systemd[1]: Mounting Configuration File System...
Jun 01 19:31:33 Desktop systemd[1]: Mounted FUSE Control File System.
Jun 01 19:31:33 Desktop systemd[1]: Mounted Configuration File System.
Jun 01 19:31:33 Desktop systemd[1]: Started Setup Virtual Console.
Jun 01 19:31:33 Desktop systemd[1]: Started Load/Save Random Seed.
Jun 01 19:31:33 Desktop kernel: tsc: Refined TSC clocksource calibration: 2394.457 MHz
Jun 01 19:31:33 Desktop systemd[1]: Started Apply Kernel Variables.
Jun 01 19:31:33 Desktop systemd[1]: Started Create Static Device Nodes in /dev.
Jun 01 19:31:33 Desktop systemd[1]: Reached target Local File Systems (Pre).
Jun 01 19:31:33 Desktop systemd[1]: Starting Local File Systems (Pre).
Jun 01 19:31:33 Desktop systemd[1]: Starting udev Kernel Device Manager...
Jun 01 19:31:33 Desktop systemd[1]: Started udev Kernel Device Manager.
Jun 01 19:31:33 Desktop kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input5
Jun 01 19:31:33 Desktop kernel: ACPI: Lid Switch [LID]
Jun 01 19:31:33 Desktop kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6
Jun 01 19:31:33 Desktop kernel: ACPI: Sleep Button [SLPB]
Jun 01 19:31:33 Desktop kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
Jun 01 19:31:33 Desktop kernel: ACPI: Power Button [PWRF]
Jun 01 19:31:33 Desktop kernel: ACPI: AC Adapter [AC0] (off-line)
Jun 01 19:31:33 Desktop kernel: hidraw: raw HID events driver (C) Jiri Kosina
Jun 01 19:31:33 Desktop kernel: ACPI: Battery Slot [BAT0] (battery present)
Jun 01 19:31:33 Desktop systemd-journal[143]: Journal started
-- Subject: The journal has been started
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- The system journal process has started up, opened the journal
-- files for writing and is now ready to process requests.
Jun 01 19:31:33 Desktop systemd-modules-load[142]: Inserted module 'nfs'
Jun 01 19:31:33 Desktop systemd-udevd[173]: starting version 219
Jun 01 19:31:33 Desktop systemd[1]: Starting Flush Journal to Persistent Storage...
-- Subject: Unit systemd-journal-flush.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-journal-flush.service has begun starting up.
Jun 01 19:31:33 Desktop systemd[1]: Started Journal Service.
Jun 01 19:31:33 Desktop kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jun 01 19:31:33 Desktop kernel: wmi: Mapper loaded
Jun 01 19:31:33 Desktop kernel: [drm] Initialized drm 1.1.0 20060810
Jun 01 19:31:33 Desktop kernel: thermal LNXTHERM:00: registered as thermal_zone3
Jun 01 19:31:33 Desktop kernel: ACPI: Thermal Zone [THRM] (32 C)
Jun 01 19:31:33 Desktop kernel: ACPI Warning: SystemIO range 0x000000000000F040-0x000000000000F05F conflicts with OpRegion 0x000000000000F040-0x000000000000F04F (\SMB0) (20150204/utaddress-254)
Jun 01 19:31:33 Desktop kernel: ACPI Warning: SystemIO range 0x000000000000F040-0x000000000000F05F conflicts with OpRegion 0x000000000000F040-0x000000000000F04F (\_SB_.PCI0.SBUS.SMBI) (20150204/utaddress-254)
Jun 01 19:31:33 Desktop kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Jun 01 19:31:33 Desktop kernel: cfg80211: Calling CRDA to update world regulatory domain
Jun 01 19:31:33 Desktop kernel: input: PC Speaker as /devices/platform/pcspkr/input/input9
Jun 01 19:31:34 Desktop kernel: Intel(R) Wireless WiFi driver for Linux
Jun 01 19:31:34 Desktop kernel: Copyright(c) 2003- 2014 Intel Corporation
Jun 01 19:31:34 Desktop kernel: [drm] Memory usable by graphics device = 2048M
Jun 01 19:31:34 Desktop kernel: checking generic (d0000000 7f0000) vs hw (d0000000 10000000)
Jun 01 19:31:34 Desktop kernel: fb: switching to inteldrmfb from EFI VGA
Jun 01 19:31:34 Desktop kernel: Console: switching to colour dummy device 80x25
Jun 01 19:31:34 Desktop kernel: [drm] Replacing VGA console driver
Jun 01 19:31:34 Desktop kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Jun 01 19:31:34 Desktop kernel: [drm] Driver supports precise vblank timestamp query.
Jun 01 19:31:34 Desktop kernel: vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
Jun 01 19:31:34 Desktop kernel: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
Jun 01 19:31:34 Desktop kernel: fbcon: inteldrmfb (fb0) is primary device
Jun 01 19:31:34 Desktop kernel: ACPI: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
Jun 01 19:31:34 Desktop kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/LNXVIDEO:00/input/input13
Jun 01 19:31:34 Desktop kernel: input: FocalTechPS/2 FocalTech FocalTech Touchpad as /devices/platform/i8042/serio4/input/input12
Jun 01 19:31:34 Desktop kernel: ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Jun 01 19:31:34 Desktop kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input14
Jun 01 19:31:34 Desktop kernel: [drm] Initialized i915 1.6.0 20150130 for 0000:00:02.0 on minor 0
Jun 01 19:31:34 Desktop kernel: Bluetooth: Core ver 2.20
Jun 01 19:31:34 Desktop kernel: NET: Registered protocol family 31
Jun 01 19:31:34 Desktop kernel: Bluetooth: HCI device and connection manager initialized
Jun 01 19:31:34 Desktop kernel: Bluetooth: HCI socket layer initialized
Jun 01 19:31:34 Desktop kernel: Bluetooth: L2CAP socket layer initialized
Jun 01 19:31:34 Desktop kernel: Bluetooth: SCO socket layer initialized
Jun 01 19:31:34 Desktop kernel: MXM: GUID detected in BIOS
Jun 01 19:31:34 Desktop kernel: ACPI Warning: \_SB_.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150204/nsarguments-95)
Jun 01 19:31:34 Desktop kernel: ACPI Warning: \_SB_.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150204/nsarguments-95)
Jun 01 19:31:34 Desktop kernel: pci 0000:03:00.0: optimus capabilities: enabled, status dynamic power, 
Jun 01 19:31:34 Desktop kernel: VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.RP05.PEGP handle
Jun 01 19:31:34 Desktop kernel: iwlwifi 0000:02:00.0: loaded firmware version 25.17.12.0 op_mode iwlmvm
Jun 01 19:31:34 Desktop kernel: snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Jun 01 19:31:34 Desktop kernel: iTCO_vendor_support: vendor-support=0
Jun 01 19:31:34 Desktop kernel: media: Linux media interface: v0.10
Jun 01 19:31:34 Desktop kernel: usbcore: registered new interface driver btusb
Jun 01 19:31:34 Desktop kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Jun 01 19:31:34 Desktop kernel: iTCO_wdt: Found a Lynx Point_LP TCO device (Version=2, TCOBASE=0x1860)
Jun 01 19:31:34 Desktop kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Jun 01 19:31:34 Desktop kernel: asus_wmi: ASUS WMI generic driver loaded
Jun 01 19:31:34 Desktop kernel: Bluetooth: hci0: read Intel version: 3707100180012d0d00
Jun 01 19:31:34 Desktop kernel: asus_wmi: Initialization: 0x1
Jun 01 19:31:34 Desktop kernel: asus_wmi: BIOS WMI version: 7.9
Jun 01 19:31:34 Desktop kernel: asus_wmi: SFUN value: 0x4a2877
Jun 01 19:31:34 Desktop kernel: input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input15
Jun 01 19:31:34 Desktop kernel: Linux video capture interface: v2.00
Jun 01 19:31:34 Desktop kernel: Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.1.2d.d.bseq
Jun 01 19:31:34 Desktop kernel: usb 1-8: USB disconnect, device number 3
Jun 01 19:31:34 Desktop kernel: Bluetooth: hci0 sending Intel patch command (0xfc8e) failed (-19)
Jun 01 19:31:34 Desktop kernel: asus_wmi: Backlight controlled by ACPI video driver
Jun 01 19:31:34 Desktop kernel: iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless N 7260, REV=0x144
Jun 01 19:31:34 Desktop kernel: iwlwifi 0000:02:00.0: L1 Disabled - LTR Enabled
Jun 01 19:31:34 Desktop kernel: iwlwifi 0000:02:00.0: L1 Disabled - LTR Enabled
Jun 01 19:31:34 Desktop kernel: mousedev: PS/2 mouse device common for all mice
Jun 01 19:31:34 Desktop systemd[1]: Created slice system-systemd\x2drfkill.slice.
-- Subject: Unit system-systemd\x2drfkill.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit system-systemd\x2drfkill.slice has finished starting up.
-- 
-- The start-up result is done.
Jun 01 19:31:34 Desktop systemd[1]: Starting system-systemd\x2drfkill.slice.
-- Subject: Unit system-systemd\x2drfkill.slice has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit system-systemd\x2drfkill.slice has begun starting up.
Jun 01 19:31:34 Desktop systemd[1]: Starting Load/Save RF Kill Switch Status of rfkill0...
-- Subject: Unit systemd-rfkill@rfkill0.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-rfkill@rfkill0.service has begun starting up.
Jun 01 19:31:34 Desktop systemd[1]: Reached target Bluetooth.
-- Subject: Unit bluetooth.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit bluetooth.target has finished starting up.
-- 
-- The start-up result is done.
Jun 01 19:31:34 Desktop systemd[1]: Starting Bluetooth.
-- Subject: Unit bluetooth.target has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit bluetooth.target has begun starting up.
Jun 01 19:31:34 Desktop systemd[1]: Found device ST500LM000-1EJ162 Linux\x20filesystem.
-- Subject: Unit dev-disk-by\x2duuid-c9a7a15b\x2dc792\x2d4797\x2db4ee\x2d13c8c8cfd91d.device has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit dev-disk-by\x2duuid-c9a7a15b\x2dc792\x2d4797\x2db4ee\x2d13c8c8cfd91d.device has finished starting up.
-- 
-- The start-up result is done.
Jun 01 19:31:34 Desktop systemd[1]: Starting File System Check on /dev/disk/by-uuid/c9a7a15b-c792-4797-b4ee-13c8c8cfd91d...
-- Subject: Unit systemd-fsck@dev-disk-by\x2duuid-c9a7a15b\x2dc792\x2d4797\x2db4ee\x2d13c8c8cfd91d.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-fsck@dev-disk-by\x2duuid-c9a7a15b\x2dc792\x2d4797\x2db4ee\x2d13c8c8cfd91d.service has begun starting up.
Jun 01 19:31:34 Desktop systemd[1]: Starting Load/Save RF Kill Switch Status of rfkill2...
-- Subject: Unit systemd-rfkill@rfkill2.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-rfkill@rfkill2.service has begun starting up.
Jun 01 19:31:34 Desktop systemd[1]: Starting Load/Save RF Kill Switch Status of rfkill1...
-- Subject: Unit systemd-rfkill@rfkill1.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-rfkill@rfkill1.service has begun starting up.
Jun 01 19:31:34 Desktop systemd[1]: Created slice system-systemd\x2dbacklight.slice.
-- Subject: Unit system-systemd\x2dbacklight.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit system-systemd\x2dbacklight.slice has finished starting up.
-- 
-- The start-up result is done.
Jun 01 19:31:34 Desktop systemd[1]: Starting system-systemd\x2dbacklight.slice.
-- Subject: Unit system-systemd\x2dbacklight.slice has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit system-systemd\x2dbacklight.slice has begun starting up.
Jun 01 19:31:34 Desktop systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:asus::kbd_backlight...
-- Subject: Unit systemd-backlight@leds:asus::kbd_backlight.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-backlight@leds:asus::kbd_backlight.service has begun starting up.
Jun 01 19:31:34 Desktop systemd[1]: Device dev-disk-by\x2dpartlabel-Linux\x5cx20filesystem.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 and /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
Jun 01 19:31:34 Desktop systemd[1]: Found device ST500LM000-1EJ162 Linux\x20filesystem.
-- Subject: Unit dev-disk-by\x2duuid-84E1\x2d7F02.device has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit dev-disk-by\x2duuid-84E1\x2d7F02.device has finished starting up.
-- 
-- The start-up result is done.
Jun 01 19:31:34 Desktop systemd[1]: Mounting /boot/efi...
-- Subject: Unit boot-efi.mount has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit boot-efi.mount has begun starting up.
Jun 01 19:31:34 Desktop systemd[1]: Device dev-disk-by\x2dpartlabel-Linux\x5cx20filesystem.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 and /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
Jun 01 19:31:34 Desktop systemd[1]: Started Load/Save RF Kill Switch Status of rfkill0.
-- Subject: Unit systemd-rfkill@rfkill0.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-rfkill@rfkill0.service has finished starting up.
-- 
-- The start-up result is done.
Jun 01 19:31:34 Desktop systemd[1]: Started Load/Save Screen Backlight Brightness of leds:asus::kbd_backlight.
-- Subject: Unit systemd-backlight@leds:asus::kbd_backlight.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-backlight@leds:asus::kbd_backlight.service has finished starting up.
-- 
-- The start-up result is done.
Jun 01 19:31:34 Desktop systemd[1]: Started Load/Save RF Kill Switch Status of rfkill1.
-- Subject: Unit systemd-rfkill@rfkill1.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-rfkill@rfkill1.service has finished starting up.
-- 
-- The start-up result is done.
Jun 01 19:31:34 Desktop systemd[1]: Reached target Sound Card.
-- Subject: Unit sound.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit sound.target has finished starting up.
-- 
-- The start-up result is done.
Jun 01 19:31:34 Desktop systemd[1]: Starting Sound Card.
-- Subject: Unit sound.target has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit sound.target has begun starting up.
Jun 01 19:31:34 Desktop systemd[1]: Started Flush Journal to Persistent Storage.
-- Subject: Unit systemd-journal-flush.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-journal-flush.service has finished starting up.
-- 
-- The start-up result is done.
Jun 01 19:31:34 Desktop systemd[1]: Mounted /boot/efi.
-- Subject: Unit boot-efi.mount has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit boot-efi.mount has finished starting up.
-- 
-- The start-up result is done.
Jun 01 19:31:34 Desktop systemd[1]: Started Load/Save RF Kill Switch Status of rfkill2.
-- Subject: Unit systemd-rfkill@rfkill2.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-rfkill@rfkill2.service has finished starting up.
-- 
-- The start-up result is done.
Jun 01 19:31:35 Desktop systemd-fsck[241]: /dev/sda4: clean, 130/3276800 files, 253469/13107200 blocks
Jun 01 19:31:35 Desktop kernel: AVX2 version of gcm_enc/dec engaged.
Jun 01 19:31:35 Desktop kernel: AES CTR mode by8 optimization enabled
Jun 01 19:31:35 Desktop kernel: uvcvideo: Found UVC 1.00 device USB2.0 UVC HD Webcam (064e:9700)
Jun 01 19:31:35 Desktop kernel: input: USB2.0 UVC HD Webcam as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input16
Jun 01 19:31:35 Desktop kernel: usbcore: registered new interface driver uvcvideo
Jun 01 19:31:35 Desktop kernel: USB Video Class driver (1.1.1)
Jun 01 19:31:35 Desktop kernel: input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input17
Jun 01 19:31:35 Desktop kernel: input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input18
Jun 01 19:31:35 Desktop kernel: sound hdaudioC1D0: CX20751/2: BIOS auto-probing.
Jun 01 19:31:35 Desktop kernel: sound hdaudioC1D0: autoconfig for CX20751/2: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
Jun 01 19:31:35 Desktop kernel: sound hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jun 01 19:31:35 Desktop kernel: sound hdaudioC1D0:    hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
Jun 01 19:31:35 Desktop kernel: sound hdaudioC1D0:    mono: mono_out=0x0
Jun 01 19:31:35 Desktop kernel: sound hdaudioC1D0:    inputs:
Jun 01 19:31:35 Desktop kernel: sound hdaudioC1D0:      Internal Mic=0x1a
Jun 01 19:31:35 Desktop kernel: sound hdaudioC1D0:      Mic=0x19
Jun 01 19:31:35 Desktop kernel: sound hdaudioC1D0: Enable sync_write for stable communication
Jun 01 19:31:35 Desktop kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card1/hdaudioC1D0/input19
Jun 01 19:31:35 Desktop kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input20
Jun 01 19:31:35 Desktop kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input21
Jun 01 19:31:35 Desktop kernel: Switched to clocksource tsc
Jun 01 19:31:35 Desktop kernel: intel_rapl: Found RAPL domain package
Jun 01 19:31:35 Desktop kernel: intel_rapl: Found RAPL domain core
Jun 01 19:31:35 Desktop kernel: intel_rapl: Found RAPL domain uncore
Jun 01 19:31:35 Desktop kernel: intel_rapl: Found RAPL domain dram
Jun 01 19:31:35 Desktop kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
Jun 01 19:31:35 Desktop kernel: iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
Jun 01 19:31:35 Desktop kernel: EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: data=ordered
Jun 01 19:31:35 Desktop systemd[1]: Device dev-disk-by\x2dpartlabel-Linux\x5cx20filesystem.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 and /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
Jun 01 19:31:35 Desktop kernel: random: nonblocking pool is initialized
Jun 01 19:31:35 Desktop kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
Jun 01 19:31:35 Desktop kernel: nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
Jun 01 19:31:35 Desktop kernel: Console: switching to colour frame buffer device 240x67
Jun 01 19:31:35 Desktop kernel: i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
Jun 01 19:31:35 Desktop kernel: i915 0000:00:02.0: registered panic notifier
Jun 01 19:31:35 Desktop kernel: nouveau ![  DEVICE][0000:03:00.0] unknown Maxwell chipset
Jun 01 19:31:35 Desktop kernel: nouveau E[  DEVICE][0000:03:00.0] unknown chipset, 0x118010a2
Jun 01 19:31:35 Desktop kernel: nouveau E[     DRM] failed to create 0x00000080, -22
Jun 01 19:31:35 Desktop kernel: nouveau: probe of 0000:03:00.0 failed with error -22
Jun 01 19:31:34 Desktop systemd[1]: Starting Load/Save RF Kill Switch Status of rfkill3...
-- Subject: Unit systemd-rfkill@rfkill3.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-rfkill@rfkill3.service has begun starting up.
Jun 01 19:31:34 Desktop systemd[1]: Started File System Check on /dev/disk/by-uuid/c9a7a15b-c792-4797-b4ee-13c8c8cfd91d.
-- Subject: Unit systemd-fsck@dev-disk-by\x2duuid-c9a7a15b\x2dc792\x2d4797\x2db4ee\x2d13c8c8cfd91d.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-fsck@dev-disk-by\x2duuid-c9a7a15b\x2dc792\x2d4797\x2db4ee\x2d13c8c8cfd91d.service has finished starting up.
-- 
-- The start-up result is done.
Jun 01 19:31:34 Desktop systemd[1]: Mounting /home...
-- Subject: Unit home.mount has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit home.mount has begun starting up.
Jun 01 19:31:34 Desktop systemd[1]: Started Load/Save RF Kill Switch Status of rfkill3.
-- Subject: Unit systemd-rfkill@rfkill3.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-rfkill@rfkill3.service has finished starting up.
-- 
-- The start-up result is done.
Jun 01 19:31:34 Desktop systemd[1]: Mounted /home.
-- Subject: Unit home.mount has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit home.mount has finished starting up.
-- 
-- The start-up result is done.
Jun 01 19:31:34 Desktop systemd[1]: Reached target Local File Systems.
-- Subject: Unit local-fs.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit local-fs.target has finished starting up.
-- 
-- The start-up result is done.
Jun 01 19:31:34 Desktop systemd[1]: Starting Local File Systems.
-- Subject: Unit local-fs.target has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit local-fs.target has begun starting up.
Jun 01 19:31:34 Desktop systemd[1]: Starting Create Volatile Files and Directories...
-- Subject: Unit systemd-tmpfiles-setup.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-tmpfiles-setup.service has begun starting up.
Jun 01 19:31:34 Desktop systemd[1]: Started Rebuild Journal Catalog.
-- Subject: Unit systemd-journal-catalog-update.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-journal-catalog-update.service has finished starting up.
-- 
-- The start-up result is done.
Jun 01 19:31:34 Desktop systemd[1]: Started Update is Completed.
-- Subject: Unit systemd-update-done.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-update-done.service has finished starting up.
-- 
-- The start-up result is done.
Jun 01 19:31:34 Desktop systemd[1]: Started Commit a transient machine-id on disk.
-- Subject: Unit systemd-machine-id-commit.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-machine-id-commit.service has finished starting up.
-- 
-- The start-up result is done.
Jun 01 19:31:35 Desktop systemd-logind[306]: Watching system buttons on /dev/input/event3 (Power Button)
Jun 01 19:31:35 Desktop systemd-udevd[177]: Failed to apply ACL on /dev/dri/card1: No such file or directory
Jun 01 19:31:35 Desktop systemd-logind[306]: Watching system buttons on /dev/input/event7 (Video Bus)
Jun 01 19:31:35 Desktop systemd-udevd[176]: Failed to apply ACL on /dev/dri/renderD129: No such file or directory
Jun 01 19:31:35 Desktop systemd-logind[306]: Watching system buttons on /dev/input/event5 (Video Bus)
Jun 01 19:31:35 Desktop systemd-logind[306]: Watching system buttons on /dev/input/event1 (Lid Switch)
Jun 01 19:31:35 Desktop systemd-logind[306]: Watching system buttons on /dev/input/event2 (Sleep Button)
Jun 01 19:31:35 Desktop systemd-logind[306]: New seat seat0.
-- Subject: A new seat seat0 is now available
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
-- 
-- A new seat seat0 has been configured and is now available.
Jun 01 19:31:35 Desktop alsactl[287]: /usr/bin/alsactl: sysfs_init:48: sysfs path '/sys' is invalid
Jun 01 19:31:35 Desktop alsactl[287]: Found hardware: "HDA-Intel" "Intel Haswell HDMI" "HDA:80862807,80860101,00100000" "0x8086" "0x2010"
Jun 01 19:31:35 Desktop alsactl[287]: Hardware is initialized using a generic method
Jun 01 19:31:35 Desktop alsactl[287]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #13 (No such file or directory)
Jun 01 19:31:35 Desktop alsactl[287]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #14 (No such file or directory)
Jun 01 19:31:35 Desktop alsactl[287]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #15 (No such file or directory)
Jun 01 19:31:35 Desktop alsactl[287]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #16 (No such file or directory)
Jun 01 19:31:35 Desktop alsactl[287]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #17 (No such file or directory)
Jun 01 19:31:35 Desktop alsactl[287]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #18 (No such file or directory)
Jun 01 19:31:35 Desktop alsactl[287]: /usr/bin/alsactl: set_control:1325: failed to obtain info for control #21 (No such file or directory)
Jun 01 19:31:35 Desktop slim[308]: /usr/bin/xauth:  file /var/run/slim.auth does not exist
Jun 01 19:31:35 Desktop slim[308]: X.Org X Server 1.17.1
Jun 01 19:31:35 Desktop slim[308]: Release Date: 2015-02-10
Jun 01 19:31:35 Desktop slim[308]: X Protocol Version 11, Revision 0
Jun 01 19:31:35 Desktop slim[308]: Build Operating System: Linux 3.19.2-1-ARCH x86_64
Jun 01 19:31:35 Desktop slim[308]: Current Operating System: Linux Desktop 4.0.4-2-ARCH #1 SMP PREEMPT Fri May 22 03:05:23 UTC 2015 x86_64
Jun 01 19:31:35 Desktop slim[308]: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=a631c336-7e5b-453e-ad21-0f93394c0a64 rw quiet
Jun 01 19:31:35 Desktop slim[308]: Build Date: 14 April 2015  10:34:18AM
Jun 01 19:31:35 Desktop slim[308]: Current version of pixman: 0.32.6
Jun 01 19:31:35 Desktop slim[308]: Before reporting problems, check http://wiki.x.org
Jun 01 19:31:35 Desktop slim[308]: to make sure that you have the latest version.
Jun 01 19:31:35 Desktop slim[308]: Markers: (--) probed, (**) from config file, (==) default setting,
Jun 01 19:31:35 Desktop slim[308]: (++) from command line, (!!) notice, (II) informational,
Jun 01 19:31:35 Desktop slim[308]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
Jun 01 19:31:35 Desktop slim[308]: (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jun  1 19:31:35 2015
Jun 01 19:31:35 Desktop slim[308]: (==) Using config directory: "/etc/X11/xorg.conf.d"
Jun 01 19:31:35 Desktop slim[308]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
Jun 01 19:31:35 Desktop slim[308]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Jun 01 19:31:35 Desktop slim[308]: > Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
Jun 01 19:31:35 Desktop slim[308]: >                   Ignoring extra symbols
Jun 01 19:31:35 Desktop slim[308]: Errors from xkbcomp are not fatal to the X server
Jun 01 19:31:36 Desktop kernel: Bluetooth: hci0 command 0xfc8e tx timeout
Jun 01 19:31:36 Desktop kernel: Bluetooth: hci0 sending frame failed (-19)
Jun 01 19:31:38 Desktop kernel: Bluetooth: hci0 command 0xfc11 tx timeout
Jun 01 19:31:44 Desktop systemd[1]: Unit bluetooth.target is not needed anymore. Stopping.
Jun 01 19:31:44 Desktop systemd[1]: Stopped target Bluetooth.
-- Subject: Unit bluetooth.target has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit bluetooth.target has finished shutting down.
Jun 01 19:31:44 Desktop systemd[1]: Stopping Bluetooth.
-- Subject: Unit bluetooth.target has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit bluetooth.target has begun shutting down.
Jun 01 19:31:44 Desktop systemd[1]: Stopping Load/Save RF Kill Switch Status of rfkill0...
-- Subject: Unit systemd-rfkill@rfkill0.service has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-rfkill@rfkill0.service has begun shutting down.
Jun 01 19:31:44 Desktop kernel: Bluetooth: hci0 exiting Intel manufacturer mode failed (-110)
Jun 01 19:31:44 Desktop systemd-udevd[173]: error opening USB device 'descriptors' file
Jun 01 19:31:44 Desktop systemd[1]: Stopped Load/Save RF Kill Switch Status of rfkill0.
-- Subject: Unit systemd-rfkill@rfkill0.service has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-rfkill@rfkill0.service has finished shutting down.
Jun 01 19:31:46 Desktop slim[308]: pam_unix(slim:session): session opened for user tom by (uid=0)
Jun 01 19:31:46 Desktop systemd[1]: Created slice user-1000.slice.
-- Subject: Unit user-1000.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit user-1000.slice has finished starting up.
-- 
-- The start-up result is done.
Jun 01 19:31:46 Desktop systemd[1]: Starting user-1000.slice.
-- Subject: Unit user-1000.slice has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit user-1000.slice has begun starting up.
Jun 01 19:31:46 Desktop systemd[1]: Starting User Manager for UID 1000...
-- Subject: Unit user@1000.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit user@1000.service has begun starting up.
Jun 01 19:31:46 Desktop systemd-logind[306]: New session c1 of user tom.
-- Subject: A new session c1 has been created for user tom
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
-- 
-- A new session with the ID c1 has been created for the user tom.
-- 
-- The leading process of the session is 308.
Jun 01 19:31:46 Desktop systemd[1]: Started Session c1 of user tom.
-- Subject: Unit session-c1.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit session-c1.scope has finished starting up.
-- 
-- The start-up result is done.
Jun 01 19:31:46 Desktop systemd[1]: Starting Session c1 of user tom.
-- Subject: Unit session-c1.scope has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit session-c1.scope has begun starting up.
Jun 01 19:31:46 Desktop systemd[322]: pam_unix(systemd-user:session): session opened for user tom by (uid=0)
Jun 01 19:31:46 Desktop systemd[322]: Unit type .busname is not supported on this system.
Jun 01 19:31:46 Desktop systemd[322]: Reached target Timers.
-- Subject: Unit UNIT has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit UNIT has finished starting up.
-- 
-- The start-up result is done.
Jun 01 19:31:46 Desktop systemd[322]: Starting Timers.
-- Subject: Unit UNIT has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit UNIT has begun starting up.
Jun 01 19:31:46 Desktop systemd[322]: Reached target Sockets.
-- Subject: Unit UNIT has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit UNIT has finished starting up.
-- 
-- The start-up result is done.
Jun 01 19:31:46 Desktop systemd[322]: Starting Sockets.
-- Subject: Unit UNIT has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit UNIT has begun starting up.
Jun 01 19:31:46 Desktop systemd[322]: Reached target Paths.
-- Subject: Unit UNIT has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit UNIT has finished starting up.
-- 
-- The start-up result is done.
Jun 01 19:31:46 Desktop systemd[322]: Starting Paths.
-- Subject: Unit UNIT has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit UNIT has begun starting up.
Jun 01 19:31:46 Desktop systemd[322]: Reached target Basic System.
-- Subject: Unit UNIT has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit UNIT has finished starting up.
-- 
-- The start-up result is done.
Jun 01 19:31:46 Desktop systemd[322]: Starting Basic System.
-- Subject: Unit UNIT has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit UNIT has begun starting up.
Jun 01 19:31:46 Desktop systemd[322]: Reached target Default.
-- Subject: Unit UNIT has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit UNIT has finished starting up.
-- 
-- The start-up result is done.
Jun 01 19:31:46 Desktop systemd[322]: Startup finished in 14ms.
-- Subject: System start-up is now complete
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- All system services necessary queued for starting at boot have been
-- successfully started. Note that this does not mean that the machine is
-- now idle as services might still be busy with completing start-up.
-- 
-- Kernel start-up required KERNEL_USEC microseconds.
-- 
-- Initial RAM disk start-up required INITRD_USEC microseconds.
-- 
-- Userspace start-up required 14627 microseconds.
Jun 01 19:31:46 Desktop systemd[322]: Starting Default.
-- Subject: Unit UNIT has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit UNIT has begun starting up.
Jun 01 19:31:46 Desktop slim[308]: /usr/bin/xauth:  file /home/tom/.Xauthority does not exist
Jun 01 19:31:47 Desktop slim[308]: (II) AIGLX: Suspending AIGLX clients for VT switch
Jun 01 19:31:50 Desktop login[307]: pam_unix(login:session): session opened for user tom by LOGIN(uid=0)
Jun 01 19:31:50 Desktop systemd-logind[306]: New session c2 of user tom.
-- Subject: A new session c2 has been created for user tom
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
-- 
-- A new session with the ID c2 has been created for the user tom.
-- 
-- The leading process of the session is 307.
Jun 01 19:31:50 Desktop systemd[1]: Started Session c2 of user tom.
-- Subject: Unit session-c2.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit session-c2.scope has finished starting up.
-- 
-- The start-up result is done.
Jun 01 19:31:50 Desktop systemd[1]: Starting Session c2 of user tom.
-- Subject: Unit session-c2.scope has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit session-c2.scope has begun starting up.
Jun 01 19:31:50 Desktop login[307]: LOGIN ON tty1 BY tom
Jun 01 19:31:51 Desktop acpid[333]: cannot open input layer
Jun 01 19:31:51 Desktop acpid[333]: can't open socket /var/run/acpid.socket: Permission denied
Jun 01 19:31:59 Desktop sudo[335]: tom : TTY=tty1 ; PWD=/home/tom ; USER=root ; COMMAND=/usr/bin/wifi-menu
Jun 01 19:31:59 Desktop sudo[335]: pam_unix(sudo:session): session opened for user root by tom(uid=0)
Jun 01 19:31:59 Desktop kernel: iwlwifi 0000:02:00.0: L1 Disabled - LTR Enabled
Jun 01 19:31:59 Desktop kernel: iwlwifi 0000:02:00.0: L1 Disabled - LTR Enabled
Jun 01 19:31:59 Desktop kernel: IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
Jun 01 19:32:05 Desktop slim[308]: (II) AIGLX: Suspending AIGLX clients for VT switch
Jun 01 19:32:07 Desktop dbus[295]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
Jun 01 19:32:07 Desktop systemd[1]: Starting Authorization Manager...
-- Subject: Unit polkit.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit polkit.service has begun starting up.
Jun 01 19:32:07 Desktop polkitd[414]: Started polkitd version 0.112
Jun 01 19:32:07 Desktop polkitd[414]: Loading rules from directory /etc/polkit-1/rules.d
Jun 01 19:32:07 Desktop polkitd[414]: Loading rules from directory /usr/share/polkit-1/rules.d
Jun 01 19:32:07 Desktop polkitd[414]: Finished loading, compiling and executing 1 rules
Jun 01 19:32:07 Desktop dbus[295]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Jun 01 19:32:07 Desktop polkitd[414]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Jun 01 19:32:07 Desktop systemd[1]: Started Authorization Manager.
-- Subject: Unit polkit.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit polkit.service has finished starting up.
-- 
-- The start-up result is done.
Jun 01 19:32:07 Desktop polkitd[414]: Registered Authentication Agent for unix-process:410:3546 (system bus name :1.6 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Jun 01 19:32:07 Desktop systemd[1]: Stopped Networking for netctl profile Arbre.
-- Subject: Unit netctl@Arbre.service has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit netctl@Arbre.service has finished shutting down.
Jun 01 19:32:07 Desktop systemd[1]: Stopped Networking for netctl profile Saliege.
-- Subject: Unit netctl@Saliege.service has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit netctl@Saliege.service has finished shutting down.
Jun 01 19:32:07 Desktop polkitd[414]: Unregistered Authentication Agent for unix-process:410:3546 (system bus name :1.6, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
Jun 01 19:32:07 Desktop polkitd[414]: Registered Authentication Agent for unix-process:424:3556 (system bus name :1.8 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Jun 01 19:32:07 Desktop systemd[1]: Created slice system-netctl.slice.
-- Subject: Unit system-netctl.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit system-netctl.slice has finished starting up.
-- 
-- The start-up result is done.
Jun 01 19:32:07 Desktop systemd[1]: Starting system-netctl.slice.
-- Subject: Unit system-netctl.slice has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit system-netctl.slice has begun starting up.
Jun 01 19:32:07 Desktop systemd[1]: Starting Networking for netctl profile Saliege...
-- Subject: Unit netctl@Saliege.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit netctl@Saliege.service has begun starting up.
Jun 01 19:32:07 Desktop network[429]: Starting network profile 'Saliege'...
Jun 01 19:32:07 Desktop kernel: iwlwifi 0000:02:00.0: L1 Disabled - LTR Enabled
Jun 01 19:32:07 Desktop kernel: iwlwifi 0000:02:00.0: L1 Disabled - LTR Enabled
Jun 01 19:32:07 Desktop kernel: IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
Jun 01 19:32:11 Desktop kernel: wlp2s0: authenticate with d8:c7:c8:58:2b:e0
Jun 01 19:32:11 Desktop kernel: wlp2s0: send auth to d8:c7:c8:58:2b:e0 (try 1/3)
Jun 01 19:32:11 Desktop kernel: wlp2s0: authenticated
Jun 01 19:32:11 Desktop kernel: wlp2s0: associate with d8:c7:c8:58:2b:e0 (try 1/3)
Jun 01 19:32:11 Desktop kernel: wlp2s0: RX AssocResp from d8:c7:c8:58:2b:e0 (capab=0x421 status=0 aid=6)
Jun 01 19:32:11 Desktop kernel: wlp2s0: associated
Jun 01 19:32:11 Desktop kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
Jun 01 19:32:11 Desktop dhcpcd[554]: DUID 00:01:00:01:1c:fd:eb:d7:5c:c5:d4:0d:01:47
Jun 01 19:32:11 Desktop dhcpcd[554]: wlp2s0: IAID d4:0d:01:47
Jun 01 19:32:11 Desktop dhcpcd[554]: wlp2s0: rebinding lease of 192.168.171.11
Jun 01 19:32:11 Desktop dhcpcd[554]: wlp2s0: leased 192.168.171.11 for 18000 seconds
Jun 01 19:32:11 Desktop dhcpcd[554]: wlp2s0: adding route to 192.168.168.0/22
Jun 01 19:32:11 Desktop dhcpcd[554]: wlp2s0: adding default route via 192.168.171.254
Jun 01 19:32:11 Desktop dhcpcd[554]: forked to background, child pid 597
Jun 01 19:32:11 Desktop network[429]: Started network profile 'Saliege'
Jun 01 19:32:11 Desktop systemd[1]: Started Networking for netctl profile Saliege.
-- Subject: Unit netctl@Saliege.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit netctl@Saliege.service has finished starting up.
-- 
-- The start-up result is done.
Jun 01 19:32:11 Desktop systemd[1]: Reached target Network.
-- Subject: Unit network.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit network.target has finished starting up.
-- 
-- The start-up result is done.
Jun 01 19:32:11 Desktop systemd[1]: Starting Network.
-- Subject: Unit network.target has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit network.target has begun starting up.
Jun 01 19:32:11 Desktop polkitd[414]: Unregistered Authentication Agent for unix-process:424:3556 (system bus name :1.8, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
Jun 01 19:32:11 Desktop sudo[335]: pam_unix(sudo:session): session closed for user root
Jun 01 19:32:12 Desktop slim[308]: (II) AIGLX: Suspending AIGLX clients for VT switch
Jun 01 19:33:10 Desktop slim[308]: (II) AIGLX: Suspending AIGLX clients for VT switch
Jun 01 19:33:15 Desktop sudo[757]: tom : TTY=tty1 ; PWD=/home/tom ; USER=root ; COMMAND=/usr/bin/mysql
Jun 01 19:33:15 Desktop sudo[757]: pam_unix(sudo:session): session opened for user root by tom(uid=0)
Jun 01 19:33:15 Desktop sudo[757]: pam_unix(sudo:session): session closed for user root
Jun 01 19:33:20 Desktop slim[308]: (II) AIGLX: Suspending AIGLX clients for VT switch
Jun 01 19:33:25 Desktop polkitd[414]: Registered Authentication Agent for unix-process:759:11315 (system bus name :1.12 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Jun 01 19:33:32 Desktop polkitd[414]: Operator of unix-process:759:11315 successfully authenticated as unix-user:tom to gain TEMPORARY authorization for action org.freedesktop.systemd1.manage-units for system-bus-name::1.13 [systemctl start mysqld] (owned by unix-user:tom)
Jun 01 19:33:32 Desktop systemd[1]: Starting MariaDB database server...
-- Subject: Unit mysqld.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit mysqld.service has begun starting up.
Jun 01 19:33:33 Desktop mysqld[767]: 150601 19:33:33 [Note] /usr/bin/mysqld (mysqld 10.0.18-MariaDB-log) starting as process 767 ...
Jun 01 19:33:33 Desktop mysqld[767]: 150601 19:33:33 [Warning] Can't create test file /var/lib/mysql/Desktop.lower-test
Jun 01 19:33:33 Desktop mysqld[767]: [96B blob data]
Jun 01 19:33:33 Desktop mysqld[767]: 150601 19:33:33 [ERROR] Aborting
Jun 01 19:33:33 Desktop mysqld[767]: 150601 19:33:33 [Note] /usr/bin/mysqld: Shutdown complete
Jun 01 19:33:33 Desktop systemd[1]: mysqld.service: main process exited, code=exited, status=1/FAILURE
Jun 01 19:33:50 Desktop systemd[1]: Started Getty on tty2.
-- Subject: Unit getty@tty2.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit getty@tty2.service has finished starting up.
-- 
-- The start-up result is done.
Jun 01 19:33:50 Desktop systemd[1]: Starting Getty on tty2...
-- Subject: Unit getty@tty2.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit getty@tty2.service has begun starting up.
Jun 01 19:34:21 Desktop slim[308]: (II) AIGLX: Suspending AIGLX clients for VT switch
Jun 01 19:34:51 Desktop slim[308]: (II) AIGLX: Suspending AIGLX clients for VT switch
Jun 01 19:35:00 Desktop slim[308]: (II) AIGLX: Suspending AIGLX clients for VT switch
Jun 01 19:35:02 Desktop systemd[1]: mysqld.service start-post operation timed out. Stopping.
Jun 01 19:35:02 Desktop systemd[1]: Failed to start MariaDB database server.
-- Subject: Unit mysqld.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit mysqld.service has failed.
-- 
-- The result is failed.
Jun 01 19:35:02 Desktop systemd[1]: Unit mysqld.service entered failed state.
Jun 01 19:35:02 Desktop systemd[1]: mysqld.service failed.
Jun 01 19:35:02 Desktop polkitd[414]: Unregistered Authentication Agent for unix-process:759:11315 (system bus name :1.12, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
Jun 01 19:35:03 Desktop systemd[1]: mysqld.service holdoff time over, scheduling restart.
Jun 01 19:35:03 Desktop systemd[1]: Starting MariaDB database server...
-- Subject: Unit mysqld.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit mysqld.service has begun starting up.
Jun 01 19:35:03 Desktop mysqld[1457]: 150601 19:35:03 [Note] /usr/bin/mysqld (mysqld 10.0.18-MariaDB-log) starting as process 1457 ...
Jun 01 19:35:03 Desktop mysqld[1457]: 150601 19:35:03 [Warning] Can't create test file /var/lib/mysql/Desktop.lower-test
Jun 01 19:35:03 Desktop mysqld[1457]: [96B blob data]
Jun 01 19:35:03 Desktop mysqld[1457]: 150601 19:35:03 [ERROR] Aborting
Jun 01 19:35:03 Desktop mysqld[1457]: 150601 19:35:03 [Note] /usr/bin/mysqld: Shutdown complete
Jun 01 19:35:03 Desktop systemd[1]: mysqld.service: main process exited, code=exited, status=1/FAILURE
Jun 01 19:35:44 Desktop sudo[1749]: tom : TTY=tty1 ; PWD=/home/tom ; USER=root ; COMMAND=/usr/local/bin/reset_firewall
Jun 01 19:35:44 Desktop sudo[1749]: pam_unix(sudo:session): session opened for user root by tom(uid=0)
Jun 01 19:35:44 Desktop sudo[1749]: pam_unix(sudo:session): session closed for user root
Jun 01 19:35:48 Desktop sudo[1784]: tom : TTY=tty1 ; PWD=/home/tom ; USER=root ; COMMAND=/usr/bin/iptables -L
Jun 01 19:35:48 Desktop sudo[1784]: pam_unix(sudo:session): session opened for user root by tom(uid=0)
Jun 01 19:35:48 Desktop sudo[1784]: pam_unix(sudo:session): session closed for user root
Jun 01 19:35:51 Desktop polkitd[414]: Registered Authentication Agent for unix-process:1807:25975 (system bus name :1.15 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Jun 01 19:35:54 Desktop polkitd[414]: Operator of unix-process:1807:25975 successfully authenticated as unix-user:tom to gain TEMPORARY authorization for action org.freedesktop.systemd1.manage-units for system-bus-name::1.16 [systemctl start mysqld] (owned by unix-user:tom)
Jun 01 19:36:19 Desktop slim[308]: (II) AIGLX: Suspending AIGLX clients for VT switch
Jun 01 19:36:33 Desktop systemd[1]: mysqld.service start-post operation timed out. Stopping.
Jun 01 19:36:33 Desktop systemd[1]: Failed to start MariaDB database server.
-- Subject: Unit mysqld.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit mysqld.service has failed.
-- 
-- The result is failed.
Jun 01 19:36:33 Desktop systemd[1]: Unit mysqld.service entered failed state.
Jun 01 19:36:33 Desktop systemd[1]: mysqld.service failed.
Jun 01 19:36:33 Desktop polkitd[414]: Unregistered Authentication Agent for unix-process:1807:25975 (system bus name :1.15, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
Jun 01 19:36:33 Desktop systemd[1]: mysqld.service holdoff time over, scheduling restart.
Jun 01 19:36:33 Desktop systemd[1]: Starting MariaDB database server...
-- Subject: Unit mysqld.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit mysqld.service has begun starting up.
Jun 01 19:36:33 Desktop mysqld[2105]: 150601 19:36:33 [Note] /usr/bin/mysqld (mysqld 10.0.18-MariaDB-log) starting as process 2105 ...
Jun 01 19:36:33 Desktop mysqld[2105]: 150601 19:36:33 [Warning] Can't create test file /var/lib/mysql/Desktop.lower-test
Jun 01 19:36:33 Desktop mysqld[2105]: [96B blob data]
Jun 01 19:36:33 Desktop mysqld[2105]: 150601 19:36:33 [ERROR] Aborting
Jun 01 19:36:33 Desktop mysqld[2105]: 150601 19:36:33 [Note] /usr/bin/mysqld: Shutdown complete
Jun 01 19:36:33 Desktop systemd[1]: mysqld.service: main process exited, code=exited, status=1/FAILURE
Jun 01 19:36:53 Desktop slim[308]: (II) AIGLX: Suspending AIGLX clients for VT switch
Jun 01 19:36:58 Desktop slim[308]: (II) AIGLX: Suspending AIGLX clients for VT switch
Jun 01 19:37:03 Desktop slim[308]: (II) AIGLX: Suspending AIGLX clients for VT switch
Jun 01 19:37:10 Desktop slim[308]: (II) AIGLX: Suspending AIGLX clients for VT switch
Jun 01 19:37:19 Desktop slim[308]: (II) AIGLX: Suspending AIGLX clients for VT switch
Jun 01 19:38:03 Desktop systemd[1]: mysqld.service start-post operation timed out. Stopping.
Jun 01 19:38:03 Desktop systemd[1]: Failed to start MariaDB database server.
-- Subject: Unit mysqld.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit mysqld.service has failed.
-- 
-- The result is failed.
Jun 01 19:38:03 Desktop systemd[1]: Unit mysqld.service entered failed state.
Jun 01 19:38:03 Desktop systemd[1]: mysqld.service failed.
Jun 01 19:38:04 Desktop systemd[1]: mysqld.service holdoff time over, scheduling restart.
Jun 01 19:38:04 Desktop systemd[1]: Starting MariaDB database server...
-- Subject: Unit mysqld.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit mysqld.service has begun starting up.
Jun 01 19:38:04 Desktop mysqld[2738]: 150601 19:38:04 [Note] /usr/bin/mysqld (mysqld 10.0.18-MariaDB-log) starting as process 2738 ...
Jun 01 19:38:04 Desktop mysqld[2738]: 150601 19:38:04 [Warning] Can't create test file /var/lib/mysql/Desktop.lower-test
Jun 01 19:38:04 Desktop mysqld[2738]: [96B blob data]
Jun 01 19:38:04 Desktop mysqld[2738]: 150601 19:38:04 [ERROR] Aborting
Jun 01 19:38:04 Desktop mysqld[2738]: 150601 19:38:04 [Note] /usr/bin/mysqld: Shutdown complete
Jun 01 19:38:04 Desktop systemd[1]: mysqld.service: main process exited, code=exited, status=1/FAILURE
Jun 01 19:38:38 Desktop slim[308]: (II) AIGLX: Suspending AIGLX clients for VT switch
Jun 01 19:38:46 Desktop slim[308]: (EE) BUG: triggered 'if (priv->num_active_touches == 0)'
Jun 01 19:38:46 Desktop slim[308]: (EE) BUG: synaptics.c:2963 in UpdateTouchState()
Jun 01 19:38:46 Desktop slim[308]: (EE)
Jun 01 19:38:46 Desktop slim[308]: (EE) Backtrace:
Jun 01 19:38:46 Desktop slim[308]: (EE) 0: /usr/lib/xorg/modules/input/synaptics_drv.so (_init+0x2e64) [0x7fbb3bdd64b4]
Jun 01 19:38:46 Desktop slim[308]: (EE) 1: /usr/lib/xorg/modules/input/synaptics_drv.so (_init+0x4dc2) [0x7fbb3bddb0d2]
Jun 01 19:38:46 Desktop slim[308]: (EE) 2: /usr/lib/xorg-server/Xorg (DPMSSupported+0xe8) [0x476c98]
Jun 01 19:38:46 Desktop slim[308]: (EE) 3: /usr/lib/xorg-server/Xorg (xf86SerialModemClearBits+0x277) [0x4a05a7]
Jun 01 19:38:46 Desktop slim[308]: (EE) 4: /usr/lib/libc.so.6 (__restore_rt+0x0) [0x7fbb43ed25af]
Jun 01 19:38:46 Desktop slim[308]: (EE) 5: /usr/lib/libc.so.6 (__select_nocancel+0x2a) [0x7fbb43f7fafa]
Jun 01 19:38:46 Desktop slim[308]: (EE) 6: /usr/lib/xorg-server/Xorg (WaitForSomething+0x1ac) [0x58d96c]
Jun 01 19:38:46 Desktop slim[308]: (EE) 7: /usr/lib/xorg-server/Xorg (SendErrorToClient+0x111) [0x4388b1]
Jun 01 19:38:46 Desktop slim[308]: (EE) 8: /usr/lib/xorg-server/Xorg (remove_fs_handlers+0x41b) [0x43cbcb]
Jun 01 19:38:46 Desktop slim[308]: (EE) 9: /usr/lib/libc.so.6 (__libc_start_main+0xf0) [0x7fbb43ebf790]
Jun 01 19:38:46 Desktop slim[308]: (EE) 10: /usr/lib/xorg-server/Xorg (_start+0x29) [0x427039]
Jun 01 19:38:46 Desktop slim[308]: (EE) 11: ? (?+0x29) [0x29]
Jun 01 19:38:46 Desktop slim[308]: (EE)
Jun 01 19:39:34 Desktop systemd[1]: mysqld.service start-post operation timed out. Stopping.
Jun 01 19:39:34 Desktop systemd[1]: Failed to start MariaDB database server.
-- Subject: Unit mysqld.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit mysqld.service has failed.
-- 
-- The result is failed.
Jun 01 19:39:34 Desktop systemd[1]: Unit mysqld.service entered failed state.
Jun 01 19:39:34 Desktop systemd[1]: mysqld.service failed.
Jun 01 19:39:34 Desktop systemd[1]: mysqld.service holdoff time over, scheduling restart.
Jun 01 19:39:34 Desktop systemd[1]: Starting MariaDB database server...
-- Subject: Unit mysqld.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit mysqld.service has begun starting up.
Jun 01 19:39:34 Desktop mysqld[3409]: 150601 19:39:34 [Note] /usr/bin/mysqld (mysqld 10.0.18-MariaDB-log) starting as process 3409 ...
Jun 01 19:39:34 Desktop mysqld[3409]: 150601 19:39:34 [Warning] Can't create test file /var/lib/mysql/Desktop.lower-test
Jun 01 19:39:34 Desktop mysqld[3409]: [96B blob data]
Jun 01 19:39:34 Desktop mysqld[3409]: 150601 19:39:34 [ERROR] Aborting
Jun 01 19:39:34 Desktop mysqld[3409]: 150601 19:39:34 [Note] /usr/bin/mysqld: Shutdown complete
Jun 01 19:39:34 Desktop systemd[1]: mysqld.service: main process exited, code=exited, status=1/FAILURE
Jun 01 19:39:37 Desktop slim[308]: (II) AIGLX: Suspending AIGLX clients for VT switch
Avatar de l’utilisateur
FoolEcho
Maître du Kyudo
Messages : 10711
Inscription : dim. 15 août 2010, 11:48
Localisation : Basse-Normandie

Re: [mysql] probleme connexion (en cours)

Message par FoolEcho »

Regarde de ce côté dès fois: https://wiki.archlinux.org/index.php/My ... nnot_start .
Autrement poste-nous le contenu de /var/lib/mysql/TA_MACHINE.err (pastebin si besoin).
«The following statement is not true. The previous statement is true.» :nage:
AchilleFraisse
Elfe
Messages : 623
Inscription : dim. 27 avr. 2014, 09:32

Re: [mysql] probleme connexion (en cours)

Message par AchilleFraisse »

Je n'ai mais de dossier mysql dans /var/lib
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17632
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [mysql] probleme connexion (en cours)

Message par benjarobin »

As tu lu le Wiki : https://wiki.archlinux.org/index.php/MySQL#Installation
Pour ta défense le Wiki fr n'est pas à jour et c'est très récent : https://wiki.archlinux.org/index.php?ti ... did=360225
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
AchilleFraisse
Elfe
Messages : 623
Inscription : dim. 27 avr. 2014, 09:32

Re: [mysql] probleme connexion (en cours)

Message par AchilleFraisse »

Un exécutant

Code : Tout sélectionner

# mysql_secure_installation
Il me remet le message d'erreur
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17632
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [mysql] probleme connexion (en cours)

Message par benjarobin »

Relit le Wiki car ce n'est pas ce qu'il faut lancer... J'ai pourtant donné en plus le diff...
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Avatar de l’utilisateur
FoolEcho
Maître du Kyudo
Messages : 10711
Inscription : dim. 15 août 2010, 11:48
Localisation : Basse-Normandie

Re: [mysql] probleme connexion (en cours)

Message par FoolEcho »

benjarobin a écrit :As tu lu le Wiki : https://wiki.archlinux.org/index.php/MySQL#Installation
Pour ta défense le Wiki fr n'est pas à jour et c'est très récent : https://wiki.archlinux.org/index.php?ti ... did=360225
Il existe pourtant une page pour MariaDB avec l'info pertinente... :cry:
Du coup j'ai enlevé ta modif sur la page Mysql et mis à jour le wiki anglophone pour qu'il pointe directement sur Mariadb chez nous...
«The following statement is not true. The previous statement is true.» :nage:
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17632
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [mysql] probleme connexion (en cours)

Message par benjarobin »

Oups, en effet, merci :-)
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
AchilleFraisse
Elfe
Messages : 623
Inscription : dim. 27 avr. 2014, 09:32

Re: [mysql] probleme connexion (en cours)

Message par AchilleFraisse »

Effectivement, j'avais oublié de démarrer le service. Merci.
Mais alors, tu me conseilles de ne plus jamais regarder le wiki fr mais plutot de se diriger vers le wiki en ?
Parce que je trouve que le wiki en est moins détaillés (pour certain article) que le wiki fr..
oktoberfest
Maître du Kyudo
Messages : 1855
Inscription : mer. 06 janv. 2010, 13:51
Localisation : Ried - Alsace - France

Re: [mysql] probleme connexion (en cours)

Message par oktoberfest »

Pour le wiki comme pour d'autres sujets (qu'ils soient informatique ou non informatique) il ne faut pas utiliser une seule source d'information mais les croiser. Donc si tu utilises un wiki et que ça ne fonctionne pas, regardes sur un autre wiki. L'intérêt est déjà de te permettre de faire fonctionner ce que tu installe, mais en plus tu peux remonter le problème dans le forum, voire directement corriger le wiki.

C'est la même chose que les différentes informations (scientifiques, people, politiques, économiques...) : toujours chercher d'autres sources afin de ne pas croire la première rumeur lancée.
La majorité des bugs se situe entre la chaise et le clavier...
Arrêtez de vous prendre la tête avec les partitions... passez au LVM
Avatar de l’utilisateur
FoolEcho
Maître du Kyudo
Messages : 10711
Inscription : dim. 15 août 2010, 11:48
Localisation : Basse-Normandie

Re: [mysql] probleme connexion (en cours)

Message par FoolEcho »

:resolu: (édition du titre du premier message :chinois:)
«The following statement is not true. The previous statement is true.» :nage:
Répondre