[Pkg-systemd-maintainers] Bug#726466: Bug#726466: systemd-logind: Re: libsystemd-login0: while logging in to tty6 got Failed to issue method call.
Philippe Delavalade
philippe.delavalade at orange.fr
Wed Dec 4 23:59:23 GMT 2013
Le mercredi 04 décembre à 17:55, Michael Stapelberg a écrit :
> Hi,
>
> "Ph. Delavalade" <philippe.delavalade at orange.fr> writes:
> > The problem happens on the last tty (I tried with 5 ttys and 8). The problems
> > happens when quiting and returning on the last tty. It is possible to login
> > but the error message appears each time I come back on that tty. When
> > changing the number of consoles, I updated the trhee files :
> >
> > /etc/inittab
> > /etc/default/console-setup
> > /etc/systemd/login.conf
> Can you please attach these files?
>
> Also, can you please provide the output of ???dpkg -l | grep systemd??? and
> ???ps auxf??? and /var/log/syslog and /var/log/auth.log?
>
> Thanks.
>
> --
> Best regards,
> Michael
The following files are attached as asked but I can't rebot my computer.
/etc/inittab
/etc/default/console-setup
/etc/systemd/login.conf
/var/log/auth.log
/var/log/syslog (which is long)
auth.log seems unchanged when I go on tty8 (my configuration for now) ;
only syslog seems affected.
Cmmand 'dpkg -l | grep systemd' returns
ii libpam-systemd:amd64 204-5 amd64 system and service manager - PAM module
ii libsystemd-daemon0:amd64 204-5 amd64 systemd utility library
ii libsystemd-journal0:amd64 204-5 amd64 systemd journal utility library
ii libsystemd-login0:amd64 204-5 amd64 systemd login utility library
ii systemd 204-5 amd64 system and service manager
The output of 'ps auxf' being long, is attached in file ps_auxf_cmd.
Thanks for your work.
Regards
--
Ph. Delavalade
-------------- next part --------------
# /etc/inittab: init(8) configuration.
# $Id: inittab,v 1.91 2002/01/25 13:35:21 miquels Exp $
# The default runlevel.
id:2:initdefault:
# Boot-time system configuration/initialization script.
# This is run first except when booting in emergency (-b) mode.
si::sysinit:/etc/init.d/rcS
# What to do in single-user mode.
~~:S:wait:/sbin/sulogin
# /etc/init.d executes the S and K scripts upon change
# of runlevel.
#
# Runlevel 0 is halt.
# Runlevel 1 is single-user.
# Runlevels 2-5 are multi-user.
# Runlevel 6 is reboot.
l0:0:wait:/etc/init.d/rc 0
l1:1:wait:/etc/init.d/rc 1
l2:2:wait:/etc/init.d/rc 2
l3:3:wait:/etc/init.d/rc 3
l4:4:wait:/etc/init.d/rc 4
l5:5:wait:/etc/init.d/rc 5
l6:6:wait:/etc/init.d/rc 6
# Normally not reached, but fallthrough in case of emergency.
z6:6:respawn:/sbin/sulogin
# What to do when CTRL-ALT-DEL is pressed.
ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now
# Action on special keypress (ALT-UpArrow).
#kb::kbrequest:/bin/echo "Keyboard Request--edit /etc/inittab to let this work."
# What to do when the power fails/returns.
pf::powerwait:/etc/init.d/powerfail start
pn::powerfailnow:/etc/init.d/powerfail now
po::powerokwait:/etc/init.d/powerfail stop
# /sbin/getty invocations for the runlevels.
#
# The "id" field MUST be the same as the last
# characters of the device (after "tty").
#
# Format:
# <id>:<runlevels>:<action>:<process>
#
# Note that on most Debian systems tty7 is used by the X Window System,
# so if you want to add more getty's go ahead but skip tty7 if you run X.
#
1:2345:respawn:/sbin/getty 38400 tty1
2:23:respawn:/sbin/getty 38400 tty2
3:23:respawn:/sbin/getty 38400 tty3
4:23:respawn:/sbin/getty 38400 tty4
5:23:respawn:/sbin/getty 38400 tty5
6:23:respawn:/sbin/getty 38400 tty6
7:23:respawn:/sbin/getty 38400 tty7
8:23:respawn:/sbin/getty 38400 tty8
# Example how to put a getty on a serial line (for a terminal)
#
#T0:23:respawn:/sbin/getty -L ttyS0 9600 vt100
#T1:23:respawn:/sbin/getty -L ttyS1 9600 vt100
# Example how to put a getty on a modem line.
#
#T3:23:respawn:/sbin/mgetty -x0 -s 57600 ttyS3
setleds -D +num
-------------- next part --------------
# CONFIGURATION FILE FOR SETUPCON
# Consult the console-setup(5) manual page.
ACTIVE_CONSOLES="/dev/tty[1-8]"
CHARMAP="ISO-8859-15"
CODESET="Lat15"
FONTFACE="Terminus"
FONTSIZE="14x28"
SCREEN_WIDTH=80
SCREEN_HEIGHT=25
if [ -f /etc/default/keyboard ]; then
. /etc/default/keyboard
fi
VIDEOMODE=
-------------- next part --------------
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
#
# See logind.conf(5) for details
[Login]
NAutoVTs=8
ReserveVT=8
#KillUserProcesses=no
#KillOnlyUsers=
#KillExcludeUsers=root
#Controllers=
#ResetControllers=cpu
#InhibitDelayMaxSec=5
#HandlePowerKey=poweroff
#HandleSuspendKey=suspend
#HandleHibernateKey=hibernate
#HandleLidSwitch=suspend
#PowerKeyIgnoreInhibited=no
#SuspendKeyIgnoreInhibited=no
#HibernateKeyIgnoreInhibited=no
#LidSwitchIgnoreInhibited=yes
#IdleAction=ignore
#IdleActionSec=30min
-------------- next part --------------
Dec 2 01:17:01 magellan CRON[4485]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 01:17:01 magellan CRON[4485]: pam_unix(cron:session): session closed for user root
Dec 2 01:18:04 magellan login[3374]: pam_unix(login:session): session closed for user aulnay
Dec 2 01:18:09 magellan login[4501]: pam_unix(login:session): session opened for user musique by LOGIN(uid=0)
Dec 2 01:50:12 magellan login[4501]: pam_unix(login:session): session closed for user musique
Dec 2 01:50:21 magellan login[4949]: pam_unix(login:auth): authentication failure; logname=LOGIN uid=0 euid=0 tty=/dev/tty4 ruser= rhost= user=livres
Dec 2 01:50:24 magellan login[4949]: FAILED LOGIN (1) on '/dev/tty4' FOR 'livres', Authentication failure
Dec 2 01:50:32 magellan login[4949]: pam_unix(login:session): session opened for user livres by LOGIN(uid=0)
Dec 2 02:17:02 magellan CRON[5380]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 02:17:02 magellan CRON[5380]: pam_unix(cron:session): session closed for user root
Dec 2 03:17:01 magellan CRON[5383]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 03:17:01 magellan CRON[5383]: pam_unix(cron:session): session closed for user root
Dec 2 04:17:01 magellan CRON[5387]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 04:17:01 magellan CRON[5387]: pam_unix(cron:session): session closed for user root
Dec 2 05:17:01 magellan CRON[5390]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 05:17:01 magellan CRON[5390]: pam_unix(cron:session): session closed for user root
Dec 2 06:17:01 magellan CRON[5394]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 06:17:01 magellan CRON[5394]: pam_unix(cron:session): session closed for user root
Dec 2 06:25:01 magellan CRON[5397]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 06:25:01 magellan CRON[5397]: pam_unix(cron:session): session closed for user root
Dec 2 07:17:01 magellan CRON[5400]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 07:17:01 magellan CRON[5400]: pam_unix(cron:session): session closed for user root
Dec 2 07:30:01 magellan CRON[5403]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 07:30:01 magellan CRON[5403]: pam_unix(cron:session): session closed for user root
Dec 2 08:17:01 magellan CRON[5429]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 08:17:01 magellan CRON[5429]: pam_unix(cron:session): session closed for user root
Dec 2 09:00:01 magellan CRON[5433]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 09:00:05 magellan CRON[5433]: pam_unix(cron:session): session closed for user root
Dec 2 09:17:01 magellan CRON[5436]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 09:17:01 magellan CRON[5436]: pam_unix(cron:session): session closed for user root
Dec 2 10:00:01 magellan CRON[5796]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 10:00:04 magellan CRON[5796]: pam_unix(cron:session): session closed for user root
Dec 2 10:17:01 magellan CRON[5806]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 10:17:01 magellan CRON[5806]: pam_unix(cron:session): session closed for user root
Dec 2 10:27:58 magellan login[3375]: pam_unix(login:session): session opened for user musique by LOGIN(uid=0)
Dec 2 11:00:01 magellan CRON[5949]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 11:00:04 magellan CRON[5949]: pam_unix(cron:session): session closed for user root
Dec 2 11:17:01 magellan CRON[5951]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 11:17:01 magellan CRON[5951]: pam_unix(cron:session): session closed for user root
Dec 2 12:00:01 magellan CRON[5954]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 12:00:04 magellan CRON[5954]: pam_unix(cron:session): session closed for user root
Dec 2 12:17:01 magellan CRON[6026]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 12:17:01 magellan CRON[6026]: pam_unix(cron:session): session closed for user root
Dec 2 13:00:01 magellan CRON[6029]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 13:00:04 magellan CRON[6029]: pam_unix(cron:session): session closed for user root
Dec 2 13:17:01 magellan CRON[6085]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 13:17:01 magellan CRON[6085]: pam_unix(cron:session): session closed for user root
Dec 2 14:00:01 magellan CRON[6193]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 14:00:04 magellan CRON[6193]: pam_unix(cron:session): session closed for user root
Dec 2 14:01:54 magellan login[4949]: pam_unix(login:session): session closed for user livres
Dec 2 14:02:00 magellan login[6216]: pam_unix(login:session): session opened for user aulnay by LOGIN(uid=0)
Dec 2 14:17:01 magellan CRON[6422]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 14:17:01 magellan CRON[6422]: pam_unix(cron:session): session closed for user root
Dec 2 15:00:01 magellan CRON[6702]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 15:00:04 magellan CRON[6702]: pam_unix(cron:session): session closed for user root
Dec 2 15:17:01 magellan CRON[6704]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 15:17:01 magellan CRON[6704]: pam_unix(cron:session): session closed for user root
Dec 2 16:00:02 magellan CRON[6708]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 16:00:05 magellan CRON[6708]: pam_unix(cron:session): session closed for user root
Dec 2 16:17:01 magellan CRON[6737]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 16:17:01 magellan CRON[6737]: pam_unix(cron:session): session closed for user root
Dec 2 17:00:01 magellan CRON[6743]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 17:00:04 magellan CRON[6743]: pam_unix(cron:session): session closed for user root
Dec 2 17:17:01 magellan CRON[6783]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 17:17:01 magellan CRON[6783]: pam_unix(cron:session): session closed for user root
Dec 2 18:00:01 magellan CRON[6786]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 18:00:04 magellan CRON[6786]: pam_unix(cron:session): session closed for user root
Dec 2 18:17:01 magellan CRON[6789]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 18:17:01 magellan CRON[6789]: pam_unix(cron:session): session closed for user root
Dec 2 19:00:01 magellan CRON[6793]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 19:00:04 magellan CRON[6793]: pam_unix(cron:session): session closed for user root
Dec 2 19:17:01 magellan CRON[6796]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 19:17:01 magellan CRON[6796]: pam_unix(cron:session): session closed for user root
Dec 2 20:00:01 magellan CRON[6873]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 20:00:04 magellan CRON[6873]: pam_unix(cron:session): session closed for user root
Dec 2 20:17:01 magellan CRON[6875]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 20:17:01 magellan CRON[6875]: pam_unix(cron:session): session closed for user root
Dec 2 21:00:01 magellan CRON[6888]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 21:00:04 magellan CRON[6888]: pam_unix(cron:session): session closed for user root
Dec 2 21:17:01 magellan CRON[6891]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 21:17:01 magellan CRON[6891]: pam_unix(cron:session): session closed for user root
Dec 2 22:00:01 magellan CRON[6894]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 22:00:04 magellan CRON[6894]: pam_unix(cron:session): session closed for user root
Dec 2 22:17:01 magellan CRON[6898]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 2 22:17:01 magellan CRON[6898]: pam_unix(cron:session): session closed for user root
Dec 3 03:54:03 magellan dbus[2323]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.3" (uid=0 pid=2855 comm="/usr/sbin/gdm3 ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.6" (uid=0 pid=2876 comm="/usr/lib/gdm3/gdm-simple-slave --display-id /org/g")
Dec 3 03:54:04 magellan dbus[2323]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.3" (uid=0 pid=2855 comm="/usr/sbin/gdm3 ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.11" (uid=0 pid=2953 comm="/usr/lib/gdm3/gdm-simple-slave --display-id /org/g")
Dec 3 03:54:04 magellan dbus[2323]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.3" (uid=0 pid=2855 comm="/usr/sbin/gdm3 ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.12" (uid=0 pid=2970 comm="/usr/lib/gdm3/gdm-simple-slave --display-id /org/g")
Dec 3 03:54:04 magellan dbus[2323]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.3" (uid=0 pid=2855 comm="/usr/sbin/gdm3 ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.13" (uid=0 pid=2976 comm="/usr/lib/gdm3/gdm-simple-slave --display-id /org/g")
Dec 3 03:54:04 magellan dbus[2323]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.3" (uid=0 pid=2855 comm="/usr/sbin/gdm3 ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.14" (uid=0 pid=2983 comm="/usr/lib/gdm3/gdm-simple-slave --display-id /org/g")
Dec 3 03:54:05 magellan dbus[2323]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.3" (uid=0 pid=2855 comm="/usr/sbin/gdm3 ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.15" (uid=0 pid=2989 comm="/usr/lib/gdm3/gdm-simple-slave --display-id /org/g")
Dec 3 03:54:21 magellan login[3334]: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
Dec 3 03:54:21 magellan login[3445]: ROOT LOGIN on '/dev/tty1'
Dec 3 03:54:31 magellan login[3335]: pam_unix(login:session): session opened for user philippe by LOGIN(uid=0)
Dec 3 03:54:45 magellan login[3336]: pam_unix(login:session): session opened for user philippe by LOGIN(uid=0)
Dec 3 04:11:38 magellan login[3337]: pam_unix(login:session): session opened for user aulnay by LOGIN(uid=0)
Dec 3 04:17:01 magellan CRON[4576]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 3 04:17:01 magellan CRON[4576]: pam_unix(cron:session): session closed for user root
Dec 3 05:17:01 magellan CRON[7173]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 3 05:17:02 magellan CRON[7173]: pam_unix(cron:session): session closed for user root
Dec 3 06:17:01 magellan CRON[10686]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 3 06:17:01 magellan CRON[10686]: pam_unix(cron:session): session closed for user root
Dec 3 06:25:01 magellan CRON[10689]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 3 06:25:01 magellan CRON[10689]: pam_unix(cron:session): session closed for user root
Dec 3 07:17:01 magellan CRON[10692]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 3 07:17:01 magellan CRON[10692]: pam_unix(cron:session): session closed for user root
Dec 3 07:30:01 magellan CRON[10695]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 3 07:30:02 magellan CRON[10695]: pam_unix(cron:session): session closed for user root
Dec 3 08:17:01 magellan CRON[10721]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 3 08:17:01 magellan CRON[10721]: pam_unix(cron:session): session closed for user root
Dec 3 09:00:01 magellan CRON[10725]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 3 09:00:04 magellan CRON[10725]: pam_unix(cron:session): session closed for user root
Dec 3 09:17:01 magellan CRON[10728]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 3 09:17:01 magellan CRON[10728]: pam_unix(cron:session): session closed for user root
Dec 3 10:00:01 magellan CRON[17789]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 3 10:00:04 magellan CRON[17789]: pam_unix(cron:session): session closed for user root
Dec 3 10:17:01 magellan CRON[17791]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 3 10:17:01 magellan CRON[17791]: pam_unix(cron:session): session closed for user root
Dec 3 11:00:01 magellan CRON[17988]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 3 11:00:04 magellan CRON[17988]: pam_unix(cron:session): session closed for user root
Dec 3 11:17:01 magellan CRON[18034]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 3 11:17:01 magellan CRON[18034]: pam_unix(cron:session): session closed for user root
Dec 3 11:43:15 magellan svn: DIGEST-MD5 common mech free
Dec 3 12:00:01 magellan CRON[18663]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 3 12:00:04 magellan CRON[18663]: pam_unix(cron:session): session closed for user root
Dec 3 12:17:01 magellan CRON[18689]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 3 12:17:01 magellan CRON[18689]: pam_unix(cron:session): session closed for user root
Dec 3 13:00:01 magellan CRON[18738]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 3 13:00:04 magellan CRON[18738]: pam_unix(cron:session): session closed for user root
Dec 3 13:17:01 magellan CRON[18740]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 3 13:17:01 magellan CRON[18740]: pam_unix(cron:session): session closed for user root
Dec 3 14:00:01 magellan CRON[18753]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 3 14:00:05 magellan CRON[18753]: pam_unix(cron:session): session closed for user root
Dec 3 14:17:01 magellan CRON[18756]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 3 14:17:01 magellan CRON[18756]: pam_unix(cron:session): session closed for user root
Dec 3 15:00:01 magellan CRON[18759]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 3 15:00:04 magellan CRON[18759]: pam_unix(cron:session): session closed for user root
Dec 3 15:17:01 magellan CRON[18762]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 3 15:17:01 magellan CRON[18762]: pam_unix(cron:session): session closed for user root
Dec 3 15:58:08 magellan login[3339]: pam_unix(login:session): session opened for user aulnay by LOGIN(uid=0)
Dec 3 16:00:29 magellan dbus[2366]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.3" (uid=0 pid=2932 comm="/usr/sbin/gdm3 ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=2957 comm="/usr/lib/gdm3/gdm-simple-slave --display-id /org/g")
Dec 3 16:00:30 magellan dbus[2366]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.3" (uid=0 pid=2932 comm="/usr/sbin/gdm3 ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.11" (uid=0 pid=3088 comm="/usr/lib/gdm3/gdm-simple-slave --display-id /org/g")
Dec 3 16:00:30 magellan dbus[2366]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.3" (uid=0 pid=2932 comm="/usr/sbin/gdm3 ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.12" (uid=0 pid=3094 comm="/usr/lib/gdm3/gdm-simple-slave --display-id /org/g")
Dec 3 16:00:30 magellan dbus[2366]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.3" (uid=0 pid=2932 comm="/usr/sbin/gdm3 ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.13" (uid=0 pid=3100 comm="/usr/lib/gdm3/gdm-simple-slave --display-id /org/g")
Dec 3 16:00:30 magellan dbus[2366]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.3" (uid=0 pid=2932 comm="/usr/sbin/gdm3 ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.14" (uid=0 pid=3106 comm="/usr/lib/gdm3/gdm-simple-slave --display-id /org/g")
Dec 3 16:00:30 magellan dbus[2366]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.3" (uid=0 pid=2932 comm="/usr/sbin/gdm3 ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.15" (uid=0 pid=3112 comm="/usr/lib/gdm3/gdm-simple-slave --display-id /org/g")
Dec 3 16:00:40 magellan login[3471]: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
Dec 3 16:00:40 magellan login[3569]: ROOT LOGIN on '/dev/tty1'
Dec 3 16:03:07 magellan dbus[2384]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.3" (uid=0 pid=2960 comm="/usr/sbin/gdm3 ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=3007 comm="/usr/lib/gdm3/gdm-simple-slave --display-id /org/g")
Dec 3 16:03:08 magellan dbus[2384]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.3" (uid=0 pid=2960 comm="/usr/sbin/gdm3 ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.11" (uid=0 pid=3220 comm="/usr/lib/gdm3/gdm-simple-slave --display-id /org/g")
Dec 3 16:03:08 magellan dbus[2384]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.3" (uid=0 pid=2960 comm="/usr/sbin/gdm3 ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.12" (uid=0 pid=3226 comm="/usr/lib/gdm3/gdm-simple-slave --display-id /org/g")
Dec 3 16:03:08 magellan dbus[2384]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.3" (uid=0 pid=2960 comm="/usr/sbin/gdm3 ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.13" (uid=0 pid=3232 comm="/usr/lib/gdm3/gdm-simple-slave --display-id /org/g")
Dec 3 16:03:08 magellan dbus[2384]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.3" (uid=0 pid=2960 comm="/usr/sbin/gdm3 ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.14" (uid=0 pid=3238 comm="/usr/lib/gdm3/gdm-simple-slave --display-id /org/g")
Dec 3 16:03:08 magellan dbus[2384]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.3" (uid=0 pid=2960 comm="/usr/sbin/gdm3 ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.15" (uid=0 pid=3244 comm="/usr/lib/gdm3/gdm-simple-slave --display-id /org/g")
Dec 3 16:03:15 magellan login[3299]: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
Dec 3 16:03:16 magellan login[3534]: ROOT LOGIN on '/dev/tty1'
Dec 3 16:06:48 magellan dbus[2393]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.5" (uid=0 pid=2919 comm="/usr/sbin/gdm3 ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.8" (uid=0 pid=2958 comm="/usr/lib/gdm3/gdm-simple-slave --display-id /org/g")
Dec 3 16:06:49 magellan dbus[2393]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.5" (uid=0 pid=2919 comm="/usr/sbin/gdm3 ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.10" (uid=0 pid=3045 comm="/usr/lib/gdm3/gdm-simple-slave --display-id /org/g")
Dec 3 16:06:49 magellan dbus[2393]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.5" (uid=0 pid=2919 comm="/usr/sbin/gdm3 ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.12" (uid=0 pid=3051 comm="/usr/lib/gdm3/gdm-simple-slave --display-id /org/g")
Dec 3 16:06:49 magellan dbus[2393]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.5" (uid=0 pid=2919 comm="/usr/sbin/gdm3 ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.13" (uid=0 pid=3057 comm="/usr/lib/gdm3/gdm-simple-slave --display-id /org/g")
Dec 3 16:06:49 magellan dbus[2393]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.5" (uid=0 pid=2919 comm="/usr/sbin/gdm3 ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.14" (uid=0 pid=3066 comm="/usr/lib/gdm3/gdm-simple-slave --display-id /org/g")
Dec 3 16:06:49 magellan dbus[2393]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.5" (uid=0 pid=2919 comm="/usr/sbin/gdm3 ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.15" (uid=0 pid=3073 comm="/usr/lib/gdm3/gdm-simple-slave --display-id /org/g")
Dec 3 16:07:14 magellan login[3408]: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
Dec 3 16:07:14 magellan login[3578]: ROOT LOGIN on '/dev/tty1'
Dec 3 16:07:28 magellan login[3415]: pam_unix(login:auth): check pass; user unknown
Dec 3 16:07:28 magellan login[3415]: pam_unix(login:auth): authentication failure; logname=LOGIN uid=0 euid=0 tty=/dev/tty8 ruser= rhost=
Dec 3 16:07:32 magellan login[3415]: FAILED LOGIN (1) on '/dev/tty8' FOR 'UNKNOWN', Authentication failure
Dec 3 16:07:41 magellan login[3409]: pam_unix(login:session): session opened for user philippe by LOGIN(uid=0)
Dec 3 16:17:01 magellan CRON[3782]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 3 16:17:01 magellan CRON[3782]: pam_unix(cron:session): session closed for user root
Dec 3 16:28:38 magellan login[3410]: pam_unix(login:session): session opened for user philippe by LOGIN(uid=0)
Dec 3 16:34:12 magellan login[3757]: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
Dec 3 16:34:12 magellan login[3988]: ROOT LOGIN on '/dev/tty8'
Dec 3 16:55:26 magellan login[3757]: pam_unix(login:session): session closed for user root
Dec 3 16:55:37 magellan login[4172]: pam_unix(login:auth): check pass; user unknown
Dec 3 16:55:37 magellan login[4172]: pam_unix(login:auth): authentication failure; logname=LOGIN uid=0 euid=0 tty=/dev/tty8 ruser= rhost=
Dec 3 16:55:39 magellan login[4172]: FAILED LOGIN (1) on '/dev/tty8' FOR 'UNKNOWN', Authentication failure
Dec 3 16:56:48 magellan login[3411]: pam_unix(login:session): session opened for user aulnay by LOGIN(uid=0)
Dec 3 17:00:01 magellan CRON[4342]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 3 17:00:05 magellan CRON[4342]: pam_unix(cron:session): session closed for user root
Dec 3 17:17:01 magellan CRON[5036]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 3 17:17:01 magellan CRON[5036]: pam_unix(cron:session): session closed for user root
Dec 3 18:00:01 magellan CRON[6831]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 3 18:00:04 magellan CRON[6831]: pam_unix(cron:session): session closed for user root
Dec 3 18:13:29 magellan login[3412]: pam_unix(login:session): session opened for user aulnay by LOGIN(uid=0)
Dec 3 18:17:01 magellan CRON[7759]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 3 18:17:01 magellan CRON[7759]: pam_unix(cron:session): session closed for user root
Dec 3 19:00:02 magellan CRON[9274]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 3 19:00:05 magellan CRON[9274]: pam_unix(cron:session): session closed for user root
Dec 3 19:17:01 magellan CRON[9621]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 3 19:17:01 magellan CRON[9621]: pam_unix(cron:session): session closed for user root
Dec 3 20:00:01 magellan CRON[11839]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 3 20:00:04 magellan CRON[11839]: pam_unix(cron:session): session closed for user root
Dec 3 20:17:01 magellan CRON[12415]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 3 20:17:01 magellan CRON[12415]: pam_unix(cron:session): session closed for user root
Dec 3 21:00:02 magellan CRON[14152]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 3 21:00:05 magellan CRON[14152]: pam_unix(cron:session): session closed for user root
Dec 3 21:17:01 magellan CRON[14609]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 3 21:17:01 magellan CRON[14609]: pam_unix(cron:session): session closed for user root
Dec 3 22:00:02 magellan CRON[16072]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 3 22:00:05 magellan CRON[16072]: pam_unix(cron:session): session closed for user root
Dec 3 22:17:01 magellan CRON[16632]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 3 22:17:01 magellan CRON[16632]: pam_unix(cron:session): session closed for user root
Dec 3 23:17:01 magellan CRON[20175]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 3 23:17:01 magellan CRON[20175]: pam_unix(cron:session): session closed for user root
Dec 4 00:17:02 magellan CRON[22251]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 00:17:02 magellan CRON[22251]: pam_unix(cron:session): session closed for user root
Dec 4 00:21:16 magellan login[3412]: pam_unix(login:session): session closed for user aulnay
Dec 4 00:21:25 magellan login[22360]: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
Dec 4 00:21:25 magellan login[22373]: ROOT LOGIN on '/dev/tty5'
Dec 4 00:29:12 magellan login[4220]: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
Dec 4 00:29:12 magellan login[22635]: ROOT LOGIN on '/dev/tty8'
Dec 4 00:34:45 magellan login[22360]: pam_unix(login:session): session closed for user root
Dec 4 01:17:01 magellan CRON[23780]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 01:17:01 magellan CRON[23780]: pam_unix(cron:session): session closed for user root
Dec 4 02:17:01 magellan CRON[25156]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 02:17:01 magellan CRON[25156]: pam_unix(cron:session): session closed for user root
Dec 4 03:17:01 magellan CRON[26842]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 03:17:01 magellan CRON[26842]: pam_unix(cron:session): session closed for user root
Dec 4 04:17:02 magellan CRON[29372]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 04:17:02 magellan CRON[29372]: pam_unix(cron:session): session closed for user root
Dec 4 05:17:01 magellan CRON[32595]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 05:17:01 magellan CRON[32595]: pam_unix(cron:session): session closed for user root
Dec 4 06:17:01 magellan CRON[2473]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 06:17:01 magellan CRON[2473]: pam_unix(cron:session): session closed for user root
Dec 4 06:25:01 magellan CRON[2770]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 06:25:01 magellan CRON[2770]: pam_unix(cron:session): session closed for user root
Dec 4 07:17:01 magellan CRON[5122]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 07:17:01 magellan CRON[5122]: pam_unix(cron:session): session closed for user root
Dec 4 07:30:02 magellan CRON[5742]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 07:30:02 magellan CRON[5742]: pam_unix(cron:session): session closed for user root
Dec 4 08:17:02 magellan CRON[8415]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 08:17:02 magellan CRON[8415]: pam_unix(cron:session): session closed for user root
Dec 4 09:00:01 magellan CRON[8807]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 09:00:04 magellan CRON[8807]: pam_unix(cron:session): session closed for user root
Dec 4 09:17:01 magellan CRON[8810]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 09:17:01 magellan CRON[8810]: pam_unix(cron:session): session closed for user root
Dec 4 10:00:01 magellan CRON[8813]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 10:00:04 magellan CRON[8813]: pam_unix(cron:session): session closed for user root
Dec 4 10:17:01 magellan CRON[8816]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 10:17:01 magellan CRON[8816]: pam_unix(cron:session): session closed for user root
Dec 4 11:00:01 magellan CRON[8910]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 11:00:04 magellan CRON[8910]: pam_unix(cron:session): session closed for user root
Dec 4 11:17:01 magellan CRON[8912]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 11:17:01 magellan CRON[8912]: pam_unix(cron:session): session closed for user root
Dec 4 12:00:01 magellan CRON[11209]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 12:00:04 magellan CRON[11209]: pam_unix(cron:session): session closed for user root
Dec 4 12:02:59 magellan login[22839]: pam_unix(login:session): session opened for user musique by LOGIN(uid=0)
Dec 4 12:17:02 magellan CRON[12532]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 12:17:02 magellan CRON[12532]: pam_unix(cron:session): session closed for user root
Dec 4 13:00:02 magellan CRON[13781]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 13:00:05 magellan CRON[13781]: pam_unix(cron:session): session closed for user root
Dec 4 13:17:01 magellan CRON[13783]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 13:17:01 magellan CRON[13783]: pam_unix(cron:session): session closed for user root
Dec 4 14:00:01 magellan CRON[13787]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 14:00:04 magellan CRON[13787]: pam_unix(cron:session): session closed for user root
Dec 4 14:17:01 magellan CRON[13790]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 14:17:01 magellan CRON[13790]: pam_unix(cron:session): session closed for user root
Dec 4 14:55:05 magellan login[22839]: pam_unix(login:session): session closed for user musique
Dec 4 14:55:11 magellan login[13824]: pam_unix(login:session): session opened for user aepa by LOGIN(uid=0)
Dec 4 15:00:01 magellan CRON[13924]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 15:00:04 magellan CRON[13924]: pam_unix(cron:session): session closed for user root
Dec 4 15:17:01 magellan CRON[13930]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 15:17:01 magellan CRON[13930]: pam_unix(cron:session): session closed for user root
Dec 4 16:00:01 magellan CRON[13934]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 16:00:04 magellan CRON[13934]: pam_unix(cron:session): session closed for user root
Dec 4 16:17:01 magellan CRON[13937]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 16:17:01 magellan CRON[13937]: pam_unix(cron:session): session closed for user root
Dec 4 16:29:29 magellan login[3413]: pam_unix(login:session): session opened for user musique by LOGIN(uid=0)
Dec 4 16:35:26 magellan login[13824]: pam_unix(login:session): session closed for user aepa
Dec 4 16:35:32 magellan login[14205]: pam_unix(login:session): session opened for user aulnay by LOGIN(uid=0)
Dec 4 17:00:01 magellan CRON[14489]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 17:00:04 magellan CRON[14489]: pam_unix(cron:session): session closed for user root
Dec 4 17:15:09 magellan login[3413]: pam_unix(login:session): session closed for user musique
Dec 4 17:17:02 magellan CRON[14635]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 17:17:02 magellan CRON[14635]: pam_unix(cron:session): session closed for user root
Dec 4 18:00:01 magellan CRON[14805]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 18:00:04 magellan CRON[14805]: pam_unix(cron:session): session closed for user root
Dec 4 18:17:01 magellan CRON[14956]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 18:17:02 magellan CRON[14956]: pam_unix(cron:session): session closed for user root
Dec 4 19:00:01 magellan CRON[15052]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 19:00:04 magellan CRON[15052]: pam_unix(cron:session): session closed for user root
Dec 4 19:17:01 magellan CRON[15288]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 19:17:01 magellan CRON[15288]: pam_unix(cron:session): session closed for user root
Dec 4 20:00:01 magellan CRON[17847]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 20:00:04 magellan CRON[17847]: pam_unix(cron:session): session closed for user root
Dec 4 20:17:02 magellan CRON[18421]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 20:17:02 magellan CRON[18421]: pam_unix(cron:session): session closed for user root
Dec 4 21:00:01 magellan CRON[20461]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 21:00:04 magellan CRON[20461]: pam_unix(cron:session): session closed for user root
Dec 4 21:17:01 magellan CRON[21241]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 21:17:02 magellan CRON[21241]: pam_unix(cron:session): session closed for user root
Dec 4 22:00:01 magellan CRON[23968]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 22:00:04 magellan CRON[23968]: pam_unix(cron:session): session closed for user root
Dec 4 22:17:01 magellan CRON[24401]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 22:17:01 magellan CRON[24401]: pam_unix(cron:session): session closed for user root
Dec 4 23:17:02 magellan CRON[25984]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 4 23:17:02 magellan CRON[25984]: pam_unix(cron:session): session closed for user root
Dec 5 00:17:01 magellan CRON[27285]: pam_unix(cron:session): session opened for user root by (uid=0)
Dec 5 00:17:01 magellan CRON[27285]: pam_unix(cron:session): session closed for user root
-------------- next part --------------
Dec 4 07:36:09 magellan anacron[5767]: Job `cron.daily' terminated (mailing output)
Dec 4 07:36:09 magellan anacron[5767]: Normal exit (1 job run)
Dec 4 07:36:09 magellan postfix/pickup[4550]: 3D41B7FF2A: uid=0 from=<root>
Dec 4 07:36:09 magellan postfix/cleanup[6199]: 3D41B7FF2A: message-id=<20131204063609.3D41B7FF2A at magellan>
Dec 4 07:36:09 magellan postfix/qmgr[3326]: 3D41B7FF2A: from=<philippe.delavalade at orange.fr>, size=521, nrcpt=1 (queue active)
Dec 4 07:36:09 magellan postfix/local[6201]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
Dec 4 07:36:09 magellan postfix/local[6201]: 3D41B7FF2A: to=<philippe at magellan>, orig_to=<root>, relay=local, delay=0.29, delays=0.19/0.01/0/0.09, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
Dec 4 07:36:09 magellan postfix/qmgr[3326]: 3D41B7FF2A: removed
Dec 4 08:17:02 magellan /USR/SBIN/CRON[8416]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Dec 4 09:00:01 magellan /USR/SBIN/CRON[8808]: (root) CMD (beep -f 440 -l 400 -d 500 -r 4)
Dec 4 09:17:01 magellan /USR/SBIN/CRON[8811]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Dec 4 10:00:01 magellan /USR/SBIN/CRON[8814]: (root) CMD (beep -f 440 -l 400 -d 500 -r 4)
Dec 4 10:17:01 magellan /USR/SBIN/CRON[8817]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Dec 4 10:51:42 magellan postfix/smtpd[8857]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
Dec 4 10:51:42 magellan postfix/smtpd[8857]: connect from localhost[127.0.0.1]
Dec 4 10:51:42 magellan postfix/smtpd[8857]: 53D6B80544: client=localhost[127.0.0.1]
Dec 4 10:51:42 magellan postfix/cleanup[8860]: 53D6B80544: message-id=<1092178486.31141.1386141456407.JavaMail.www at wwinf8305>
Dec 4 10:51:42 magellan postfix/qmgr[3326]: 53D6B80544: from=<gut-owner at ens.fr>, size=3270, nrcpt=1 (queue active)
Dec 4 10:51:42 magellan postfix/local[8861]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
Dec 4 10:51:42 magellan postfix/smtpd[8857]: A3507807C6: client=localhost[127.0.0.1]
Dec 4 10:51:42 magellan postfix/cleanup[8860]: A3507807C6: message-id=<529EDCCD.3000504 at systella.fr>
Dec 4 10:51:42 magellan postfix/cleanup[8860]: A3507807C6: resent-message-id=<Mwnv0dAgPnD.A.uCH.sztnSB at bendel>
Dec 4 10:51:42 magellan postfix/local[8861]: 53D6B80544: to=<philippe at localhost>, relay=local, delay=0.39, delays=0.29/0.01/0/0.1, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
Dec 4 10:51:42 magellan postfix/qmgr[3326]: 53D6B80544: removed
Dec 4 10:51:42 magellan postfix/qmgr[3326]: A3507807C6: from=<bounce-debian-user-french=philippe.delavalade=orange.fr at lists.debian.org>, size=6065, nrcpt=1 (queue active)
Dec 4 10:51:42 magellan postfix/smtpd[8857]: disconnect from localhost[127.0.0.1]
Dec 4 10:51:42 magellan postfix/local[8861]: A3507807C6: to=<philippe at localhost>, relay=local, delay=0.15, delays=0.08/0/0/0.08, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
Dec 4 10:51:42 magellan postfix/qmgr[3326]: A3507807C6: removed
Dec 4 10:51:44 magellan dbus[2393]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
Dec 4 10:51:45 magellan dbus[2393]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Dec 4 11:00:01 magellan /USR/SBIN/CRON[8911]: (root) CMD (beep -f 440 -l 400 -d 500 -r 4)
Dec 4 11:17:01 magellan /USR/SBIN/CRON[8913]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Dec 4 11:42:02 magellan postfix/smtpd[8919]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
Dec 4 11:42:02 magellan postfix/smtpd[8919]: connect from localhost[127.0.0.1]
Dec 4 11:42:02 magellan postfix/smtpd[8919]: 1287B7FD55: client=localhost[127.0.0.1]
Dec 4 11:42:02 magellan postfix/cleanup[8922]: 1287B7FD55: message-id=<20131204112618.73c6ecc9 at trollfest.tuxpanic>
Dec 4 11:42:02 magellan postfix/cleanup[8922]: 1287B7FD55: resent-message-id=<X1NOov-Y6iN.A.8WF.dNwnSB at bendel>
Dec 4 11:42:02 magellan postfix/qmgr[3326]: 1287B7FD55: from=<bounce-debian-user-french=philippe.delavalade=orange.fr at lists.debian.org>, size=5491, nrcpt=1 (queue active)
Dec 4 11:42:02 magellan postfix/local[8923]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
Dec 4 11:42:02 magellan postfix/smtpd[8919]: disconnect from localhost[127.0.0.1]
Dec 4 11:42:02 magellan postfix/local[8923]: 1287B7FD55: to=<philippe at localhost>, relay=local, delay=0.2, delays=0.12/0.01/0/0.07, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
Dec 4 11:42:02 magellan postfix/qmgr[3326]: 1287B7FD55: removed
Dec 4 11:43:35 magellan dbus[2393]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
Dec 4 11:43:35 magellan dbus[2393]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Dec 4 11:50:44 magellan dhclient: DHCPREQUEST on eth0 to 192.168.1.1 port 67
Dec 4 11:50:44 magellan dhclient: DHCPACK from 192.168.1.1
Dec 4 11:50:44 magellan dhclient: bound to 192.168.1.15 -- renewal in 38700 seconds.
Dec 4 12:00:01 magellan /USR/SBIN/CRON[11210]: (root) CMD (beep -f 440 -l 400 -d 500 -r 4)
Dec 4 12:17:02 magellan /USR/SBIN/CRON[12533]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Dec 4 13:00:02 magellan /USR/SBIN/CRON[13782]: (root) CMD (beep -f 440 -l 400 -d 500 -r 4)
Dec 4 13:17:01 magellan /USR/SBIN/CRON[13784]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Dec 4 14:00:01 magellan /USR/SBIN/CRON[13788]: (root) CMD (beep -f 440 -l 400 -d 500 -r 4)
Dec 4 14:17:01 magellan /USR/SBIN/CRON[13791]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Dec 4 15:00:01 magellan /USR/SBIN/CRON[13925]: (root) CMD (beep -f 440 -l 400 -d 500 -r 4)
Dec 4 15:17:01 magellan /USR/SBIN/CRON[13931]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Dec 4 16:00:01 magellan /USR/SBIN/CRON[13935]: (root) CMD (beep -f 440 -l 400 -d 500 -r 4)
Dec 4 16:17:01 magellan /USR/SBIN/CRON[13938]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Dec 4 16:29:04 magellan kernel: [87756.956013] usb 7-4: new high-speed USB device number 3 using ehci-pci
Dec 4 16:29:04 magellan kernel: [87757.089065] usb 7-4: New USB device found, idVendor=1058, idProduct=0704
Dec 4 16:29:04 magellan kernel: [87757.089069] usb 7-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Dec 4 16:29:04 magellan mtp-probe: checking bus 7, device 3: "/sys/devices/pci0000:00/0000:00:1a.7/usb7/7-4"
Dec 4 16:29:04 magellan kernel: [87757.089072] usb 7-4: Product: External HDD
Dec 4 16:29:04 magellan kernel: [87757.089075] usb 7-4: Manufacturer: Western Digital
Dec 4 16:29:04 magellan kernel: [87757.089077] usb 7-4: SerialNumber: 57442D57584E593038533532343436
Dec 4 16:29:04 magellan kernel: [87757.089374] usb-storage 7-4:1.0: USB Mass Storage device detected
Dec 4 16:29:04 magellan kernel: [87757.089435] usb-storage 7-4:1.0: Quirks match for vid 1058 pid 0704: 8000
Dec 4 16:29:04 magellan kernel: [87757.089461] scsi9 : usb-storage 7-4:1.0
Dec 4 16:29:04 magellan mtp-probe: bus: 7, device: 3 was not an MTP device
Dec 4 16:29:05 magellan kernel: [87758.088606] scsi 9:0:0:0: Direct-Access WD 5000BEV External 1.75 PQ: 0 ANSI: 4
Dec 4 16:29:05 magellan kernel: [87758.088859] sd 9:0:0:0: Attached scsi generic sg4 type 0
Dec 4 16:29:05 magellan kernel: [87758.089478] sd 9:0:0:0: [sdc] 976773168 512-byte logical blocks: (500 GB/465 GiB)
Dec 4 16:29:05 magellan kernel: [87758.090099] sd 9:0:0:0: [sdc] Write Protect is off
Dec 4 16:29:05 magellan kernel: [87758.090103] sd 9:0:0:0: [sdc] Mode Sense: 23 00 00 00
Dec 4 16:29:05 magellan kernel: [87758.090731] sd 9:0:0:0: [sdc] No Caching mode page found
Dec 4 16:29:05 magellan kernel: [87758.093314] sd 9:0:0:0: [sdc] Assuming drive cache: write through
Dec 4 16:29:05 magellan kernel: [87758.096847] sd 9:0:0:0: [sdc] No Caching mode page found
Dec 4 16:29:05 magellan kernel: [87758.098339] sd 9:0:0:0: [sdc] Assuming drive cache: write through
Dec 4 16:29:05 magellan kernel: [87758.129115] sdc: sdc1
Dec 4 16:29:05 magellan kernel: [87758.131723] sd 9:0:0:0: [sdc] No Caching mode page found
Dec 4 16:29:05 magellan kernel: [87758.133214] sd 9:0:0:0: [sdc] Assuming drive cache: write through
Dec 4 16:29:05 magellan kernel: [87758.134731] sd 9:0:0:0: [sdc] Attached SCSI disk
Dec 4 16:30:11 magellan ntfs-3g[4217]: Unmounting /dev/sdb1 (PHILIPPE)
Dec 4 16:30:29 magellan ntfs-3g[14085]: Version 2013.1.13AR.1 external FUSE 29
Dec 4 16:30:29 magellan ntfs-3g[14085]: Mounted /dev/sdc1 (Read-Write, label "MC", NTFS 3.1)
Dec 4 16:30:29 magellan ntfs-3g[14085]: Cmdline options: rw
Dec 4 16:30:29 magellan ntfs-3g[14085]: Mount options: rw,allow_other,nonempty,relatime,fsname=/dev/sdc1,blkdev,blksize=4096
Dec 4 16:30:29 magellan ntfs-3g[14085]: Ownership and permissions disabled, configuration type 7
Dec 4 16:32:54 magellan postfix/smtpd[14107]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
Dec 4 16:32:54 magellan postfix/smtpd[14107]: connect from localhost[127.0.0.1]
Dec 4 16:32:54 magellan postfix/smtpd[14107]: A9D817FD95: client=localhost[127.0.0.1]
Dec 4 16:32:54 magellan postfix/cleanup[14110]: A9D817FD95: message-id=<CAFF90DYcbQAK75VST2S-9+u1GTRC-T9D98HuWzHfBNsjYRxhKw at mail.gmail.com>
Dec 4 16:32:54 magellan postfix/cleanup[14110]: A9D817FD95: resent-message-id=<xOCMJyPrpXB.A.mJC.qqwnSB at bendel>
Dec 4 16:32:55 magellan postfix/qmgr[3326]: A9D817FD95: from=<bounce-debian-user-french=philippe.delavalade=orange.fr at lists.debian.org>, size=10061, nrcpt=1 (queue active)
Dec 4 16:32:55 magellan postfix/local[14111]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
Dec 4 16:32:55 magellan postfix/smtpd[14107]: 12BF97FDDF: client=localhost[127.0.0.1]
Dec 4 16:32:55 magellan postfix/cleanup[14110]: 12BF97FDDF: message-id=<CAGKqBrm_PiL63=19m1PH5i_g2S=vU1sV_CU9V9+A_Ek0=13emg at mail.gmail.com>
Dec 4 16:32:55 magellan postfix/cleanup[14110]: 12BF97FDDF: resent-message-id=<t55gPLFid5M.A.KpE.K4wnSB at bendel>
Dec 4 16:32:55 magellan postfix/local[14111]: A9D817FD95: to=<philippe at localhost>, relay=local, delay=0.58, delays=0.32/0.01/0/0.26, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
Dec 4 16:32:55 magellan postfix/qmgr[3326]: A9D817FD95: removed
Dec 4 16:32:55 magellan postfix/qmgr[3326]: 12BF97FDDF: from=<bounce-debian-user-french=philippe.delavalade=orange.fr at lists.debian.org>, size=7073, nrcpt=1 (queue active)
Dec 4 16:32:55 magellan postfix/smtpd[14107]: 60A177FD95: client=localhost[127.0.0.1]
Dec 4 16:32:55 magellan postfix/cleanup[14110]: 60A177FD95: message-id=<20131204121128.01e39f3f at trollfest.tuxpanic>
Dec 4 16:32:55 magellan postfix/cleanup[14110]: 60A177FD95: resent-message-id=<Q75d_ylY_H.A.xpE.K4wnSB at bendel>
Dec 4 16:32:55 magellan postfix/local[14111]: 12BF97FDDF: to=<philippe at localhost>, relay=local, delay=0.41, delays=0.24/0/0/0.16, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
Dec 4 16:32:55 magellan postfix/qmgr[3326]: 12BF97FDDF: removed
Dec 4 16:32:55 magellan postfix/qmgr[3326]: 60A177FD95: from=<bounce-debian-user-french=philippe.delavalade=orange.fr at lists.debian.org>, size=6057, nrcpt=1 (queue active)
Dec 4 16:32:55 magellan postfix/local[14111]: 60A177FD95: to=<philippe at localhost>, relay=local, delay=0.24, delays=0.17/0/0/0.07, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
Dec 4 16:32:55 magellan postfix/qmgr[3326]: 60A177FD95: removed
Dec 4 16:32:55 magellan postfix/smtpd[14107]: 9F7DB7FD95: client=localhost[127.0.0.1]
Dec 4 16:32:55 magellan postfix/cleanup[14110]: 9F7DB7FD95: message-id=<20131204121806.5721bd1a at trollfest.tuxpanic>
Dec 4 16:32:55 magellan postfix/cleanup[14110]: 9F7DB7FD95: resent-message-id=<iHGjmT-vWRE.A.owF.B-wnSB at bendel>
Dec 4 16:32:55 magellan postfix/qmgr[3326]: 9F7DB7FD95: from=<bounce-debian-user-french=philippe.delavalade=orange.fr at lists.debian.org>, size=5592, nrcpt=1 (queue active)
Dec 4 16:32:55 magellan postfix/smtpd[14107]: BD1687FDDF: client=localhost[127.0.0.1]
Dec 4 16:32:55 magellan postfix/local[14111]: 9F7DB7FD95: to=<philippe at localhost>, relay=local, delay=0.13, delays=0.08/0/0/0.05, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
Dec 4 16:32:55 magellan postfix/qmgr[3326]: 9F7DB7FD95: removed
Dec 4 16:32:55 magellan postfix/cleanup[14110]: BD1687FDDF: message-id=<20131204114023.32632d9e at compaq.localdomain>
Dec 4 16:32:55 magellan postfix/qmgr[3326]: BD1687FDDF: from=<lfs-support-bounces at linuxfromscratch.org>, size=6928, nrcpt=1 (queue active)
Dec 4 16:32:55 magellan postfix/smtpd[14107]: DCB017FD95: client=localhost[127.0.0.1]
Dec 4 16:32:55 magellan postfix/local[14111]: BD1687FDDF: to=<philippe at localhost>, relay=local, delay=0.15, delays=0.08/0/0/0.06, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
Dec 4 16:32:55 magellan postfix/qmgr[3326]: BD1687FDDF: removed
Dec 4 16:32:55 magellan postfix/cleanup[14110]: DCB017FD95: message-id=<529f189a.oZkRwkQxPoptH4KS%lfs65 at cruziero.com>
Dec 4 16:32:55 magellan postfix/qmgr[3326]: DCB017FD95: from=<lfs-support-bounces at linuxfromscratch.org>, size=6129, nrcpt=1 (queue active)
Dec 4 16:32:56 magellan postfix/smtpd[14107]: 080307FDDF: client=localhost[127.0.0.1]
Dec 4 16:32:56 magellan postfix/local[14111]: DCB017FD95: to=<philippe at localhost>, relay=local, delay=0.14, delays=0.09/0/0/0.05, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
Dec 4 16:32:56 magellan postfix/qmgr[3326]: DCB017FD95: removed
Dec 4 16:32:56 magellan postfix/cleanup[14110]: 080307FDDF: message-id=<1866479112.62412.1386165567357.JavaMail.www at wwinf8312>
Dec 4 16:32:56 magellan postfix/qmgr[3326]: 080307FDDF: from=<gut-owner at ens.fr>, size=4088, nrcpt=1 (queue active)
Dec 4 16:32:56 magellan postfix/smtpd[14107]: 280CA7FD95: client=localhost[127.0.0.1]
Dec 4 16:32:56 magellan postfix/local[14111]: 080307FDDF: to=<philippe at localhost>, relay=local, delay=0.13, delays=0.08/0/0/0.05, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
Dec 4 16:32:56 magellan postfix/qmgr[3326]: 080307FDDF: removed
Dec 4 16:32:56 magellan postfix/cleanup[14110]: 280CA7FD95: message-id=<529F4800.8000502 at oceanetpro.net>
Dec 4 16:32:56 magellan postfix/cleanup[14110]: 280CA7FD95: resent-message-id=<DK_ENToXs6O.A.bTH.Ug0nSB at bendel>
Dec 4 16:32:56 magellan postfix/qmgr[3326]: 280CA7FD95: from=<bounce-debian-user-french=philippe.delavalade=orange.fr at lists.debian.org>, size=6527, nrcpt=1 (queue active)
Dec 4 16:32:56 magellan postfix/smtpd[14107]: disconnect from localhost[127.0.0.1]
Dec 4 16:32:56 magellan postfix/local[14111]: 280CA7FD95: to=<philippe at localhost>, relay=local, delay=0.15, delays=0.08/0/0/0.07, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
Dec 4 16:32:56 magellan postfix/qmgr[3326]: 280CA7FD95: removed
Dec 4 16:59:21 magellan ntfs-3g[14085]: Unmounting /dev/sdc1 (MC)
Dec 4 16:59:44 magellan kernel: [89597.016215] usb 7-4: USB disconnect, device number 3
Dec 4 17:00:01 magellan /USR/SBIN/CRON[14490]: (root) CMD (beep -f 440 -l 400 -d 500 -r 4)
Dec 4 17:00:03 magellan kernel: [89616.104017] usb 7-4: new high-speed USB device number 4 using ehci-pci
Dec 4 17:00:03 magellan kernel: [89616.237105] usb 7-4: New USB device found, idVendor=1058, idProduct=0748
Dec 4 17:00:03 magellan kernel: [89616.237109] usb 7-4: New USB device strings: Mfr=1, Product=2, SerialNumber=5
Dec 4 17:00:03 magellan kernel: [89616.237112] usb 7-4: Product: My Passport 0748
Dec 4 17:00:03 magellan kernel: [89616.237115] usb 7-4: Manufacturer: Western Digital
Dec 4 17:00:03 magellan kernel: [89616.237117] usb 7-4: SerialNumber: 575838314542324C44323535
Dec 4 17:00:03 magellan kernel: [89616.237654] usb-storage 7-4:1.0: USB Mass Storage device detected
Dec 4 17:00:03 magellan kernel: [89616.237721] scsi10 : usb-storage 7-4:1.0
Dec 4 17:00:03 magellan mtp-probe: checking bus 7, device 4: "/sys/devices/pci0000:00/0000:00:1a.7/usb7/7-4"
Dec 4 17:00:03 magellan mtp-probe: bus: 7, device: 4 was not an MTP device
Dec 4 17:00:04 magellan kernel: [89617.236523] scsi 10:0:0:0: Direct-Access WD My Passport 0748 1019 PQ: 0 ANSI: 6
Dec 4 17:00:04 magellan kernel: [89617.236895] scsi 10:0:0:1: Enclosure WD SES Device 1019 PQ: 0 ANSI: 6
Dec 4 17:00:04 magellan kernel: [89617.237113] sd 10:0:0:0: Attached scsi generic sg4 type 0
Dec 4 17:00:04 magellan kernel: [89617.237265] scsi 10:0:0:1: Attached scsi generic sg5 type 13
Dec 4 17:00:04 magellan kernel: [89617.240766] sd 10:0:0:0: [sdc] Spinning up disk...
Dec 4 17:00:10 magellan kernel: [89618.244008] .ready
Dec 4 17:00:10 magellan kernel: [89623.832326] sd 10:0:0:0: [sdc] 3906963456 512-byte logical blocks: (2.00 TB/1.81 TiB)
Dec 4 17:00:10 magellan kernel: [89623.834321] sd 10:0:0:0: [sdc] Write Protect is off
Dec 4 17:00:10 magellan kernel: [89623.834325] sd 10:0:0:0: [sdc] Mode Sense: 47 00 10 08
Dec 4 17:00:10 magellan kernel: [89623.835698] sd 10:0:0:0: [sdc] No Caching mode page found
Dec 4 17:00:10 magellan kernel: [89623.837656] sd 10:0:0:0: [sdc] Assuming drive cache: write through
Dec 4 17:00:10 magellan kernel: [89623.844325] sd 10:0:0:0: [sdc] No Caching mode page found
Dec 4 17:00:10 magellan kernel: [89623.846253] sd 10:0:0:0: [sdc] Assuming drive cache: write through
Dec 4 17:00:10 magellan kernel: [89623.846356] ses 10:0:0:1: Attached Enclosure device
Dec 4 17:00:10 magellan kernel: [89623.922978] sdc: sdc1
Dec 4 17:00:10 magellan kernel: [89623.926076] sd 10:0:0:0: [sdc] No Caching mode page found
Dec 4 17:00:10 magellan kernel: [89623.928415] sd 10:0:0:0: [sdc] Assuming drive cache: write through
Dec 4 17:00:10 magellan kernel: [89623.930787] sd 10:0:0:0: [sdc] Attached SCSI disk
Dec 4 17:00:18 magellan kernel: [89631.126889] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: (null)
Dec 4 17:16:17 magellan kernel: [90590.294192] usb 7-4: USB disconnect, device number 4
Dec 4 17:17:02 magellan /USR/SBIN/CRON[14636]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Dec 4 17:20:13 magellan postfix/smtpd[14649]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
Dec 4 17:20:13 magellan postfix/smtpd[14649]: connect from localhost[127.0.0.1]
Dec 4 17:20:13 magellan postfix/smtpd[14649]: 785417FD22: client=localhost[127.0.0.1]
Dec 4 17:20:13 magellan postfix/cleanup[14652]: 785417FD22: message-id=<20131204161308.24b4fec7 at compaq.localdomain>
Dec 4 17:20:13 magellan postfix/qmgr[3326]: 785417FD22: from=<lfs-support-bounces at linuxfromscratch.org>, size=6086, nrcpt=1 (queue active)
Dec 4 17:20:13 magellan postfix/local[14653]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
Dec 4 17:20:13 magellan postfix/smtpd[14649]: disconnect from localhost[127.0.0.1]
Dec 4 17:20:13 magellan postfix/local[14653]: 785417FD22: to=<philippe at localhost>, relay=local, delay=0.3, delays=0.12/0.01/0/0.18, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
Dec 4 17:20:13 magellan postfix/qmgr[3326]: 785417FD22: removed
Dec 4 18:00:01 magellan /USR/SBIN/CRON[14806]: (root) CMD (beep -f 440 -l 400 -d 500 -r 4)
Dec 4 18:17:01 magellan /USR/SBIN/CRON[14957]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Dec 4 19:00:01 magellan /USR/SBIN/CRON[15053]: (root) CMD (beep -f 440 -l 400 -d 500 -r 4)
Dec 4 19:14:05 magellan ntfs-3g[15097]: Version 2013.1.13AR.1 external FUSE 29
Dec 4 19:14:05 magellan ntfs-3g[15097]: Mounted /dev/sdb1 (Read-Write, label "PHILIPPE", NTFS 3.1)
Dec 4 19:14:05 magellan ntfs-3g[15097]: Cmdline options: rw
Dec 4 19:14:05 magellan ntfs-3g[15097]: Mount options: rw,allow_other,nonempty,relatime,fsname=/dev/sdb1,blkdev,blksize=4096
Dec 4 19:14:05 magellan ntfs-3g[15097]: Ownership and permissions disabled, configuration type 7
Dec 4 19:16:38 magellan postfix/smtpd[15223]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
Dec 4 19:16:38 magellan postfix/smtpd[15223]: connect from localhost[127.0.0.1]
Dec 4 19:16:38 magellan postfix/smtpd[15223]: 642B87FD22: client=localhost[127.0.0.1]
Dec 4 19:16:38 magellan postfix/cleanup[15226]: 642B87FD22: message-id=<20131204172230.3ec0b15d at drums.chezmoi.fr>
Dec 4 19:16:38 magellan postfix/qmgr[3326]: 642B87FD22: from=<gut-owner at ens.fr>, size=4154, nrcpt=1 (queue active)
Dec 4 19:16:38 magellan postfix/local[15227]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
Dec 4 19:16:38 magellan postfix/smtpd[15223]: 890907FDDF: client=localhost[127.0.0.1]
Dec 4 19:16:38 magellan postfix/local[15227]: 642B87FD22: to=<philippe at localhost>, relay=local, delay=0.16, delays=0.1/0.01/0/0.05, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
Dec 4 19:16:38 magellan postfix/qmgr[3326]: 642B87FD22: removed
Dec 4 19:16:38 magellan postfix/cleanup[15226]: 890907FDDF: message-id=<x6k3fk8sjr.fsf at midna.lan>
Dec 4 19:16:38 magellan postfix/qmgr[3326]: 890907FDDF: from=<michael at stapelberg.de>, size=2814, nrcpt=1 (queue active)
Dec 4 19:16:38 magellan postfix/smtpd[15223]: ABA2E7FD22: client=localhost[127.0.0.1]
Dec 4 19:16:38 magellan postfix/local[15227]: 890907FDDF: to=<philippe at localhost>, relay=local, delay=0.15, delays=0.09/0/0/0.06, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
Dec 4 19:16:38 magellan postfix/qmgr[3326]: 890907FDDF: removed
Dec 4 19:16:38 magellan postfix/cleanup[15226]: ABA2E7FD22: message-id=<529F62E3.7060704 at laposte.net>
Dec 4 19:16:38 magellan postfix/qmgr[3326]: ABA2E7FD22: from=<gut-owner at ens.fr>, size=3823, nrcpt=1 (queue active)
Dec 4 19:16:38 magellan postfix/local[15227]: ABA2E7FD22: to=<philippe at localhost>, relay=local, delay=0.14, delays=0.09/0/0/0.05, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
Dec 4 19:16:38 magellan postfix/qmgr[3326]: ABA2E7FD22: removed
Dec 4 19:16:38 magellan postfix/smtpd[15223]: CFCAD7FD22: client=localhost[127.0.0.1]
Dec 4 19:16:38 magellan postfix/cleanup[15226]: CFCAD7FD22: message-id=<529F676B.301 at gmail.com>
Dec 4 19:16:38 magellan postfix/cleanup[15226]: CFCAD7FD22: resent-message-id=<Ch-jWW6p_EO.A.Fy.Be2nSB at bendel>
Dec 4 19:16:38 magellan postfix/qmgr[3326]: CFCAD7FD22: from=<bounce-debian-user-french=philippe.delavalade=orange.fr at lists.debian.org>, size=6337, nrcpt=1 (queue active)
Dec 4 19:16:38 magellan postfix/smtpd[15223]: disconnect from localhost[127.0.0.1]
Dec 4 19:16:38 magellan postfix/local[15227]: CFCAD7FD22: to=<philippe at localhost>, relay=local, delay=0.15, delays=0.09/0/0/0.06, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
Dec 4 19:16:38 magellan postfix/qmgr[3326]: CFCAD7FD22: removed
Dec 4 19:17:01 magellan /USR/SBIN/CRON[15289]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Dec 4 20:00:01 magellan /USR/SBIN/CRON[17848]: (root) CMD (beep -f 440 -l 400 -d 500 -r 4)
Dec 4 20:17:02 magellan /USR/SBIN/CRON[18422]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Dec 4 21:00:01 magellan /USR/SBIN/CRON[20462]: (root) CMD (beep -f 440 -l 400 -d 500 -r 4)
Dec 4 21:17:01 magellan /USR/SBIN/CRON[21242]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Dec 4 22:00:01 magellan /USR/SBIN/CRON[23969]: (root) CMD (beep -f 440 -l 400 -d 500 -r 4)
Dec 4 22:17:01 magellan /USR/SBIN/CRON[24402]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Dec 4 22:33:11 magellan postfix/smtpd[24826]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
Dec 4 22:33:11 magellan postfix/smtpd[24826]: connect from localhost[127.0.0.1]
Dec 4 22:33:11 magellan postfix/smtpd[24826]: 225657FD95: client=localhost[127.0.0.1]
Dec 4 22:33:11 magellan postfix/cleanup[24829]: 225657FD95: message-id=<15494525.78080061386184760375.JavaMail.www at wwinf5414>
Dec 4 22:33:11 magellan postfix/qmgr[3326]: 225657FD95: from=<noreply at orange-ftgroup.com>, size=3035, nrcpt=1 (queue active)
Dec 4 22:33:11 magellan postfix/local[24830]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
Dec 4 22:33:11 magellan postfix/smtpd[24826]: 431577FDDF: client=localhost[127.0.0.1]
Dec 4 22:33:11 magellan postfix/cleanup[24829]: 431577FDDF: message-id=<529F8744.9080108 at grm.net>
Dec 4 22:33:11 magellan postfix/local[24830]: 225657FD95: to=<philippe at localhost>, relay=local, delay=0.27, delays=0.13/0.01/0/0.14, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
Dec 4 22:33:11 magellan postfix/qmgr[3326]: 225657FD95: removed
Dec 4 22:33:11 magellan postfix/qmgr[3326]: 431577FDDF: from=<lfs-support-bounces at linuxfromscratch.org>, size=4699, nrcpt=1 (queue active)
Dec 4 22:33:11 magellan postfix/smtpd[24826]: 6E9B17FD95: client=localhost[127.0.0.1]
Dec 4 22:33:11 magellan postfix/local[24830]: 431577FDDF: to=<philippe at localhost>, relay=local, delay=0.18, delays=0.12/0/0/0.06, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
Dec 4 22:33:11 magellan postfix/qmgr[3326]: 431577FDDF: removed
Dec 4 22:33:11 magellan postfix/cleanup[24829]: 6E9B17FD95: message-id=<DE33FCC3-1CA3-40A0-AC24-4E5DFD4E1610 at berzerkula.org>
Dec 4 22:33:11 magellan postfix/qmgr[3326]: 6E9B17FD95: from=<lfs-support-bounces at linuxfromscratch.org>, size=4423, nrcpt=1 (queue active)
Dec 4 22:33:11 magellan postfix/smtpd[24826]: disconnect from localhost[127.0.0.1]
Dec 4 22:33:11 magellan postfix/local[24830]: 6E9B17FD95: to=<philippe at localhost>, relay=local, delay=0.2, delays=0.12/0/0/0.08, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
Dec 4 22:33:11 magellan postfix/qmgr[3326]: 6E9B17FD95: removed
Dec 4 22:35:44 magellan dhclient: DHCPREQUEST on eth0 to 192.168.1.1 port 67
Dec 4 22:35:44 magellan dhclient: DHCPACK from 192.168.1.1
Dec 4 22:35:44 magellan dhclient: bound to 192.168.1.15 -- renewal in 37178 seconds.
Dec 4 23:17:02 magellan /USR/SBIN/CRON[25985]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Dec 5 00:17:01 magellan /USR/SBIN/CRON[27286]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Dec 5 00:32:40 magellan postfix/pickup[26551]: 331A87FDDF: uid=1000 from=<philippe>
Dec 5 00:32:40 magellan postfix/cleanup[27573]: 331A87FDDF: message-id=<20131204233239.GA27541 at magellan>
Dec 5 00:32:40 magellan postfix/qmgr[3326]: 331A87FDDF: from=<philippe.delavalade at orange.fr>, size=3759, nrcpt=1 (queue active)
Dec 5 00:32:40 magellan postfix/smtp[27575]: 331A87FDDF: to=<yannick.lequeux at noos.fr>, relay=smtp.orange.fr[193.252.22.64]:25, delay=0.44, delays=0.19/0.02/0.18/0.06, dsn=2.0.0, status=sent (250 2.0.0 xbYg1m0060GyA9P03bYgcK mail accepted for delivery)
Dec 5 00:32:40 magellan postfix/qmgr[3326]: 331A87FDDF: removed
Dec 5 00:34:28 magellan postfix/smtpd[27632]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
Dec 5 00:34:28 magellan postfix/smtpd[27632]: connect from localhost[127.0.0.1]
Dec 5 00:34:28 magellan postfix/smtpd[27632]: 7F57D7FD22: client=localhost[127.0.0.1]
Dec 5 00:34:28 magellan postfix/cleanup[27635]: 7F57D7FD22: message-id=<20131204213608.GB16796 at milliways>
Dec 5 00:34:28 magellan postfix/qmgr[3326]: 7F57D7FD22: from=<lfs-support-bounces at linuxfromscratch.org>, size=5798, nrcpt=1 (queue active)
Dec 5 00:34:28 magellan postfix/local[27636]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
Dec 5 00:34:28 magellan postfix/smtpd[27632]: 9BA967FDDF: client=localhost[127.0.0.1]
Dec 5 00:34:28 magellan postfix/cleanup[27635]: 9BA967FDDF: message-id=<529FA424.3020009 at fransdb.nl>
Dec 5 00:34:28 magellan postfix/local[27636]: 7F57D7FD22: to=<philippe at localhost>, relay=local, delay=0.22, delays=0.09/0.01/0/0.12, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
Dec 5 00:34:28 magellan postfix/qmgr[3326]: 7F57D7FD22: removed
Dec 5 00:34:28 magellan postfix/qmgr[3326]: 9BA967FDDF: from=<lfs-support-bounces at linuxfromscratch.org>, size=4273, nrcpt=1 (queue active)
Dec 5 00:34:28 magellan postfix/local[27636]: 9BA967FDDF: to=<philippe at localhost>, relay=local, delay=0.16, delays=0.11/0/0/0.05, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
Dec 5 00:34:28 magellan postfix/qmgr[3326]: 9BA967FDDF: removed
Dec 5 00:34:28 magellan postfix/smtpd[27632]: C4DA57FD22: client=localhost[127.0.0.1]
Dec 5 00:34:28 magellan postfix/cleanup[27635]: C4DA57FD22: message-id=<EFAB9453-703D-46B2-AC1A-250E2B9FAD72 at berzerkula.org>
Dec 5 00:34:28 magellan postfix/qmgr[3326]: C4DA57FD22: from=<lfs-support-bounces at linuxfromscratch.org>, size=4487, nrcpt=1 (queue active)
Dec 5 00:34:28 magellan postfix/smtpd[27632]: E4F1D7FDDF: client=localhost[127.0.0.1]
Dec 5 00:34:28 magellan postfix/local[27636]: C4DA57FD22: to=<philippe at localhost>, relay=local, delay=0.14, delays=0.08/0/0/0.06, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
Dec 5 00:34:28 magellan postfix/qmgr[3326]: C4DA57FD22: removed
Dec 5 00:34:28 magellan postfix/cleanup[27635]: E4F1D7FDDF: message-id=<529FA682.2090709 at gmail.com>
Dec 5 00:34:29 magellan postfix/qmgr[3326]: E4F1D7FDDF: from=<lfs-support-bounces at linuxfromscratch.org>, size=5568, nrcpt=1 (queue active)
Dec 5 00:34:29 magellan postfix/smtpd[27632]: 0FFB97FD22: client=localhost[127.0.0.1]
Dec 5 00:34:29 magellan postfix/local[27636]: E4F1D7FDDF: to=<philippe at localhost>, relay=local, delay=0.13, delays=0.08/0/0/0.05, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
Dec 5 00:34:29 magellan postfix/qmgr[3326]: E4F1D7FDDF: removed
Dec 5 00:34:29 magellan postfix/cleanup[27635]: 0FFB97FD22: message-id=<529FA70A.3080309 at gmail.com>
Dec 5 00:34:29 magellan postfix/qmgr[3326]: 0FFB97FD22: from=<lfs-support-bounces at linuxfromscratch.org>, size=4452, nrcpt=1 (queue active)
Dec 5 00:34:29 magellan postfix/smtpd[27632]: disconnect from localhost[127.0.0.1]
Dec 5 00:34:29 magellan postfix/local[27636]: 0FFB97FD22: to=<philippe at localhost>, relay=local, delay=0.17, delays=0.09/0/0/0.09, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
Dec 5 00:34:29 magellan postfix/qmgr[3326]: 0FFB97FD22: removed
Dec 5 00:41:03 magellan dbus[2393]: [system] Activating service name='org.freedesktop.systemd1' (using servicehelper)
Dec 5 00:41:03 magellan dbus[2393]: [system] Activated service 'org.freedesktop.systemd1' failed: Launch helper exited with unknown return code 1
Dec 5 00:41:12 magellan dbus[2393]: [system] Activating service name='org.freedesktop.systemd1' (using servicehelper)
Dec 5 00:41:12 magellan dbus[2393]: [system] Activated service 'org.freedesktop.systemd1' failed: Launch helper exited with unknown return code 1
-------------- next part --------------
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 2 0.0 0.0 0 0 ? S déc.03 0:00 [kthreadd]
root 3 0.0 0.0 0 0 ? S déc.03 0:26 \_ [ksoftirqd/0]
root 5 0.0 0.0 0 0 ? S< déc.03 0:00 \_ [kworker/0:0H]
root 7 0.0 0.0 0 0 ? S déc.03 0:00 \_ [migration/0]
root 8 0.0 0.0 0 0 ? S déc.03 0:00 \_ [rcu_bh]
root 9 0.0 0.0 0 0 ? S déc.03 0:02 \_ [rcu_sched]
root 10 0.0 0.0 0 0 ? S déc.03 0:00 \_ [watchdog/0]
root 11 0.0 0.0 0 0 ? S déc.03 0:00 \_ [watchdog/1]
root 12 0.0 0.0 0 0 ? S déc.03 0:00 \_ [migration/1]
root 13 0.0 0.0 0 0 ? S déc.03 0:27 \_ [ksoftirqd/1]
root 15 0.0 0.0 0 0 ? S< déc.03 0:00 \_ [kworker/1:0H]
root 16 0.0 0.0 0 0 ? S déc.03 0:00 \_ [watchdog/2]
root 17 0.0 0.0 0 0 ? S déc.03 0:00 \_ [migration/2]
root 18 0.0 0.0 0 0 ? S déc.03 0:26 \_ [ksoftirqd/2]
root 20 0.0 0.0 0 0 ? S< déc.03 0:00 \_ [kworker/2:0H]
root 21 0.0 0.0 0 0 ? S déc.03 0:00 \_ [watchdog/3]
root 22 0.0 0.0 0 0 ? S déc.03 0:00 \_ [migration/3]
root 23 0.0 0.0 0 0 ? S déc.03 0:32 \_ [ksoftirqd/3]
root 25 0.0 0.0 0 0 ? S< déc.03 0:00 \_ [kworker/3:0H]
root 26 0.0 0.0 0 0 ? S< déc.03 0:00 \_ [khelper]
root 27 0.0 0.0 0 0 ? S déc.03 0:00 \_ [kdevtmpfs]
root 28 0.0 0.0 0 0 ? S< déc.03 0:00 \_ [netns]
root 29 0.0 0.0 0 0 ? S< déc.03 0:00 \_ [writeback]
root 30 0.0 0.0 0 0 ? S< déc.03 0:00 \_ [kintegrityd]
root 31 0.0 0.0 0 0 ? S< déc.03 0:00 \_ [bioset]
root 32 0.0 0.0 0 0 ? S< déc.03 0:00 \_ [kblockd]
root 37 0.0 0.0 0 0 ? S déc.03 0:00 \_ [khungtaskd]
root 38 0.0 0.0 0 0 ? S déc.03 1:09 \_ [kswapd0]
root 39 0.0 0.0 0 0 ? SN déc.03 0:00 \_ [ksmd]
root 40 0.0 0.0 0 0 ? SN déc.03 0:00 \_ [khugepaged]
root 41 0.0 0.0 0 0 ? S déc.03 0:00 \_ [fsnotify_mark]
root 42 0.0 0.0 0 0 ? S< déc.03 0:00 \_ [crypto]
root 46 0.0 0.0 0 0 ? S< déc.03 0:00 \_ [kthrotld]
root 47 0.0 0.0 0 0 ? S< déc.03 0:00 \_ [deferwq]
root 108 0.0 0.0 0 0 ? S< déc.03 0:00 \_ [ata_sff]
root 111 0.0 0.0 0 0 ? S déc.03 0:00 \_ [khubd]
root 146 0.0 0.0 0 0 ? S< déc.03 0:00 \_ [firewire]
root 153 0.0 0.0 0 0 ? S déc.03 0:00 \_ [scsi_eh_0]
root 154 0.0 0.0 0 0 ? S déc.03 0:00 \_ [scsi_eh_1]
root 155 0.0 0.0 0 0 ? S déc.03 0:00 \_ [scsi_eh_2]
root 156 0.0 0.0 0 0 ? S déc.03 0:00 \_ [scsi_eh_3]
root 157 0.0 0.0 0 0 ? S déc.03 0:00 \_ [scsi_eh_4]
root 158 0.0 0.0 0 0 ? S déc.03 0:00 \_ [scsi_eh_5]
root 181 0.0 0.0 0 0 ? S déc.03 0:00 \_ [scsi_eh_6]
root 182 0.0 0.0 0 0 ? S déc.03 1:29 \_ [usb-storage]
root 192 0.0 0.0 0 0 ? S< déc.03 0:00 \_ [kworker/1:1H]
root 193 0.0 0.0 0 0 ? S< déc.03 0:00 \_ [kworker/0:1H]
root 198 0.0 0.0 0 0 ? S déc.03 0:00 \_ [scsi_eh_7]
root 199 0.0 0.0 0 0 ? S déc.03 0:00 \_ [scsi_eh_8]
root 203 0.0 0.0 0 0 ? S< déc.03 0:00 \_ [kworker/2:1H]
root 204 0.0 0.0 0 0 ? S< déc.03 0:00 \_ [kworker/3:1H]
root 228 0.0 0.0 0 0 ? S déc.03 0:00 \_ [jbd2/sda1-8]
root 229 0.0 0.0 0 0 ? S< déc.03 0:00 \_ [ext4-rsv-conver]
root 230 0.0 0.0 0 0 ? S< déc.03 0:00 \_ [ext4-unrsv-conv]
root 541 0.0 0.0 0 0 ? S< déc.03 0:00 \_ [kvm-irqfd-clean]
root 548 0.0 0.0 0 0 ? S< déc.03 0:00 \_ [hd-audio0]
root 573 0.0 0.0 0 0 ? S< déc.03 0:00 \_ [ttm_swap]
root 608 0.0 0.0 0 0 ? S< déc.03 0:00 \_ [hd-audio1]
root 1269 0.0 0.0 0 0 ? S déc.03 0:00 \_ [jbd2/sda5-8]
root 1270 0.0 0.0 0 0 ? S< déc.03 0:00 \_ [ext4-rsv-conver]
root 1271 0.0 0.0 0 0 ? S< déc.03 0:00 \_ [ext4-unrsv-conv]
root 1662 0.0 0.0 0 0 ? S< déc.03 0:00 \_ [rpciod]
root 1664 0.0 0.0 0 0 ? S< déc.03 0:00 \_ [nfsiod]
root 2743 0.0 0.0 0 0 ? S< déc.03 0:00 \_ [krfcommd]
root 13954 0.0 0.0 0 0 ? S déc.04 0:00 \_ [kworker/0:0]
root 15342 0.0 0.0 0 0 ? S déc.04 0:02 \_ [kworker/2:0]
root 15343 0.0 0.0 0 0 ? S déc.04 0:01 \_ [kworker/3:1]
root 20463 0.0 0.0 0 0 ? S déc.04 0:02 \_ [kworker/3:0]
root 23974 0.0 0.0 0 0 ? S déc.04 0:02 \_ [kworker/2:1]
root 24813 0.0 0.0 0 0 ? S déc.04 0:04 \_ [kworker/u8:1]
root 24817 0.0 0.0 0 0 ? S déc.04 0:02 \_ [kworker/1:3]
root 27120 0.0 0.0 0 0 ? S 00:06 0:00 \_ [kworker/u8:2]
root 27360 0.0 0.0 0 0 ? S 00:22 0:00 \_ [kworker/1:0]
root 27482 0.0 0.0 0 0 ? S 00:28 0:00 \_ [kworker/0:2]
root 28290 0.0 0.0 0 0 ? S 00:50 0:00 \_ [kworker/u8:0]
root 1 0.0 0.0 13116 648 ? Ss déc.03 0:00 init [2]
root 379 0.0 0.0 38656 892 ? Ss déc.03 0:00 udevd --daemon
root 766 0.1 0.0 186932 1640 ? Ssl déc.03 2:02 /sbin/brltty -q
root 1625 0.0 0.0 19112 524 ? Ss déc.03 0:00 /sbin/rpcbind -w
statd 1657 0.0 0.0 23488 588 ? Ss déc.03 0:00 /sbin/rpc.statd
root 1670 0.0 0.0 25444 92 ? Ss déc.03 0:00 /usr/sbin/rpc.idmapd
root 2038 0.0 0.0 258820 996 ? Ssl déc.03 0:00 /usr/sbin/rsyslogd
daemon 2102 0.0 0.0 16816 12 ? Ss déc.03 0:00 /usr/sbin/atd
root 2140 0.0 0.0 4256 392 ? Ss déc.03 0:00 /usr/sbin/acpid
ntp 2184 0.0 0.0 39576 932 ? Ss déc.03 0:02 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 118:126
root 2221 0.0 0.0 23148 608 ? Ss déc.03 0:00 /usr/sbin/cron
timidity 2274 0.0 0.0 125268 908 ? S déc.03 0:00 /usr/bin/timidity -Os -iAD
root 2369 0.0 0.0 9480 1176 ? S déc.03 0:00 /bin/sh /usr/bin/mysqld_safe
mysql 2746 0.0 0.0 558332 3420 ? Sl déc.03 0:30 \_ /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib/mysql/plugin --user=mysql --pid-file=/var/run/mysqld/mysqld.pid --socket=/var/run/mysqld/mysqld.sock --port=3306
root 2747 0.0 0.0 4228 488 ? S déc.03 0:00 \_ logger -t mysqld -p daemon.error
message+ 2393 0.0 0.0 28692 1432 ? Ss déc.03 0:00 /usr/bin/dbus-daemon --system
root 2696 0.0 0.0 19136 692 ? Ss déc.03 0:00 /usr/sbin/bluetoothd
avahi 2712 0.0 0.0 34308 996 ? S déc.03 0:00 avahi-daemon: running [magellan.local]
avahi 2713 0.0 0.0 34180 124 ? S déc.03 0:00 \_ avahi-daemon: chroot helper
root 2807 0.0 0.0 77184 892 ? S déc.03 0:00 /usr/sbin/cups-browsed
root 2854 0.0 0.0 159484 2100 ? Ssl déc.03 0:00 /usr/sbin/NetworkManager
root 2904 0.0 0.0 195048 1636 ? Sl déc.03 0:00 /usr/lib/policykit-1/polkitd --no-debug
root 2919 0.0 0.0 219496 876 ? Sl déc.03 0:00 /usr/sbin/gdm3
root 2954 0.0 0.0 78984 1308 ? S déc.03 0:00 /usr/sbin/modem-manager
root 3009 0.0 0.0 264544 2132 ? Sl déc.03 0:00 /usr/lib/accountsservice/accounts-daemon
root 3025 0.0 0.0 10108 812 ? Ss déc.03 0:00 dhclient -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0
root 3300 0.0 0.0 37996 908 ? Ss déc.03 0:00 /usr/lib/postfix/master
postfix 3326 0.0 0.0 40228 1176 ? S déc.03 0:00 \_ qmgr -l -t fifo -u
postfix 26551 0.0 0.0 40068 2452 ? S déc.04 0:00 \_ pickup -l -t fifo -u -c
root 3408 0.0 0.0 75676 780 tty1 Ss déc.03 0:00 /bin/login --
root 3578 0.0 0.0 23508 2812 tty1 S déc.03 0:00 \_ -bash
root 28579 0.0 0.0 17416 1296 tty1 R+ 00:55 0:00 \_ ps auxf
root 3409 0.0 0.0 75676 780 tty2 Ss déc.03 0:00 /bin/login --
philippe 3641 0.0 0.0 24296 2932 tty2 S+ déc.03 0:00 \_ -bash
root 3410 0.0 0.0 75676 780 tty3 Ss déc.03 0:00 /bin/login --
philippe 3868 0.0 0.0 24288 2872 tty3 S déc.03 0:00 \_ -bash
philippe 27672 0.0 0.1 79980 4564 tty3 S 00:34 0:00 \_ mutt -y
philippe 28415 0.0 0.3 215520 14836 tty3 S+ 00:52 0:00 \_ emacs --eval (text-mode) /home/philippe/tmp/mutt-magellan-1000-27672-15114043781013492545
root 3411 0.0 0.0 75676 780 tty4 Ss déc.03 0:00 /bin/login --
aulnay 4234 0.0 0.0 24304 2788 tty4 S déc.03 0:00 \_ -bash
aulnay 15118 0.0 0.0 24304 1580 tty4 S+ déc.04 0:00 \_ -bash
aulnay 15120 0.0 0.0 13448 1712 tty4 S+ déc.04 0:00 | \_ /bin/bash ./trans.sh
aulnay 28568 2.5 0.5 71860 23968 tty4 S+ 00:55 0:00 | \_ /usr/bin/perl /usr/bin/pacpl --to mp3 --bitrate 64 --channels 1 --overwrite BARNUM037.mp3
aulnay 28577 0.0 0.0 13284 1296 tty4 S+ 00:55 0:00 | \_ sh -c lame --resample 44100 -b 64 -h "/mnt/BRUNET Pierre_Barnum_93A_71396/BARNUM037.28568.wav" "/mnt/BRUNET Pierre_Barnum_93A_71396/BARNUM037.mp3" > /dev/null 2>&1
aulnay 28578 104 0.0 13540 2432 tty4 R+ 00:55 0:07 | \_ lame --resample 44100 -b 64 -h /mnt/BRUNET Pierre_Barnum_93A_71396/BARNUM037.28568.wav /mnt/BRUNET Pierre_Barnum_93A_71396/BARNUM037.mp3
aulnay 15119 0.0 0.0 8496 736 tty4 S+ déc.04 0:00 \_ tee 5_conv041_080.log
root 3414 0.0 0.0 14720 576 tty7 Ss+ déc.03 0:00 /sbin/getty 38400 tty7
root 3497 0.0 0.0 36924 1368 ? S déc.03 0:00 /lib/systemd/systemd-logind
root 3505 0.0 0.0 2096020 2340 ? Sl déc.03 0:00 /usr/sbin/console-kit-daemon --no-daemon
root 4220 0.0 0.0 75676 1936 tty8 Ss déc.03 0:00 /bin/login --
root 22635 0.0 0.0 23484 1968 tty8 S+ déc.04 0:00 \_ -bash
root 10956 0.0 0.0 78480 3832 ? Ss déc.04 0:00 /usr/sbin/cupsd -C /etc/cups/cupsd.conf
root 14205 0.0 0.0 75676 2016 tty5 Ss déc.04 0:00 /bin/login --
aulnay 14221 0.0 0.1 24312 4600 tty5 S+ déc.04 0:00 \_ -bash
root 14568 0.0 0.0 14720 868 tty6 Ss+ déc.04 0:00 /sbin/getty 38400 tty6
root 15097 4.3 0.0 17812 1476 ? Ss déc.04 14:51 /sbin/mount.ntfs /dev/sdb1 /mnt -o rw
More information about the Pkg-systemd-maintainers
mailing list