piotrino Napisano Sierpień 7, 2009 Zgłoszenie Share Napisano Sierpień 7, 2009 Witam, zainstalowałem przez yum mysql i administrator mysql... Wszystko ładnie mi się zainstalowało, mogę wchodzic na serwer mysql bez problemu...Ale jak chcę wejść przez komendę mysql -u root -p po wpisaniu hasła (takie jakie mam jak się loguję na terminala root) to wyskakuje mi komunikat: mysql error 1045 Acces denied for user root@localhost(using passowrd yes) ,chodzi tez ze dostaję ten komunikat przy próbiie zalogowania się do mysql administratora i ten sam komunikat mi wyskakuje. Stworzyłem w mysql użytkownika z hasłem i też jak się na niego loguje do mysql administratora dostaję ten komunikat.. W pliku hosts mam wpisy poprawne,W windowsie problemu nie mam jeśli chodzi o mysql, na początku instalacji wpisuje hasło do roota, a tu na fedorze w trakcie instalacji zadnych haseł nie miałem do wpisania. Loguję się wpisując w konsoli mysql i już jestem w "nim".....Był temat podobny na forum fedory z "errorem 1045" i zastosowałem się do rad tam, ale nic ni e pomogło....CHodzi mi tylko żebym miał ustawione hasło na roota i się bez problemu zalogował na mysql administratora..... Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
@WalDo Napisano Sierpień 7, 2009 Zgłoszenie Share Napisano Sierpień 7, 2009 A takie zwyczajne mysql -u root nie wystarcza? Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
piotrino Napisano Sierpień 7, 2009 Autor Zgłoszenie Share Napisano Sierpień 7, 2009 A takie zwyczajne mysql -u root nie wystarcza? Próbowałem wcześniej to... [piotrino@localhost ~]$ su Password: [root@localhost piotrino]# mysql -u root ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) [root@localhost piotrino]# [piotrino@localhost ~]$ mysql -u root ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) [piotrino@localhost ~]$ mysql Welcome to the MySQL monitor. Commands end with; or \g. Your MySQL connection id is 30 Server version: 5.1.36 Source distribution Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> [piotrino@localhost ~]$ mysql Welcome to the MySQL monitor. Commands end with; or \g. Your MySQL connection id is 31 Server version: 5.1.36 Source distribution Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> show databases; +--------------------+ | Database | +--------------------+ | information_schema | | test | +--------------------+ 2 rows in set (0.00 sec) mysql> create databases firma; ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'databases firma' at line 1 mysql> create database firma; ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'firma' mysql> Kurcze wszędzie mam zabroniony dostęp dla localhost....I nie wiem jak to rozwiązać...CHodzi mi o roota i hasło do niego i pełne prawa w mysql..., w windowsie przy instalacji do roota tworzyłem hasło i problemu nie było...A tu wszedzie jak chcę coś robic mam odmowiiony dostęp.... Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
moorray Napisano Sierpień 7, 2009 Zgłoszenie Share Napisano Sierpień 7, 2009 Nie jestem co prawda specem od MySQL-a, ale hasło dla roota ustawia się programem mysqladmin. Więcej + praktyczny przykład tu: http://www.cyberciti.biz/faq/mysql-change-root-password/ Pozdrawiam Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
piotrino Napisano Sierpień 7, 2009 Autor Zgłoszenie Share Napisano Sierpień 7, 2009 Nie jestem co prawda specem od MySQL-a, ale hasło dla roota ustawia się programem mysqladmin. Więcej + praktyczny przykład tu: http://www.cyberciti.biz/faq/mysql-change-root-password/ Pozdrawiam Programem mysqladmin też probowałem, cały czas mam komunikat o odmowie logowania.... Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
moorray Napisano Sierpień 7, 2009 Zgłoszenie Share Napisano Sierpień 7, 2009 Programem mysqladmin też probowałem, cały czas mam komunikat o odmowie logowania.... Na dole strony, którą podałem jest link Recover MySQL root password... Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
borzole Napisano Sierpień 8, 2009 Zgłoszenie Share Napisano Sierpień 8, 2009 weź to wpisz w google, ja też mam ten komunikat co jakiś czas bo coś kręcę nie pamiętam o co chodziło ale to coś banalnego było. Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
piotrino Napisano Sierpień 8, 2009 Autor Zgłoszenie Share Napisano Sierpień 8, 2009 weź to wpisz w google, zanim dałem ten temat, to wcześniej wpisałem ten komunikat w google, ale mimo ze szukałem na razie bez rezultatów...Ale jeszcze pokombinuję. w razie czego dam znać...Dzięki za pomoc Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
piotrino Napisano Sierpień 9, 2009 Autor Zgłoszenie Share Napisano Sierpień 9, 2009 zanim dałem ten temat, to wcześniej wpisałem ten komunikat w google, ale mimo ze szukałem na razie bez rezultatów...Ale jeszcze pokombinuję. w razie czego dam znać...Dzięki za pomoc Pokombinowałem, tzn odinstalowałem mysql i na nowo zainstalwoałem przy próbie uruchomienia mysql dostaję komunikat: [root@localhost init.d]# /etc/init.d/mysqld restart bash: /etc/init.d/mysqld: No such file or directory [root@localhost init.d]# Widocznie nie mam zainstalowanego mysql w inid.d, tylko jak sprawdzałem w usr/bin..szukałem na google rozwiązania tematu między innymi wpisując ten komunikat błedu....kombinowałem ale dalej mam ten sam komunikta, w jaki sposób mogę mysql "przeinstalować" zeby mi się uruchomiało w /etc/init.d/mysqld restart [piotrino@localhost ~]$ rpm -qa | grep mysql mysql-libs-5.1.36-1.fc11.i586 mysql-administrator-5.0r12-11.fc11.i586 mysql-gui-tools-5.0r12-11.fc11.i586 mysql-gui-common-5.0r12-11.fc11.i586 mysql-query-browser-5.0r12-11.fc11.i586 mysql-5.1.36-1.fc11.i586 [piotrino@localhost ~]$ P.S Przez pomyłkę skasowałem plim my.cnf, i będę musiał go odtworzyc..... Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
thof Napisano Sierpień 9, 2009 Zgłoszenie Share Napisano Sierpień 9, 2009 kombinowałem ale dalej mam ten sam komunikta, w jaki sposób mogę mysql "przeinstalować" zeby mi się uruchomiało w /etc/init.d/mysqld restartMoże yum reinstall mysql. Jeśli chodzi o wcześniejsze problemy to nie mam pojęcia, ale dla pewność loguj się na konto roota używając su - (su z kreską/myślnikiem). Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
piotrino Napisano Sierpień 11, 2009 Autor Zgłoszenie Share Napisano Sierpień 11, 2009 Może yum reinstall mysql. Jeśli chodzi o wcześniejsze problemy to nie mam pojęcia, ale dla pewność loguj się na konto roota używając su - (su z kreską/myślnikiem). Próbowałem reinstalować i wszystko poszło ok, ale to nie pomogło, nadal nie mogę uruchomić mysql [root@localhost ~]# mysql ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) You have new mail in /var/spool/mail/root From [email protected] Sun Jun 28 23:01:02 2009 Return-Path: <[email protected]> Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.14.3/8.14.3) with ESMTP id n5SL12N4004460 for <[email protected]>; Sun, 28 Jun 2009 23:01:02 +0200 Received: (from root@localhost) by localhost.localdomain (8.14.3/8.14.3/Submit) id n5SL12er004457; Sun, 28 Jun 2009 23:01:02 +0200 Date: Sun, 28 Jun 2009 23:01:02 +0200 Message-Id: <[email protected]> From: [email protected] (Cron Daemon) To: [email protected] Subject: Cron <root@localhost> run-parts /etc/cron.hourly Content-Type: text/plain; charset=UTF-8 Auto-Submitted: auto-generated X-Cron-Env: <SHELL=/bin/sh> X-Cron-Env: <HOME=/root> X-Cron-Env: <PATH=/usr/bin:/bin> X-Cron-Env: <LOGNAME=root> X-Cron-Env: <USER=root> /etc/cron.hourly/0anacron: cat: /var/spool/anacron/cron.daily: No such file or directory From [email protected] Wed Jul 1 21:40:06 2009 Return-Path: <[email protected]> Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.14.3/8.14.3) with ESMTP id n61Je5bp003514 for <[email protected]>; Wed, 1 Jul 2009 21:40:06 +0200 Received: (from root@localhost) by localhost.localdomain (8.14.3/8.14.3/Submit) id n61Je593003501; Wed, 1 Jul 2009 21:40:05 +0200 Date: Wed, 1 Jul 2009 21:40:05 +0200 Message-Id: <[email protected]> To: [email protected] From: [email protected] Subject: Logwatch for localhost.localdomain (Linux) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" ################### Logwatch 7.3.6 (05/19/07) #################### Processing Initiated: Wed Jul 1 21:40:05 2009 Date Range Processed: yesterday ( 2009-Jun-30 ) Period is day. Detail Level of Output: 0 Type of Output: unformatted Logfiles for Host: localhost.localdomain ################################################################## --------------------- Disk Space Begin ------------------------ Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup-lv_root 34G 5.1G 27G 16% / /dev/sdb1 194M 22M 163M 12% /boot ---------------------- Disk Space End ------------------------- ###################### Logwatch End ######################### From [email protected] Sun Jul 5 16:07:07 2009 Return-Path: <[email protected]> Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.14.3/8.14.3) with ESMTP id n65E77eJ003166 for <[email protected]>; Sun, 5 Jul 2009 16:07:07 +0200 Received: (from root@localhost) by localhost.localdomain (8.14.3/8.14.3/Submit) id n65E77o9003153; Sun, 5 Jul 2009 16:07:07 +0200 Date: Sun, 5 Jul 2009 16:07:07 +0200 Message-Id: <[email protected]> To: [email protected] From: [email protected] Subject: Logwatch for localhost.localdomain (Linux) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" ################### Logwatch 7.3.6 (05/19/07) #################### Processing Initiated: Sun Jul 5 16:07:07 2009 Date Range Processed: yesterday ( 2009-Jul-04 ) Period is day. Detail Level of Output: 0 Type of Output: unformatted Logfiles for Host: localhost.localdomain ################################################################## --------------------- Disk Space Begin ------------------------ Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup-lv_root 34G 5.2G 27G 17% / /dev/sdb1 194M 22M 163M 12% /boot ---------------------- Disk Space End ------------------------- ###################### Logwatch End ######################### From [email protected] Mon Jul 6 13:09:00 2009 Return-Path: <[email protected]> Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.14.3/8.14.3) with ESMTP id n66B90TS007621 for <[email protected]>; Mon, 6 Jul 2009 13:09:00 +0200 Received: (from root@localhost) by localhost.localdomain (8.14.3/8.14.3/Submit) id n66B8ko0007335; Mon, 6 Jul 2009 13:08:46 +0200 Date: Mon, 6 Jul 2009 13:08:46 +0200 Message-Id: <[email protected]> To: [email protected] From: [email protected] Subject: Logwatch for localhost.localdomain (Linux) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" ################### Logwatch 7.3.6 (05/19/07) #################### Processing Initiated: Mon Jul 6 13:08:46 2009 Date Range Processed: yesterday ( 2009-Jul-05 ) Period is day. Detail Level of Output: 0 Type of Output: unformatted Logfiles for Host: localhost.localdomain ################################################################## --------------------- Selinux Audit Begin ------------------------ Number of audit daemon starts: 3 Number of audit daemon stops: 5 **Unmatched Entries** audit(1246800860.859:25609): auid=4294967295 ses=4294967295 subj=system_u:system_r:readahead_t:s0 op=remove rule key=(null) list=2 res=1 audit(1246800860.859:25610): audit_enabled=0 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:readahead_t:s0 res=1 audit(1246808757.123:27573): auid=4294967295 ses=4294967295 subj=system_u:system_r:readahead_t:s0 op=remove rule key=(null) list=2 res=1 audit(1246808757.123:27574): audit_enabled=0 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:readahead_t:s0 res=1 audit(1246823955.434:26096): arch=40000003 syscall=5 success=yes exit=3 a0=b7fa5ba8 a1=0 a2=0 a3=b7fa5ba8 items=1 ppid=1777 pid=1865 auid=4294967295 uid=42 gid=42 euid=42 suid=42 fsuid=42 egid=42 sgid=42 fsgid=42 tty=(none) ses=4294967295 comm="gnome-power-man" exe="/usr/bin/gnome-power-manager" subj=system_u:system_r:xdm_t:s0-s0:c0.c1023 key=(null) audit(1246823955.434:26096): item=0 name="/usr/lib/libbonobo-2.so.0" inode=114538 dev=fd:00 mode=0100755 ouid=0 ogid=0 rdev=00:00 obj=system_u:object_r:lib_t:s0 audit(1246823955.443:26097): auid=4294967295 ses=4294967295 subj=system_u:system_r:readahead_t:s0 op=remove rule key=(null) list=2 res=1 audit(1246823955.443:26098): audit_enabled=0 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:readahead_t:s0 res=1 ---------------------- Selinux Audit End ------------------------- --------------------- pam_unix Begin ------------------------ cups: Unknown Entries: authentication failure; logname= uid=0 euid=0 tty=cups ruser= rhost=localhost user=root: 2 Time(s) gdm-password: Unknown Entries: session opened for user piotrino by (uid=0): 8 Time(s) session closed for user piotrino: 5 Time(s) gnome-screensaver: Authentication Failures: piotrino(500,500) on display :0.0: 1 Time(s) polkit: Authentication Failures: (500) -> root: 4 Time(s) su: Authentication Failures: piotrino(500) -> root: 9 Time(s) Sessions Opened: root -> root: 13 Time(s) system-config-firewall: Unknown Entries: authentication failure; logname= uid=500 euid=0 tty= ruser=piotrino rhost= user=root: 1 Time(s) system-config-language: Unknown Entries: authentication failure; logname= uid=500 euid=0 tty= ruser=piotrino rhost= user=root: 1 Time(s) ---------------------- pam_unix End ------------------------- --------------------- samba Begin ------------------------ Created files file /var/lib/samba/private/smbpasswd did not exist. File succesfully created: 1 Time(s) ---------------------- samba End ------------------------- --------------------- Connections (secure-log) Begin ------------------------ New Groups: vboxusers (501) Added User to group: vboxusers: piotrino Userhelper executed applications: piotrino -> system-config-firewall.py as root: 4 Time(s) piotrino -> system-config-language as root: 4 Time(s) piotrino -> system-config-users as root: 2 Time(s) piotrino -> system-config-network as root: 1 Time(s) piotrino -> system-config-boot as root: 1 Time(s) **Unmatched Entries** gnome-screensaver-dialog: gkr-pam: unlocked 'login' keyring: 1 Time(s) polkit-grant-helper: granted authorization for org.fedoraproject.config.services.manage to pid 5349 [uid=500] [auth=root]: 1 Time(s) polkit-grant-helper: granted authorization for org.freedesktop.devicekit.disks.filesystem-mount-system-internal to pid 7597 [uid=500] [auth=root]: 1 Time(s) polkit-grant-helper: granted authorization for org.opensuse.cupspkhelper.mechanism.printer-local-edit to pid 2585 [uid=500] [auth=root]: 1 Time(s) polkit-grant-helper: granted authorization for org.opensuse.cupspkhelper.mechanism.printer-local-edit to pid 4053 [uid=500] [auth=root]: 1 Time(s) userhelper: PAM 2 more authentication failures; logname= uid=500 euid=0 tty= ruser=piotrino rhost= user=root: 1 Time(s) ---------------------- Connections (secure-log) End ------------------------- --------------------- sendmail Begin (detail=3) ------------------------ STATISTICS ---------- Sendmail was started 37 time(s) Messages To Recipients: 2 Addressed Recipients: 2 Bytes Transferred: 2314 Messages No Valid Rcpts: 0 ---------------------- sendmail End ------------------------- --------------------- SSHD Begin ------------------------ SSHD Killed: 5 Time(s) SSHD Started: 10 Time(s) ---------------------- SSHD End ------------------------- --------------------- yum Begin ------------------------ Packages Installed: directfb-1.2.7-4.fc11.i586 libcaca-0.99-0.7.beta16.fc11.i586 1:mc-4.6.2-10.fc11.i586 autoconf-2.63-2.fc11.noarch cloog-ppl-0.15-0.8.git1334c.fc11.i586 ppl-0.10.2-2.fc11.i586 python-nose-0.10.4-2.fc11.noarch kernel-devel-2.6.29.5-191.fc11.i586 samba-3.3.2-0.33.fc11.i586 libgfortran-4.4.0-4.i586 lzo-minilzo-2.03-2.fc11.i586 dkms-2.0.21.1-2.fc11.noarch automake-1.11-2.fc11.noarch glibc-devel-2.10.1-2.i586 glibc-headers-2.10.1-2.i586 libsysfs-2.1.0-5.fc11.i586 kernel-headers-2.6.29.5-191.fc11.i586 xine-lib-extras-1.1.16.3-2.fc11.i586 numpy-1.3.0-5.fc11.i586 atlas-sse-3.8.3-4.fc11.i586 gcc-4.4.0-4.i586 libvncserver-0.9.1-4.fc11.i586 Packages Updated: pidgin-2.5.8-1.fc11.i586 libtiff-3.8.2-13.fc11.i586 libfprint-0.1.0-7.pre2.fc11.1.i586 mesa-libGL-7.6-0.1.fc11.i586 gdb-6.8.50.20090302-32.fc11.i586 firefox-3.5-1.fc11.i586 xulrunner-1.9.1-1.fc11.i586 gnome-python2-gtkhtml2-2.25.3-4.fc11.i586 nspr-4.8-1.fc11.i586 1:rmt-0.4-0.1.b42.fc11.i586 32:bind-utils-9.6.1-2.fc11.i586 libpurple-2.5.8-1.fc11.i586 mesa-libGLU-7.6-0.1.fc11.i586 1:dump-0.4-0.1.b42.fc11.i586 gnome-python2-libegg-2.25.3-4.fc11.i586 libxcb-1.2-4.fc11.i586 glx-utils-7.6-0.1.fc11.i586 gnome-python2-extras-2.25.3-4.fc11.i586 1:cpuspeed-1.5-10.fc11.i586 PyOpenGL-3.0.0-1.fc11.noarch mesa-dri-drivers-7.6-0.1.fc11.i586 numactl-2.0.3-1.fc11.i586 yelp-2.26.0-4.fc11.i586 32:bind-libs-9.6.1-2.fc11.i586 ---------------------- yum End ------------------------- --------------------- Disk Space Begin ------------------------ Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup-lv_root 34G 6.8G 26G 22% / /dev/sdb1 194M 22M 163M 12% /boot /dev/sda1 64G 42G 23G 65% /media/62944B31944B074F ---------------------- Disk Space End ------------------------- ###################### Logwatch End ######################### From [email protected] Tue Jul 7 20:14:11 2009 Return-Path: <[email protected]> Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.14.3/8.14.3) with ESMTP id n67IEBmJ003174 for <[email protected]>; Tue, 7 Jul 2009 20:14:11 +0200 Received: (from root@localhost) by localhost.localdomain (8.14.3/8.14.3/Submit) id n67IE7Yw002888; Tue, 7 Jul 2009 20:14:07 +0200 Date: Tue, 7 Jul 2009 20:14:07 +0200 Message-Id: <[email protected]> To: [email protected] From: [email protected] Subject: Logwatch for localhost.localdomain (Linux) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" ################### Logwatch 7.3.6 (05/19/07) #################### Processing Initiated: Tue Jul 7 20:14:07 2009 Date Range Processed: yesterday ( 2009-Jul-06 ) Period is day. Detail Level of Output: 0 Type of Output: unformatted Logfiles for Host: localhost.localdomain ################################################################## --------------------- Selinux Audit Begin ------------------------ Number of audit daemon starts: 1 Number of audit daemon stops: 3 **Unmatched Entries** audit(1246832669.929:27113): auid=4294967295 ses=4294967295 subj=system_u:system_r:readahead_t:s0 op=remove rule key=(null) list=2 res=1 audit(1246832669.929:27114): audit_enabled=0 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:readahead_t:s0 res=1 ---------------------- Selinux Audit End ------------------------- --------------------- Kernel Begin ------------------------ WARNING: General Protection Faults in these executables npviewer.bin : 5 Time(s) ---------------------- Kernel End ------------------------- --------------------- pam_unix Begin ------------------------ gdm-password: Unknown Entries: session opened for user piotrino by (uid=0): 3 Time(s) authentication failure; logname= uid=0 euid=0 tty=:0 ruser= rhost= user=piotrino: 1 Time(s) session closed for user piotrino: 1 Time(s) polkit: Authentication Failures: (500) -> root: 1 Time(s) su: Authentication Failures: piotrino(500) -> root: 3 Time(s) Sessions Opened: root -> root: 5 Time(s) system-config-users: Unknown Entries: authentication failure; logname= uid=500 euid=0 tty= ruser=piotrino rhost= user=root: 1 Time(s) ---------------------- pam_unix End ------------------------- --------------------- Connections (secure-log) Begin ------------------------ Userhelper executed applications: piotrino -> system-config-lvm.py as root: 1 Time(s) piotrino -> system-config-selinux.py as root: 2 Time(s) piotrino -> system-config-users as root: 2 Time(s) **Unmatched Entries** polkit-grant-helper: granted authorization for org.freedesktop.devicekit.disks.filesystem-mount-system-internal to pid 2277 [uid=500] [auth=root]: 1 Time(s) polkit-grant-helper: granted authorization for org.freedesktop.devicekit.disks.filesystem-mount-system-internal to pid 2350 [uid=500] [auth=root]: 1 Time(s) polkit-grant-helper: granted authorization for org.freedesktop.devicekit.disks.filesystem-mount-system-internal to pid 2459 [uid=500] [auth=root]: 1 Time(s) polkit-grant-helper: granted authorization for org.opensuse.cupspkhelper.mechanism.printer-local-edit to pid 2824 [uid=500] [auth=root]: 1 Time(s) polkit-grant-helper: granted authorization for org.opensuse.cupspkhelper.mechanism.printer-local-edit to pid 2891 [uid=500] [auth=root]: 1 Time(s) polkit-grant-helper: granted authorization for org.opensuse.cupspkhelper.mechanism.printer-local-edit to pid 3176 [uid=500] [auth=root]: 1 Time(s) userhelper: PAM 2 more authentication failures; logname= uid=500 euid=0 tty= ruser=piotrino rhost= user=root: 1 Time(s) ---------------------- Connections (secure-log) End ------------------------- --------------------- sendmail Begin (detail=3) ------------------------ STATISTICS ---------- Sendmail was started 15 time(s) Messages To Recipients: 2 Addressed Recipients: 2 Bytes Transferred: 15352 Messages No Valid Rcpts: 0 ---------------------- sendmail End ------------------------- --------------------- SSHD Begin ------------------------ SSHD Killed: 3 Time(s) SSHD Started: 6 Time(s) ---------------------- SSHD End ------------------------- --------------------- yum Begin ------------------------ Packages Installed: kernel-PAE-devel-2.6.29.5-191.fc11.i686 ---------------------- yum End ------------------------- --------------------- Disk Space Begin ------------------------ Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup-lv_root 34G 8.2G 24G 26% / /dev/sdb1 194M 22M 163M 12% /boot /dev/sr0 3.5G 3.5G 0 100% /media/Fedora 11 i386 DVD ---------------------- Disk Space End ------------------------- ###################### Logwatch End ######################### From [email protected] Tue Jul 7 21:46:19 2009 Return-Path: <[email protected]> Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.14.3/8.14.3) with ESMTP id n67JkJvn003641 for <[email protected]>; Tue, 7 Jul 2009 21:46:19 +0200 Received: (from root@localhost) by localhost.localdomain (8.14.3/8.14.3/Submit) id n67JkB7q003355; Tue, 7 Jul 2009 21:46:11 +0200 Date: Tue, 7 Jul 2009 21:46:11 +0200 Message-Id: <[email protected]> To: [email protected] From: [email protected] Subject: Logwatch for localhost.localdomain (Linux) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" ################### Logwatch 7.3.6 (05/19/07) #################### Processing Initiated: Tue Jul 7 21:46:11 2009 Date Range Processed: yesterday ( 2009-Jul-06 ) Period is day. Detail Level of Output: 0 Type of Output: unformatted Logfiles for Host: localhost.localdomain ################################################################## --------------------- Selinux Audit Begin ------------------------ Number of audit daemon starts: 1 Number of audit daemon stops: 3 **Unmatched Entries** audit(1246832669.929:27113): auid=4294967295 ses=4294967295 subj=system_u:system_r:readahead_t:s0 op=remove rule key=(null) list=2 res=1 audit(1246832669.929:27114): audit_enabled=0 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:readahead_t:s0 res=1 ---------------------- Selinux Audit End ------------------------- --------------------- Kernel Begin ------------------------ WARNING: General Protection Faults in these executables npviewer.bin : 5 Time(s) ---------------------- Kernel End ------------------------- --------------------- pam_unix Begin ------------------------ gdm-password: Unknown Entries: session opened for user piotrino by (uid=0): 3 Time(s) authentication failure; logname= uid=0 euid=0 tty=:0 ruser= rhost= user=piotrino: 1 Time(s) session closed for user piotrino: 1 Time(s) polkit: Authentication Failures: (500) -> root: 1 Time(s) su: Authentication Failures: piotrino(500) -> root: 3 Time(s) Sessions Opened: root -> root: 5 Time(s) system-config-users: Unknown Entries: authentication failure; logname= uid=500 euid=0 tty= ruser=piotrino rhost= user=root: 1 Time(s) ---------------------- pam_unix End ------------------------- --------------------- Connections (secure-log) Begin ------------------------ Userhelper executed applications: piotrino -> system-config-lvm.py as root: 1 Time(s) piotrino -> system-config-selinux.py as root: 2 Time(s) piotrino -> system-config-users as root: 2 Time(s) **Unmatched Entries** polkit-grant-helper: granted authorization for org.freedesktop.devicekit.disks.filesystem-mount-system-internal to pid 2277 [uid=500] [auth=root]: 1 Time(s) polkit-grant-helper: granted authorization for org.freedesktop.devicekit.disks.filesystem-mount-system-internal to pid 2350 [uid=500] [auth=root]: 1 Time(s) polkit-grant-helper: granted authorization for org.freedesktop.devicekit.disks.filesystem-mount-system-internal to pid 2459 [uid=500] [auth=root]: 1 Time(s) polkit-grant-helper: granted authorization for org.opensuse.cupspkhelper.mechanism.printer-local-edit to pid 2824 [uid=500] [auth=root]: 1 Time(s) polkit-grant-helper: granted authorization for org.opensuse.cupspkhelper.mechanism.printer-local-edit to pid 2891 [uid=500] [auth=root]: 1 Time(s) polkit-grant-helper: granted authorization for org.opensuse.cupspkhelper.mechanism.printer-local-edit to pid 3176 [uid=500] [auth=root]: 1 Time(s) userhelper: PAM 2 more authentication failures; logname= uid=500 euid=0 tty= ruser=piotrino rhost= user=root: 1 Time(s) ---------------------- Connections (secure-log) End ------------------------- --------------------- sendmail Begin (detail=3) ------------------------ STATISTICS ---------- Sendmail was started 15 time(s) Messages To Recipients: 2 Addressed Recipients: 2 Bytes Transferred: 15352 Messages No Valid Rcpts: 0 ---------------------- sendmail End ------------------------- --------------------- SSHD Begin ------------------------ SSHD Killed: 3 Time(s) SSHD Started: 6 Time(s) ---------------------- SSHD End ------------------------- --------------------- yum Begin ------------------------ Packages Installed: kernel-PAE-devel-2.6.29.5-191.fc11.i686 ---------------------- yum End ------------------------- --------------------- Disk Space Begin ------------------------ Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup-lv_root 34G 8.4G 24G 27% / /dev/sdb1 194M 22M 163M 12% /boot /dev/sr0 3.5G 3.5G 0 100% /media/Fedora 11 i386 DVD ---------------------- Disk Space End ------------------------- ###################### Logwatch End ######################### From [email protected] Wed Jul 8 15:13:20 2009 Return-Path: <[email protected]> Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.14.3/8.14.3) with ESMTP id n68DDKpJ003775 for <[email protected]>; Wed, 8 Jul 2009 15:13:20 +0200 Received: (from root@localhost) by localhost.localdomain (8.14.3/8.14.3/Submit) id n68DDCLc003493; Wed, 8 Jul 2009 15:13:12 +0200 Date: Wed, 8 Jul 2009 15:13:12 +0200 Message-Id: <[email protected]> To: [email protected] From: [email protected] Subject: Logwatch for localhost.localdomain (Linux) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" ################### Logwatch 7.3.6 (05/19/07) #################### Processing Initiated: Wed Jul 8 15:13:12 2009 Date Range Processed: yesterday ( 2009-Jul-07 ) Period is day. Detail Level of Output: 0 Type of Output: unformatted Logfiles for Host: localhost.localdomain ################################################################## --------------------- Selinux Audit Begin ------------------------ Number of audit daemon stops: 3 **Unmatched Entries** Error sending signal_info request (Operation not supported) Error sending signal_info request (Operation not supported) Error sending signal_info request (Operation not supported) ---------------------- Selinux Audit End ------------------------- --------------------- Kernel Begin ------------------------ WARNING: General Protection Faults in these executables npviewer.bin : 4 Time(s) ---------------------- Kernel End ------------------------- --------------------- pam_unix Begin ------------------------ gdm-password: Unknown Entries: session opened for user piotrino by (uid=0): 5 Time(s) session closed for user piotrino: 3 Time(s) su: Authentication Failures: piotrino(500) -> root: 7 Time(s) Sessions Opened: root -> root: 9 Time(s) system-config-firewall: Unknown Entries: authentication failure; logname= uid=500 euid=0 tty= ruser=piotrino rhost= user=root: 1 Time(s) ---------------------- pam_unix End ------------------------- --------------------- samba Begin ------------------------ Forced Election: In workgroup DOM when announced server was: PIOTRINO-E40AAA(10.0.0.104) : 1 Time(s) Invalid Users: nobody : 66 Time(s) ---------------------- samba End ------------------------- --------------------- Connections (secure-log) Begin ------------------------ Userhelper executed applications: piotrino -> system-config-firewall.py as root: 2 Time(s) ---------------------- Connections (secure-log) End ------------------------- --------------------- sendmail Begin (detail=3) ------------------------ STATISTICS ---------- Sendmail was started 21 time(s) Messages To Recipients: 4 Addressed Recipients: 4 Bytes Transferred: 19416 Messages No Valid Rcpts: 0 ---------------------- sendmail End ------------------------- --------------------- SSHD Begin ------------------------ SSHD Killed: 3 Time(s) SSHD Started: 10 Time(s) ---------------------- SSHD End ------------------------- --------------------- Disk Space Begin ------------------------ Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup-lv_root 34G 8.5G 24G 27% / /dev/sdb1 194M 22M 163M 12% /boot /dev/sda1 64G 44G 21G 68% /media/62944B31944B074F ---------------------- Disk Space End ------------------------- ###################### Logwatch End ######################### From [email protected] Fri Jul 10 15:16:32 2009 Return-Path: <[email protected]> Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.14.3/8.14.3) with ESMTP id n6ADGWTq003635 for <[email protected]>; Fri, 10 Jul 2009 15:16:32 +0200 Received: (from root@localhost) by localhost.localdomain (8.14.3/8.14.3/Submit) id n6ADFmJe003348; Fri, 10 Jul 2009 15:15:48 +0200 Date: Fri, 10 Jul 2009 15:15:48 +0200 Message-Id: <[email protected]> To: [email protected] From: [email protected] Subject: Logwatch for localhost.localdomain (Linux) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" ################### Logwatch 7.3.6 (05/19/07) #################### Processing Initiated: Fri Jul 10 15:15:48 2009 Date Range Processed: yesterday ( 2009-Jul-09 ) Period is day. Detail Level of Output: 0 Type of Output: unformatted Logfiles for Host: localhost.localdomain ################################################################## --------------------- Selinux Audit Begin ------------------------ Number of audit daemon starts: 3 Number of audit daemon stops: 7 **Unmatched Entries** (Only first 10 out of 13 are printed) audit(1247135559.407:23860): auid=4294967295 ses=4294967295 op=remove rule key=(null) list=2 res=1 audit(1247135559.407:23861): audit_enabled=0 old=1 auid=4294967295 ses=4294967295 res=1 Error sending signal_info request (Operation not supported) Error sending signal_info request (Operation not supported) Error sending signal_info request (Operation not supported) audit(1247141448.407:23911): auid=4294967295 ses=4294967295 op=remove rule key=(null) list=2 res=1 audit(1247141448.407:23912): audit_enabled=0 old=1 auid=4294967295 ses=4294967295 res=1 Error sending signal_info request (Operation not supported) Error sending signal_info request (Operation not supported) Error sending signal_info request (Operation not supported) ---------------------- Selinux Audit End ------------------------- --------------------- Kernel Begin ------------------------ WARNING: General Protection Faults in these executables npviewer.bin : 2 Time(s) ---------------------- Kernel End ------------------------- --------------------- pam_unix Begin ------------------------ gdm-password: Unknown Entries: session opened for user piotrino by (uid=0): 10 Time(s) session closed for user piotrino: 4 Time(s) gnome-screensaver: Authentication Failures: piotrino(500,500) on display :0.0: 1 Time(s) polkit: Authentication Failures: (500) -> root: 1 Time(s) Not Identify Password For: root: 2 Time(s) su: Authentication Failures: piotrino(500) -> root: 4 Time(s) Sessions Opened: root -> root: 13 Time(s) ---------------------- pam_unix End ------------------------- --------------------- samba Begin ------------------------ Forced Election: In workgroup DOM when announced server was: PIOTRINO-E40AAA(10.0.0.104) : 3 Time(s) ---------------------- samba End ------------------------- --------------------- Connections (secure-log) Begin ------------------------ Failed adding users: amandabackup: 1 Time(s) Userhelper executed applications: piotrino -> system-config-network as root: 3 Time(s) **Unmatched Entries** gnome-screensaver-dialog: gkr-pam: unlocked 'login' keyring: 1 Time(s) polkit-grant-helper: granted authorization for org.freedesktop.devicekit.disks.filesystem-mount-system-internal to pid 2441 [uid=500] [auth=root]: 1 Time(s) polkit-grant-helper: granted authorization for org.freedesktop.devicekit.disks.filesystem-mount-system-internal to pid 2513 [uid=500] [auth=root]: 1 Time(s) ---------------------- Connections (secure-log) End ------------------------- --------------------- sendmail Begin (detail=3) ------------------------ STATISTICS ---------- Sendmail was started 78 time(s) Messages To Recipients: 0 Addressed Recipients: 0 Bytes Transferred: 0 Messages No Valid Rcpts: 0 ---------------------- sendmail End ------------------------- --------------------- SSHD Begin ------------------------ SSHD Killed: 7 Time(s) SSHD Started: 16 Time(s) ---------------------- SSHD End ------------------------- --------------------- yum Begin ------------------------ Packages Installed: samba-winbind-3.3.2-0.33.fc11.i586 samba-swat-3.3.2-0.33.fc11.i586 samba4-pidl-4.0.0-14alpha7.fc11.i586 samba-client-3.3.2-0.33.fc11.i586 samba4-4.0.0-14alpha7.fc11.i586 samba-domainjoin-gui-3.3.2-0.33.fc11.i586 samba-doc-3.3.2-0.33.fc11.i586 amanda-2.6.0p2-8.fc11.i586 samba-common-3.3.2-0.33.fc11.i586 samba-3.3.2-0.33.fc11.i586 samba4-devel-4.0.0-14alpha7.fc11.i586 samba-winbind-devel-3.3.2-0.33.fc11.i586 samba4-libs-4.0.0-14alpha7.fc11.i586 ---------------------- yum End ------------------------- --------------------- Disk Space Begin ------------------------ Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup-lv_root 34G 12G 21G 36% / /dev/sdb1 194M 22M 163M 12% /boot ---------------------- Disk Space End ------------------------- ###################### Logwatch End ######################### From [email protected] Sat Jul 11 15:10:36 2009 Return-Path: <[email protected]> Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.14.3/8.14.3) with ESMTP id n6BDAZMx003196 for <[email protected]>; Sat, 11 Jul 2009 15:10:36 +0200 Received: (from root@localhost) by localhost.localdomain (8.14.3/8.14.3/Submit) id n6BDAMQ7002914; Sat, 11 Jul 2009 15:10:22 +0200 Date: Sat, 11 Jul 2009 15:10:22 +0200 Message-Id: <[email protected]> To: [email protected] From: [email protected] Subject: Logwatch for localhost.localdomain (Linux) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" ################### Logwatch 7.3.6 (05/19/07) #################### Processing Initiated: Sat Jul 11 15:10:21 2009 Date Range Processed: yesterday ( 2009-Jul-10 ) Period is day. Detail Level of Output: 0 Type of Output: unformatted Logfiles for Host: localhost.localdomain ################################################################## --------------------- Selinux Audit Begin ------------------------ Number of audit daemon stops: 2 **Unmatched Entries** Error sending signal_info request (Operation not supported) Error sending signal_info request (Operation not supported) ---------------------- Selinux Audit End ------------------------- --------------------- Kernel Begin ------------------------ WARNING: General Protection Faults in these executables npviewer.bin : 1 Time(s) ---------------------- Kernel End ------------------------- --------------------- pam_unix Begin ------------------------ gdm-password: Unknown Entries: session opened for user piotrino by (uid=0): 5 Time(s) authentication failure; logname= uid=0 euid=0 tty=:0 ruser= rhost= user=piotrino: 2 Time(s) session closed for user piotrino: 1 Time(s) su: Sessions Opened: root -> root: 5 Time(s) ---------------------- pam_unix End ------------------------- --------------------- Connections (secure-log) Begin ------------------------ Userhelper executed applications: piotrino -> system-config-firewall.py as root: 1 Time(s) ---------------------- Connections (secure-log) End ------------------------- --------------------- sendmail Begin (detail=3) ------------------------ STATISTICS ---------- Sendmail was started 19 time(s) Messages To Recipients: 2 Addressed Recipients: 2 Bytes Transferred: 10366 Messages No Valid Rcpts: 0 ---------------------- sendmail End ------------------------- --------------------- SSHD Begin ------------------------ SSHD Killed: 2 Time(s) SSHD Started: 10 Time(s) ---------------------- SSHD End ------------------------- --------------------- Disk Space Begin ------------------------ Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup-lv_root 34G 13G 20G 38% / /dev/sdb1 194M 22M 163M 12% /boot ---------------------- Disk Space End ------------------------- ###################### Logwatch End ######################### From [email protected] Sun Jul 12 12:49:41 2009 Return-Path: <[email protected]> Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.14.3/8.14.3) with ESMTP id n6CAnfMP003436 for <[email protected]>; Sun, 12 Jul 2009 12:49:41 +0200 Received: (from root@localhost) by localhost.localdomain (8.14.3/8.14.3/Submit) id n6CAnX7m003289; Sun, 12 Jul 2009 12:49:33 +0200 Date: Sun, 12 Jul 2009 12:49:33 +0200 Message-Id: <[email protected]> To: [email protected] From: [email protected] Subject: Logwatch for localhost.localdomain (Linux) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" ################### Logwatch 7.3.6 (05/19/07) #################### Processing Initiated: Sun Jul 12 12:49:32 2009 Date Range Processed: yesterday ( 2009-Jul-11 ) Period is day. Detail Level of Output: 0 Type of Output: unformatted Logfiles for Host: localhost.localdomain ################################################################## --------------------- pam_unix Begin ------------------------ gdm-password: Unknown Entries: authentication failure; logname= uid=0 euid=0 tty=:0 ruser= rhost= user=piotrino: 2 Time(s) session opened for user piotrino by (uid=0): 2 Time(s) su: Authentication Failures: piotrino(500) -> root: 1 Time(s) Sessions Opened: root -> root: 2 Time(s) ---------------------- pam_unix End ------------------------- --------------------- Connections (secure-log) Begin ------------------------ **Unmatched Entries** pam: gdm-fingerprint: pam_succeed_if(gdm-fingerprint:auth): error retrieving user name: Conversation error: 1 Time(s) pam: gdm-password: gkr-pam: couldn't get the user name: Conversation error: 1 Time(s) pam: gdm-password: pam_succeed_if(gdm-password:auth): error retrieving user name: Conversation error: 2 Time(s) ---------------------- Connections (secure-log) End ------------------------- --------------------- sendmail Begin (detail=3) ------------------------ STATISTICS ---------- Sendmail was started 8 time(s) Messages To Recipients: 2 Addressed Recipients: 2 Bytes Transferred: 5846 Messages No Valid Rcpts: 0 ---------------------- sendmail End ------------------------- --------------------- SSHD Begin ------------------------ SSHD Started: 4 Time(s) ---------------------- SSHD End ------------------------- --------------------- Disk Space Begin ------------------------ Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup-lv_root 34G 13G 20G 38% / /dev/sdb1 194M 22M 163M 12% /boot ---------------------- Disk Space End ------------------------- ###################### Logwatch End ######################### From [email protected] Mon Jul 13 21:12:46 2009 Return-Path: <[email protected]> Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.14.3/8.14.3) with ESMTP id n6DJCjCN003804 for <[email protected]>; Mon, 13 Jul 2009 21:12:46 +0200 Received: (from root@localhost) by localhost.localdomain (8.14.3/8.14.3/Submit) id n6DJCIM3003521; Mon, 13 Jul 2009 21:12:18 +0200 Date: Mon, 13 Jul 2009 21:12:18 +0200 Message-Id: <[email protected]> To: [email protected] From: [email protected] Subject: Logwatch for localhost.localdomain (Linux) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" ################### Logwatch 7.3.6 (05/19/07) #################### Processing Initiated: Mon Jul 13 21:12:17 2009 Date Range Processed: yesterday ( 2009-Jul-12 ) Period is day. Detail Level of Output: 0 Type of Output: unformatted Logfiles for Host: localhost.localdomain ################################################################## --------------------- Selinux Audit Begin ------------------------ Number of audit daemon stops: 1 **Unmatched Entries** Error sending signal_info request (Operation not supported) ---------------------- Selinux Audit End ------------------------- --------------------- pam_unix Begin ------------------------ gdm-password: Unknown Entries: session opened for user piotrino by (uid=0): 2 Time(s) su: Sessions Opened: root -> root: 2 Time(s) ---------------------- pam_unix End ------------------------- --------------------- sendmail Begin (detail=3) ------------------------ STATISTICS ---------- Sendmail was started 8 time(s) Messages To Recipients: 2 Addressed Recipients: 2 Bytes Transferred: 5232 Messages No Valid Rcpts: 0 ---------------------- sendmail End ------------------------- --------------------- SSHD Begin ------------------------ SSHD Killed: 1 Time(s) SSHD Started: 4 Time(s) ---------------------- SSHD End ------------------------- --------------------- Disk Space Begin ------------------------ Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup-lv_root 34G 13G 20G 38% / /dev/sdb1 194M 22M 163M 12% /boot /dev/sda1 64G 44G 21G 68% /media/62944B31944B074F ---------------------- Disk Space End ------------------------- ###################### Logwatch End ######################### From [email protected] Tue Jul 14 16:38:41 2009 Return-Path: <[email protected]> Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.14.3/8.14.3) with ESMTP id n6EEcfO0003344 for <[email protected]>; Tue, 14 Jul 2009 16:38:41 +0200 Received: (from root@localhost) by localhost.localdomain (8.14.3/8.14.3/Submit) id n6EEcSUt003056; Tue, 14 Jul 2009 16:38:28 +0200 Date: Tue, 14 Jul 2009 16:38:28 +0200 Message-Id: <[email protected]> To: [email protected] From: [email protected] Subject: Logwatch for localhost.localdomain (Linux) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" ################### Logwatch 7.3.6 (05/19/07) #################### Processing Initiated: Tue Jul 14 16:38:27 2009 Date Range Processed: yesterday ( 2009-Jul-13 ) Period is day. Detail Level of Output: 0 Type of Output: unformatted Logfiles for Host: localhost.localdomain ################################################################## --------------------- Selinux Audit Begin ------------------------ Number of audit daemon stops: 1 **Unmatched Entries** Error sending signal_info request (Operation not supported) ---------------------- Selinux Audit End ------------------------- --------------------- Kernel Begin ------------------------ WARNING: General Protection Faults in these executables npviewer.bin : 2 Time(s) ---------------------- Kernel End ------------------------- --------------------- pam_unix Begin ------------------------ gdm-password: Unknown Entries: session opened for user piotrino by (uid=0): 3 Time(s) authentication failure; logname= uid=0 euid=0 tty=:0 ruser= rhost= user=piotrino: 1 Time(s) su: Authentication Failures: piotrino(500) -> root: 1 Time(s) Sessions Opened: root -> root: 2 Time(s) ---------------------- pam_unix End ------------------------- --------------------- Connections (secure-log) Begin ------------------------ Userhelper executed applications: piotrino -> system-config-network as root: 1 Time(s) **Unmatched Entries** polkit-grant-helper: granted authorization for org.freedesktop.devicekit.disks.filesystem-mount-system-internal to pid 2472 [uid=500] [auth=root]: 1 Time(s) ---------------------- Connections (secure-log) End ------------------------- --------------------- sendmail Begin (detail=3) ------------------------ STATISTICS ---------- Sendmail was started 11 time(s) Messages To Recipients: 2 Addressed Recipients: 2 Bytes Transferred: 4580 Messages No Valid Rcpts: 0 ---------------------- sendmail End ------------------------- --------------------- SSHD Begin ------------------------ SSHD Killed: 1 Time(s) SSHD Started: 6 Time(s) ---------------------- SSHD End ------------------------- --------------------- Disk Space Begin ------------------------ Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup-lv_root 34G 13G 20G 40% / /dev/sdb1 194M 22M 163M 12% /boot ---------------------- Disk Space End ------------------------- ###################### Logwatch End ######################### From [email protected] Tue Jul 14 19:06:40 2009 Return-Path: <[email protected]> Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.14.3/8.14.3) with ESMTP id n6EH6eiq003146 for <[email protected]>; Tue, 14 Jul 2009 19:06:40 +0200 Received: (from root@localhost) by localhost.localdomain (8.14.3/8.14.3/Submit) id n6EH6SkT002864; Tue, 14 Jul 2009 19:06:28 +0200 Date: Tue, 14 Jul 2009 19:06:28 +0200 Message-Id: <[email protected]> To: [email protected] From: [email protected] Subject: Logwatch for localhost.localdomain (Linux) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" ################### Logwatch 7.3.6 (05/19/07) #################### Processing Initiated: Tue Jul 14 19:06:27 2009 Date Range Processed: yesterday ( 2009-Jul-13 ) Period is day. Detail Level of Output: 0 Type of Output: unformatted Logfiles for Host: localhost.localdomain ################################################################## --------------------- Selinux Audit Begin ------------------------ Number of audit daemon stops: 1 **Unmatched Entries** Error sending signal_info request (Operation not supported) ---------------------- Selinux Audit End ------------------------- --------------------- Kernel Begin ------------------------ WARNING: General Protection Faults in these executables npviewer.bin : 2 Time(s) ---------------------- Kernel End ------------------------- --------------------- pam_unix Begin ------------------------ gdm-password: Unknown Entries: session opened for user piotrino by (uid=0): 3 Time(s) authentication failure; logname= uid=0 euid=0 tty=:0 ruser= rhost= user=piotrino: 1 Time(s) su: Authentication Failures: piotrino(500) -> root: 1 Time(s) Sessions Opened: root -> root: 2 Time(s) ---------------------- pam_unix End ------------------------- --------------------- Connections (secure-log) Begin ------------------------ Userhelper executed applications: piotrino -> system-config-network as root: 1 Time(s) **Unmatched Entries** polkit-grant-helper: granted authorization for org.freedesktop.devicekit.disks.filesystem-mount-system-internal to pid 2472 [uid=500] [auth=root]: 1 Time(s) ---------------------- Connections (secure-log) End ------------------------- --------------------- sendmail Begin (detail=3) ------------------------ STATISTICS ---------- Sendmail was started 11 time(s) Messages To Recipients: 2 Addressed Recipients: 2 Bytes Transferred: 4580 Messages No Valid Rcpts: 0 ---------------------- sendmail End ------------------------- --------------------- SSHD Begin ------------------------ SSHD Killed: 1 Time(s) SSHD Started: 6 Time(s) ---------------------- SSHD End ------------------------- --------------------- Disk Space Begin ------------------------ Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup-lv_root 34G 13G 20G 40% / /dev/sdb1 194M 22M 163M 12% /boot ---------------------- Disk Space End ------------------------- ###################### Logwatch End ######################### From [email protected] Fri Jul 17 19:22:07 2009 Return-Path: <[email protected]> Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.14.3/8.14.3) with ESMTP id n6HHM7jf002916 for <[email protected]>; Fri, 17 Jul 2009 19:22:07 +0200 Received: (from root@localhost) by localhost.localdomain (8.14.3/8.14.3/Submit) id n6HHM7Mg002907; Fri, 17 Jul 2009 19:22:07 +0200 Date: Fri, 17 Jul 2009 19:22:07 +0200 Message-Id: <[email protected]> To: [email protected] From: [email protected] Subject: Logwatch for localhost.localdomain (Linux) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" ################### Logwatch 7.3.6 (05/19/07) #################### Processing Initiated: Fri Jul 17 19:22:07 2009 Date Range Processed: yesterday ( 2009-Jul-16 ) Period is day. Detail Level of Output: 0 Type of Output: unformatted Logfiles for Host: localhost.localdomain ################################################################## --------------------- Disk Space Begin ------------------------ Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup-lv_root 34G 13G 20G 40% / /dev/sdb1 194M 22M 163M 12% /boot /dev/sda1 64G 44G 21G 69% /media/62944B31944B074F ---------------------- Disk Space End ------------------------- ###################### Logwatch End ######################### From [email protected] Sat Jul 18 13:21:14 2009 Return-Path: <[email protected]> Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.14.3/8.14.3) with ESMTP id n6IBLDXl003840 for <[email protected]>; Sat, 18 Jul 2009 13:21:13 +0200 Received: (from root@localhost) by localhost.localdomain (8.14.3/8.14.3/Submit) id n6IBL9oY003554; Sat, 18 Jul 2009 13:21:09 +0200 Date: Sat, 18 Jul 2009 13:21:09 +0200 Message-Id: <[email protected]> To: [email protected] From: [email protected] Subject: Logwatch for localhost.localdomain (Linux) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" ################### Logwatch 7.3.6 (05/19/07) #################### Processing Initiated: Sat Jul 18 13:21:09 2009 Date Range Processed: yesterday ( 2009-Jul-17 ) Period is day. Detail Level of Output: 0 Type of Output: unformatted Logfiles for Host: localhost.localdomain ################################################################## --------------------- Selinux Audit Begin ------------------------ Number of audit daemon stops: 1 **Unmatched Entries** Error sending signal_info request (Operation not supported) ---------------------- Selinux Audit End ------------------------- --------------------- Kernel Begin ------------------------ WARNING: General Protection Faults in these executables npviewer.bin : 1 Time(s) ---------------------- Kernel End ------------------------- --------------------- pam_unix Begin ------------------------ gdm-password: Unknown Entries: authentication failure; logname= uid=0 euid=0 tty=:0 ruser= rhost= user=piotrino: 2 Time(s) session opened for user piotrino by (uid=0): 2 Time(s) su: Authentication Failures: piotrino(500) -> root: 6 Time(s) Sessions Opened: root -> root: 9 Time(s) ---------------------- pam_unix End ------------------------- --------------------- Connections (secure-log) Begin ------------------------ Failed adding users: rpcuser: 1 Time(s) **Unmatched Entries** polkit-grant-helper: granted authorization for org.freedesktop.devicekit.disks.filesystem-mount-system-internal to pid 2511 [uid=500] [auth=root]: 1 Time(s) ---------------------- Connections (secure-log) End ------------------------- --------------------- sendmail Begin (detail=3) ------------------------ STATISTICS ---------- Sendmail was started 8 time(s) Messages To Recipients: 2 Addressed Recipients: 2 Bytes Transferred: 2454 Messages No Valid Rcpts: 0 ---------------------- sendmail End ------------------------- --------------------- SSHD Begin ------------------------ SSHD Killed: 1 Time(s) SSHD Started: 4 Time(s) ---------------------- SSHD End ------------------------- --------------------- yum Begin ------------------------ Packages Installed: openjpeg-libs-1.3-5.fc11.i586 gstreamer-plugins-good-0.10.15-3.fc11.i586 Packages Updated: anthy-9100h-5.fc11.i586 hunspell-1.2.8-7.fc11.i586 PackageKit-gstreamer-plugin-0.4.8-2.fc11.i586 selinux-policy-targeted-3.6.12-62.fc11.noarch xorg-x11-xinit-1.0.9-9.fc11.i586 2:tar-1.22-3.fc11.i586 nash-6.0.87-1.fc11.i586 curl-7.19.4-9.fc11.i586 1:perl-Pod-Simple-3.07-73.fc11.i586 gnome-desktop-2.26.3-2.fc11.i586 DeviceKit-power-009-1.fc11.i586 evolution-help-2.26.3-1.fc11.noarch evolution-perl-2.26.3-1.fc11.i586 gnome-power-manager-2.26.3-1.fc11.i586 poppler-glib-0.10.7-2.fc11.i586 rpm-python-4.7.0-2.fc11.i586 PackageKit-0.4.8-2.fc11.i586 unique-1.0.8-1.fc11.i586 12:dhclient-4.1.0-22.fc11.i586 lftp-3.7.14-1.fc11.i586 phonon-4.3.1-6.fc11.i586 1:nfs-utils-1.2.0-3.fc11.i586 rpcbind-0.2.0-2.fc11.i586 PackageKit-yum-0.4.8-2.fc11.i586 libcap-2.16-4.fc11.1.i586 farsight2-0.0.12-1.fc11.i586 1:java-1.6.0-openjdk-plugin-1.6.0.0-24.b16.fc11.i586 4:perl-5.10.0-73.fc11.i586 alsa-plugins-pulseaudio-1.0.20-2.fc11.i586 evolution-data-server-2.26.3-1.fc11.i586 1:java-1.6.0-openjdk-1.6.0.0-24.b16.fc11.i586 3:perl-version-0.74-73.fc11.i586 1:perl-Pod-Escapes-1.04-73.fc11.i586 mkinitrd-6.0.87-1.fc11.i586 1:perl-Module-Pluggable-3.60-73.fc11.i586 PackageKit-glib-0.4.8-2.fc11.i586 xfsprogs-3.0.1-6.fc11.i586 poppler-0.10.7-2.fc11.i586 rpm-4.7.0-2.fc11.i586 phonon-backend-xine-4.3.1-6.fc11.i586 libgcrypt-1.4.4-6.fc11.i586 glibmm24-2.20.0-2.fc11.i586 lua-5.1.4-3.fc11.i586 gtkhtml3-3.26.3-1.fc11.i586 poppler-utils-0.10.7-2.fc11.i586 libcurl-7.19.4-9.fc11.i586 DeviceKit-disks-004-4.fc11.i586 PackageKit-yum-plugin-0.4.8-2.fc11.i586 selinux-policy-3.6.12-62.fc11.noarch grubby-6.0.87-1.fc11.i586 4:perl-libs-5.10.0-73.fc11.i586 gdb-6.8.50.20090302-33.fc11.i586 evolution-2.26.3-1.fc11.i586 gnome-packagekit-2.27.3-1.fc11.i586 rpm-libs-4.7.0-2.fc11.i586 krb5-auth-dialog-0.10-1.fc11.i586 PackageKit-gtk-module-0.4.8-2.fc11.i586 Packages Erased: gstreamer-plugins-farsight ---------------------- yum End ------------------------- --------------------- Disk Space Begin ------------------------ Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup-lv_root 34G 14G 19G 42% / /dev/sdb1 194M 22M 163M 12% /boot ---------------------- Disk Space End ------------------------- ###################### Logwatch End ######################### From [email protected] Tue Jul 21 14:45:14 2009 Return-Path: <[email protected]> Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.14.3/8.14.3) with ESMTP id n6LCjEqw003952 for <[email protected]>; Tue, 21 Jul 2009 14:45:14 +0200 Received: (from root@localhost) by localhost.localdomain (8.14.3/8.14.3/Submit) id n6LCj97s003670; Tue, 21 Jul 2009 14:45:09 +0200 Date: Tue, 21 Jul 2009 14:45:09 +0200 Message-Id: <[email protected]> To: [email protected] From: [email protected] Subject: Logwatch for localhost.localdomain (Linux) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" ################### Logwatch 7.3.6 (05/19/07) #################### Processing Initiated: Tue Jul 21 14:45:09 2009 Date Range Processed: yesterday ( 2009-Jul-20 ) Period is day. Detail Level of Output: 0 Type of Output: unformatted Logfiles for Host: localhost.localdomain ################################################################## --------------------- Selinux Audit Begin ------------------------ Number of audit daemon starts: 1 **Unmatched Entries** audit(1248120876.199:25570): auid=4294967295 ses=4294967295 op=remove rule key=(null) list=2 res=1 audit(1248120876.199:25571): audit_enabled=0 old=1 auid=4294967295 ses=4294967295 res=1 ---------------------- Selinux Audit End ------------------------- --------------------- pam_unix Begin ------------------------ gdm-password: Unknown Entries: session opened for user piotrino by (uid=0): 1 Time(s) ---------------------- pam_unix End ------------------------- --------------------- Connections (secure-log) Begin ------------------------ **Unmatched Entries** polkit-grant-helper: granted authorization for org.freedesktop.devicekit.disks.filesystem-mount-system-internal to pid 2682 [uid=500] [auth=root]: 1 Time(s) ---------------------- Connections (secure-log) End ------------------------- --------------------- sendmail Begin (detail=3) ------------------------ STATISTICS ---------- Sendmail was started 3 time(s) Messages To Recipients: 0 Addressed Recipients: 0 Bytes Transferred: 0 Messages No Valid Rcpts: 0 ---------------------- sendmail End ------------------------- --------------------- SSHD Begin ------------------------ SSHD Started: 2 Time(s) ---------------------- SSHD End ------------------------- --------------------- Disk Space Begin ------------------------ Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup-lv_root 34G 13G 19G 41% / /dev/sdb1 194M 22M 163M 12% /boot ---------------------- Disk Space End ------------------------- ###################### Logwatch End ######################### From [email protected] Wed Jul 22 14:11:22 2009 Return-Path: <[email protected]> Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.14.3/8.14.3) with ESMTP id n6MCBMVY003611 for <[email protected]>; Wed, 22 Jul 2009 14:11:22 +0200 Received: (from root@localhost) by localhost.localdomain (8.14.3/8.14.3/Submit) id n6MCBBY3003322; Wed, 22 Jul 2009 14:11:11 +0200 Date: Wed, 22 Jul 2009 14:11:11 +0200 Message-Id: <[email protected]> To: [email protected] From: [email protected] Subject: Logwatch for localhost.localdomain (Linux) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" ################### Logwatch 7.3.6 (05/19/07) #################### Processing Initiated: Wed Jul 22 14:11:11 2009 Date Range Processed: yesterday ( 2009-Jul-21 ) Period is day. Detail Level of Output: 0 Type of Output: unformatted Logfiles for Host: localhost.localdomain ################################################################## --------------------- Selinux Audit Begin ------------------------ Number of audit daemon stops: 7 **Unmatched Entries** Error sending signal_info request (Operation not supported) Error sending signal_info request (Operation not supported) Error sending signal_info request (Operation not supported) Error sending signal_info request (Operation not supported) Error sending signal_info request (Operation not supported) Error sending signal_info request (Operation not supported) Error sending signal_info request (Operation not supported) ---------------------- Selinux Audit End ------------------------- --------------------- Kernel Begin ------------------------ WARNING: General Protection Faults in these executables npviewer.bin : 2 Time(s) ---------------------- Kernel End ------------------------- --------------------- pam_unix Begin ------------------------ gdm-password: Unknown Entries: session opened for user piotrino by (uid=0): 6 Time(s) session closed for user piotrino: 2 Time(s) gnome-screensaver: Authentication Failures: piotrino(500,500) on display :0.0: 1 Time(s) su: Sessions Opened: root -> root: 6 Time(s) ---------------------- pam_unix End ------------------------- --------------------- samba Begin ------------------------ Printer Errors: Unable to get jobs for ipp://localhost/printers/cups: client-error-not-found : 3 Time(s) Unable to get jobs for ipp://localhost/printers/lp: client-error-not-found : 1 Time(s) Invalid Users: nobody : 6 Time(s) ---------------------- samba End ------------------------- --------------------- Connections (secure-log) Begin ------------------------ Failed adding users: gdm: 1 Time(s) Userhelper executed applications: root -> wireshark as root: 1 Time(s) piotrino -> wireshark as root: 3 Time(s) **Unmatched Entries** gnome-screensaver-dialog: gkr-pam: unlocked 'login' keyring: 1 Time(s) ---------------------- Connections (secure-log) End ------------------------- --------------------- sendmail Begin (detail=3) ------------------------ STATISTICS ---------- Sendmail was started 32 time(s) Messages To Recipients: 2 Addressed Recipients: 2 Bytes Transferred: 5230 Messages No Valid Rcpts: 0 ---------------------- sendmail End ------------------------- --------------------- SSHD Begin ------------------------ SSHD Killed: 7 Time(s) SSHD Started: 12 Time(s) ---------------------- SSHD End ------------------------- --------------------- yum Begin ------------------------ Packages Installed: wireshark-gnome-1.1.3-1.fc11.i586 portaudio-19-8.fc11.i586 cjkuni-ukai-fonts-0.2.20080216.1-26.fc11.noarch cjkuni-uming-fonts-0.2.20080216.1-26.fc11.noarch Packages Updated: un-core-fonts-dotum-1.0.2-0.8.080608.fc11.noarch m17n-contrib-1.1.9-7.fc11.noarch gnome-screensaver-2.26.1-3.fc11.i586 m17n-contrib-urdu-1.1.9-7.fc11.noarch 1:gdm-user-switch-applet-2.26.1-12.fc11.i586 m17n-contrib-oriya-1.1.9-7.fc11.noarch m17n-contrib-kannada-1.1.9-7.fc11.noarch m17n-contrib-assamese-1.1.9-7.fc11.noarch 1:gdm-2.26.1-12.fc11.i586 gettext-0.17-12.fc11.i586 m17n-contrib-marathi-1.1.9-7.fc11.noarch nss-softokn-freebl-3.12.3.99.3-2.11.3.fc11.i586 m17n-contrib-hindi-1.1.9-7.fc11.noarch device-mapper-1.02.33-1.fc11.i586 nss-3.12.3.99.3-2.11.3.fc11.i586 m17n-contrib-bengali-1.1.9-7.fc11.noarch m17n-contrib-malayalam-1.1.9-7.fc11.noarch 1:gdm-plugin-fingerprint-2.26.1-12.fc11.i586 device-mapper-libs-1.02.33-1.fc11.i586 lvm2-2.02.48-1.fc11.i586 nspluginwrapper-1.3.0-6.fc11.i586 m17n-contrib-punjabi-1.1.9-7.fc11.noarch nss-tools-3.12.3.99.3-2.11.3.fc11.i586 m17n-contrib-gujarati-1.1.9-7.fc11.noarch m17n-contrib-sinhala-1.1.9-7.fc11.noarch m17n-contrib-tamil-1.1.9-7.fc11.noarch m17n-contrib-telugu-1.1.9-7.fc11.noarch libtiff-3.8.2-14.fc11.i586 Packages Erased: cjkuni-fonts-common ---------------------- yum End ------------------------- --------------------- Disk Space Begin ------------------------ Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup-lv_root 34G 13G 19G 41% / /dev/sdb1 194M 22M 163M 12% /boot ---------------------- Disk Space End ------------------------- ###################### Logwatch End ######################### From [email protected] Thu Jul 23 20:12:17 2009 Return-Path: <[email protected]> Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.14.3/8.14.3) with ESMTP id n6NICHxu011313 for <[email protected]>; Thu, 23 Jul 2009 20:12:17 +0200 Received: (from root@localhost) by localhost.localdomain (8.14.3/8.14.3/Submit) id n6NICAAH011027; Thu, 23 Jul 2009 20:12:10 +0200 Date: Thu, 23 Jul 2009 20:12:10 +0200 Message-Id: <[email protected]> To: [email protected] From: [email protected] Subject: Logwatch for localhost.localdomain (Linux) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" ################### Logwatch 7.3.6 (05/19/07) #################### Processing Initiated: Thu Jul 23 20:12:10 2009 Date Range Processed: yesterday ( 2009-Jul-22 ) Period is day. Detail Level of Output: 0 Type of Output: unformatted Logfiles for Host: localhost.localdomain ################################################################## --------------------- Selinux Audit Begin ------------------------ Number of audit daemon starts: 1 Number of audit daemon stops: 4 **Unmatched Entries** Error sending signal_info request (Operation not supported) audit(1248281485.628:24785): auid=4294967295 ses=4294967295 op=remove rule key=(null) list=2 res=1 audit(1248281485.629:24786): audit_enabled=0 old=1 auid=4294967295 ses=4294967295 res=1 Error sending signal_info request (Operation not supported) Error sending signal_info request (Operation not supported) Error sending signal_info request (Operation not supported) ---------------------- Selinux Audit End ------------------------- --------------------- Kernel Begin ------------------------ WARNING: General Protection Faults in these executables npviewer.bin : 3 Time(s) ---------------------- Kernel End ------------------------- --------------------- pam_unix Begin ------------------------ gdm-password: Unknown Entries: session opened for user piotrino by (uid=0): 5 Time(s) session closed for user hania: 3 Time(s) session closed for user piotrino: 3 Time(s) session opened for user hania by (uid=0): 3 Time(s) conversation failed: 2 Time(s) auth could not identify password for [hania]: 1 Time(s) auth could not identify password for [piotrino]: 1 Time(s) authentication failure; logname= uid=0 euid=0 tty=:0 ruser= rhost= user=hania: 1 Time(s) polkit: Authentication Failures: (500) -> root: 1 Time(s) su: Authentication Failures: piotrino(500) -> root: 2 Time(s) Sessions Opened: root -> root: 10 Time(s) system-config-firewall: Unknown Entries: authentication failure; logname= uid=500 euid=0 tty= ruser=piotrino rhost= user=root: 1 Time(s) system-config-rootpassword: Unknown Entries: auth could not identify password for [root]: 1 Time(s) conversation failed: 1 Time(s) system-config-users: Unknown Entries: authentication failure; logname= uid=500 euid=0 tty= ruser=piotrino rhost= user=root: 1 Time(s) ---------------------- pam_unix End ------------------------- --------------------- Connections (secure-log) Begin ------------------------ Userhelper executed applications: piotrino -> system-config-firewall.py as root: 1 Time(s) piotrino -> system-config-users as root: 2 Time(s) **Unmatched Entries** pam: gdm-password: gkr-pam: no password is available for user: 2 Time(s) polkit-grant-helper: granted authorization for org.fedoraproject.config.samba.configure to pid 2697 [uid=500] [auth=root]: 1 Time(s) polkit-grant-helper: granted authorization for org.fedoraproject.config.samba.configure to pid 4460 [uid=500] [auth=root]: 1 Time(s) polkit-grant-helper: granted authorization for org.fedoraproject.config.samba.configure to pid 4483 [uid=500] [auth=root]: 1 Time(s) polkit-grant-helper: granted authorization for org.freedesktop.packagekit.package-install-untrusted to pid 2431 [uid=500] [auth=root]: 1 Time(s) ---------------------- Connections (secure-log) End ------------------------- --------------------- sendmail Begin (detail=3) ------------------------ STATISTICS ---------- Sendmail was started 36 time(s) Messages To Recipients: 2 Addressed Recipients: 2 Bytes Transferred: 10708 Messages No Valid Rcpts: 0 ---------------------- sendmail End ------------------------- --------------------- SSHD Begin ------------------------ SSHD Killed: 4 Time(s) SSHD Started: 8 Time(s) ---------------------- SSHD End ------------------------- --------------------- yum Begin ------------------------ Packages Installed: vsftpd-2.1.2-1.fc11.i586 system-config-samba-1.2.76-1.fc11.noarch ---------------------- yum End ------------------------- --------------------- Disk Space Begin ------------------------ Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup-lv_root 34G 14G 19G 42% / /dev/sdb1 194M 29M 155M 16% /boot ---------------------- Disk Space End ------------------------- ###################### Logwatch End ######################### From [email protected] Fri Jul 24 14:15:16 2009 Return-Path: <[email protected]> Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.14.3/8.14.3) with ESMTP id n6OCFGs2003332 for <[email protected]>; Fri, 24 Jul 2009 14:15:16 +0200 Received: (from root@localhost) by localhost.localdomain (8.14.3/8.14.3/Submit) id n6OCFAAg003046; Fri, 24 Jul 2009 14:15:10 +0200 Date: Fri, 24 Jul 2009 14:15:10 +0200 Message-Id: <[email protected]> To: [email protected] From: [email protected] Subject: Logwatch for localhost.localdomain (Linux) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" ################### Logwatch 7.3.6 (05/19/07) #################### Processing Initiated: Fri Jul 24 14:15:10 2009 Date Range Processed: yesterday ( 2009-Jul-23 ) Period is day. Detail Level of Output: 0 Type of Output: unformatted Logfiles for Host: localhost.localdomain ################################################################## --------------------- Selinux Audit Begin ------------------------ Number of audit daemon starts: 1 Number of audit daemon stops: 1 **Unmatched Entries** Error sending signal_info request (Operation not supported) Error sending signal_info request (Operation not supported) audit(1248381426.436:24988): auid=4294967295 ses=4294967295 op=remove rule key=(null) list=2 res=1 audit(1248381426.437:24989): audit_enabled=0 old=1 auid=4294967295 ses=4294967295 res=1 ---------------------- Selinux Audit End ------------------------- --------------------- dhcpd Begin ------------------------ DHCP Server Listening On: LPF/wlan0/00:19:5b:2c:38:4c/192.168.1.0/24: 1 Time(s) Unknown Entries: /etc/dhcp/dhcpd.conf line 13: semicolon expected.: 4 Time(s) /etc/dhcp/dhcpd.conf line 8: subnet 172.16.1.0 netmask 255.255.0.0: bad subnet number/mask combination.: 6 Time(s) Configuration file errors encountered -- exiting: 10 Time(s) Not searching LDAP since ldap-server, ldap-port and ldap-base-dn were not specified in the config file: 1 Time(s) Please report for this software via the Red Hat Bugzilla site:: 10 Time(s) This version of ISC DHCP is based on the release available: 10 Time(s) ^: 10 Time(s) have been made to the base software release in order to make: 10 Time(s) http://bugzilla.redhat.com: 10 Time(s) it work better with this distribution.: 10 Time(s) on ftp.isc.org. Features have been added and other changes: 10 Time(s) option: 4 Time(s) subnet 172.16.1.0 netmask 255.255.0.0: 6 Time(s) Generic error: DHCP server exiting.: 10 Time(s) ---------------------- dhcpd End ------------------------- --------------------- Kernel Begin ------------------------ WARNING: Kernel Errors Present Buffer I/O error on device fd0, l ...: 3 Time(s) end_request: I/O error, dev fd0, sector ...: 4 Time(s) ---------------------- Kernel End ------------------------- --------------------- pam_unix Begin ------------------------ gdm-password: Unknown Entries: session opened for user piotrino by (uid=0): 2 Time(s) gnome-screensaver: Authentication Failures: piotrino(500,500) on display :0.0: 1 Time(s) su: Authentication Failures: piotrino(500) -> root: 2 Time(s) Sessions Opened: root -> root: 9 Time(s) ---------------------- pam_unix End ------------------------- --------------------- Connections (secure-log) Begin ------------------------ Failed adding users: dbus: 1 Time(s) Userhelper executed applications: piotrino -> system-config-firewall.py as root: 1 Time(s) **Unmatched Entries** gnome-screensaver-dialog: gkr-pam: unlocked 'login' keyring: 1 Time(s) ---------------------- Connections (secure-log) End ------------------------- --------------------- sendmail Begin (detail=3) ------------------------ STATISTICS ---------- Sendmail was started 8 time(s) Messages To Recipients: 2 Addressed Recipients: 2 Bytes Transferred: 10162 Messages No Valid Rcpts: 0 ---------------------- sendmail End ------------------------- --------------------- SSHD Begin ------------------------ SSHD Killed: 1 Time(s) SSHD Started: 4 Time(s) ---------------------- SSHD End ------------------------- --------------------- yum Begin ------------------------ Packages Installed: kernel-PAE-devel-2.6.29.6-213.fc11.i686 kernel-devel-2.6.29.6-213.fc11.i586 12:dhcp-4.1.0-22.fc11.i586 kernel-PAE-2.6.29.6-213.fc11.i686 Packages Updated: sane-backends-1.0.20-4.fc11.i586 gcalctool-5.26.3-1.fc11.i586 kernel-firmware-2.6.29.6-213.fc11.noarch 1:gedit-2.26.3-1.fc11.i586 kernel-headers-2.6.29.6-213.fc11.i586 1:java-1.6.0-openjdk-1.6.0.0-25.b16.fc11.i586 1:dbus-x11-1.2.12-2.fc11.i586 eog-2.26.3-1.fc11.i586 totem-gstreamer-2.26.3-1.fc11.i586 yelp-2.26.0-5.fc11.i586 2:gimp-libs-2.6.6-6.fc11.i586 brasero-2.26.3-1.fc11.i586 libudev0-141-4.fc11.i586 samba4-4.0.0-15alpha7.fc11.i586 gnome-panel-libs-2.26.3-1.fc11.i586 tzdata-java-2009k-1.fc11.noarch libpurple-2.5.8-2.fc11.i586 sudo-1.7.1-4.fc11.i586 32:bind-utils-9.6.1-3.fc11.i586 32:bind-libs-9.6.1-3.fc11.i586 gnome-themes-2.26.3-1.fc11.noarch policycoreutils-gui-2.0.62-12.12.fc11.i586 setroubleshoot-server-2.1.14-2.fc11.i586 patch-2.5.4-39.fc11.i586 gnome-mag-0.15.7-1.fc11.i586 brasero-nautilus-2.26.3-1.fc11.i586 totem-mozplugin-2.26.3-1.fc11.i586 libtalloc-1.3.1-0.fc11.i586 compiz-0.7.8-19.fc11.i586 samba4-pidl-4.0.0-15alpha7.fc11.i586 1:gnome-games-2.26.3-1.fc11.i586 gnome-terminal-2.26.3.1-1.fc11.i586 brasero-libs-2.26.3-1.fc11.i586 iw-0.9.15-1.fc11.i586 cairo-1.8.8-1.fc11.i586 glib2-2.20.4-1.fc11.i586 compiz-gnome-0.7.8-19.fc11.i586 2:gimp-2.6.6-6.fc11.i586 foomatic-4.0.2-4.fc11.i586 sane-backends-libs-1.0.20-4.fc11.i586 samba4-libs-4.0.0-15alpha7.fc11.i586 gnome-session-xsession-2.26.2-1.fc11.i586 geoclue-0.11.1.1-0.6.20090310git3a31d26.fc11.i586 gnome-keyring-2.26.3-1.fc11.i586 orca-2.26.3-1.fc11.i586 policycoreutils-2.0.62-12.12.fc11.i586 xulrunner-1.9.1.1-1.fc11.i586 2:gimp-help-browser-2.6.6-6.fc11.i586 totem-nautilus-2.26.3-1.fc11.i586 ekiga-3.2.5-2.fc11.i586 ppl-0.10.2-3.fc11.i586 pango-1.24.4-1.fc11.i586 libwnck-2.26.2-1.fc11.i586 libvolume_id-141-4.fc11.i586 gnome-python2-libegg-2.25.3-5.fc11.i586 gnome-session-2.26.2-1.fc11.i586 gnome-python2-extras-2.25.3-5.fc11.i586 totem-2.26.3-1.fc11.i586 samba4-devel-4.0.0-15alpha7.fc11.i586 1:java-1.6.0-openjdk-plugin-1.6.0.0-25.b16.fc11.i586 libgweather-2.26.2.1-1.fc11.i586 tomboy-0.14.3-1.fc11.i586 mousetweaks-2.26.3-1.fc11.i586 file-roller-2.26.3-1.fc11.i586 libtdb-1.1.5-0.fc11.i586 mdadm-3.0-1.fc11.i586 totem-pl-parser-2.26.2-2.fc11.i586 gnome-menus-2.26.2-1.fc11.i586 1:dbus-1.2.12-2.fc11.i586 1:dbus-libs-1.2.12-2.fc11.i586 libtalloc-devel-1.3.1-0.fc11.i586 opal-3.6.4-2.fc11.i586 setroubleshoot-2.1.14-2.fc11.i586 tzdata-2009k-1.fc11.noarch firefox-3.5.1-1.fc11.i586 sed-4.2.1-1.fc11.i586 gnome-keyring-pam-2.26.3-1.fc11.i586 1:gnome-games-help-2.26.3-1.fc11.noarch ptlib-2.6.4-2.fc11.i586 policycoreutils-python-2.0.62-12.12.fc11.i586 libsoup-2.26.3-1.fc11.i586 udev-141-4.fc11.i586 gnome-panel-2.26.3-1.fc11.i586 cheese-2.26.3-1.fc11.i586 pidgin-2.5.8-2.fc11.i586 1:gnome-applets-2.26.3-1.fc11.i586 gnome-python2-gtkhtml2-2.25.3-5.fc11.i586 ---------------------- yum End ------------------------- --------------------- Disk Space Begin ------------------------ Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup-lv_root 34G 14G 19G 43% / /dev/sdb1 194M 29M 155M 16% /boot ---------------------- Disk Space End ------------------------- ###################### Logwatch End ######################### From [email protected] Sat Jul 25 15:20:19 2009 Return-Path: <[email protected]> Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.14.3/8.14.3) with ESMTP id n6PDKJ9j003646 for <[email protected]>; Sat, 25 Jul 2009 15:20:19 +0200 Received: (from root@localhost) by localhost.localdomain (8.14.3/8.14.3/Submit) id n6PDK9oK003360; Sat, 25 Jul 2009 15:20:09 +0200 Date: Sat, 25 Jul 2009 15:20:09 +0200 Message-Id: <[email protected]> To: [email protected] From: [email protected] Subject: Logwatch for localhost.localdomain (Linux) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" ################### Logwatch 7.3.6 (05/19/07) #################### Processing Initiated: Sat Jul 25 15:20:09 2009 Date Range Processed: yesterday ( 2009-Jul-24 ) Period is day. Detail Level of Output: 0 Type of Output: unformatted Logfiles for Host: localhost.localdomain ################################################################## --------------------- Selinux Audit Begin ------------------------ Number of audit daemon stops: 1 **Unmatched Entries** Error sending signal_info request (Operation not supported) ---------------------- Selinux Audit End ------------------------- --------------------- dhcpd Begin ------------------------ DHCP Server Listening On: LPF/wlan0/00:19:5b:2c:38:4c/10.0.0.0/8: 3 Time(s) LPF/wlan0/00:19:5b:2c:38:4c/192.168.55.0/24: 6 Time(s) LPF/wlan0/00:19:5b:2c:38:4c/192.168.56.0/24: 3 Time(s) Unknown Entries: /etc/dhcp/dhcpd.conf line 16: semicolon expected.: 2 Time(s) /etc/dhcp/dhcpd.conf line 29: unexpected end of file: 2 Time(s) /etc/dhcp/dhcpd.conf line 8: subnet 172.16.1.0 netmask 255.255.0.0: bad subnet number/mask combination.: 3 Time(s) Configuration file errors encountered -- exiting: 7 Time(s) Multiple interfaces match the same shared network: wlan0 vboxnet0: 3 Time(s) Not searching LDAP since ldap-server, ldap-port and ldap-base-dn were not specified in the config file: 12 Time(s) Please report for this software via the Red Hat Bugzilla site:: 7 Time(s) This version of ISC DHCP is based on the release available: 7 Time(s) ^: 7 Time(s) fixed-address 192.168.55.3;: 2 Time(s) have been made to the base software release in order to make: 7 Time(s) http://bugzilla.redhat.com: 7 Time(s) it work better with this distribution.: 7 Time(s) on ftp.isc.org. Features have been added and other changes: 7 Time(s) option domain-name-servers 194.204.152.34 217.: 2 Time(s) subnet 172.16.1.0 netmask 255.255.0.0: 3 Time(s) Generic error: DHCP server exiting.: 7 Time(s) ---------------------- dhcpd End ------------------------- --------------------- Kernel Begin ------------------------ WARNING: General Protection Faults in these executables npviewer.bin : 1 Time(s) WARNING: Kernel Errors Present Buffer I/O error on device fd0, l ...: 9 Time(s) end_request: I/O error, dev fd0, sector ...: 12 Time(s) ---------------------- Kernel End ------------------------- --------------------- pam_unix Begin ------------------------ gdm-password: Unknown Entries: session opened for user piotrino by (uid=0): 3 Time(s) authentication failure; logname= uid=0 euid=0 tty=:0 ruser= rhost= user=piotrino: 2 Time(s) polkit: Authentication Failures: (500) -> root: 2 Time(s) Not Identify Password For: root: 1 Time(s) su: Authentication Failures: piotrino(500) -> root: 1 Time(s) Sessions Opened: root -> root: 4 Time(s) system-config-firewall: Unknown Entries: authentication failure; logname= uid=500 euid=0 tty= ruser=piotrino rhost= user=root: 1 Time(s) ---------------------- pam_unix End ------------------------- --------------------- samba Begin ------------------------ Forced Election: In workgroup DOM when announced server was: PIOTRINO(192.168.56.2) : 5 Time(s) ---------------------- samba End ------------------------- --------------------- Connections (secure-log) Begin ------------------------ New Users: openvpn (494) New Groups: openvpn (490) Userhelper executed applications: piotrino -> system-config-firewall.py as root: 1 Time(s) piotrino -> halt as root: 1 Time(s) piotrino -> gnome-system-log as root: 1 Time(s) **Unmatched Entries** polkit-grant-helper: granted authorization for org.fedoraproject.config.samba.configure to pid 2834 [uid=500] [auth=root]: 1 Time(s) userhelper: PAM 2 more authentication failures; logname= uid=500 euid=0 tty= ruser=piotrino rhost= user=root: 1 Time(s) ---------------------- Connections (secure-log) End ------------------------- --------------------- sendmail Begin (detail=3) ------------------------ STATISTICS ---------- Sendmail was started 11 time(s) Messages To Recipients: 2 Addressed Recipients: 2 Bytes Transferred: 15886 Messages No Valid Rcpts: 0 ---------------------- sendmail End ------------------------- --------------------- SSHD Begin ------------------------ SSHD Killed: 1 Time(s) SSHD Started: 6 Time(s) ---------------------- SSHD End ------------------------- --------------------- yum Begin ------------------------ Packages Installed: openvpn-2.1-0.32.rc15.fc11.i586 lzo-2.03-2.fc11.i586 ---------------------- yum End ------------------------- --------------------- Disk Space Begin ------------------------ Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup-lv_root 34G 14G 19G 43% / /dev/sdb1 194M 29M 155M 16% /boot ---------------------- Disk Space End ------------------------- ###################### Logwatch End ######################### From [email protected] Sun Jul 26 18:12:22 2009 Return-Path: <[email protected]> Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.14.3/8.14.3) with ESMTP id n6QGCM5i003480 for <[email protected]>; Sun, 26 Jul 2009 18:12:22 +0200 Received: (from root@localhost) by localhost.localdomain (8.14.3/8.14.3/Submit) id n6QGCHo3003181; Sun, 26 Jul 2009 18:12:17 +0200 Date: Sun, 26 Jul 2009 18:12:17 +0200 Message-Id: <[email protected]> To: [email protected] From: [email protected] Subject: Logwatch for localhost.localdomain (Linux) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" ################### Logwatch 7.3.6 (05/19/07) #################### Processing Initiated: Sun Jul 26 18:12:17 2009 Date Range Processed: yesterday ( 2009-Jul-25 ) Period is day. Detail Level of Output: 0 Type of Output: unformatted Logfiles for Host: localhost.localdomain ################################################################## --------------------- Selinux Audit Begin ------------------------ Number of audit daemon stops: 1 **Unmatched Entries** Error sending signal_info request (Operation not supported) ---------------------- Selinux Audit End ------------------------- --------------------- dhcpd Begin ------------------------ DHCP Server Listening On: LPF/wlan0/00:19:5b:2c:38:4c/10.0.0.0/8: 1 Time(s) Unknown Entries: Not searching LDAP since ldap-server, ldap-port and ldap-base-dn were not specified in the config file: 1 Time(s) ---------------------- dhcpd End ------------------------- --------------------- Kernel Begin ------------------------ WARNING: General Protection Faults in these executables npviewer.bin : 1 Time(s) WARNING: Kernel Errors Present Buffer I/O error on device fd0, l ...: 3 Time(s) end_request: I/O error, dev fd0, sector ...: 4 Time(s) ---------------------- Kernel End ------------------------- --------------------- pam_unix Begin ------------------------ gdm-password: Unknown Entries: authentication failure; logname= uid=0 euid=0 tty=:0 ruser= rhost= user=piotrino: 1 Time(s) session opened for user piotrino by (uid=0): 1 Time(s) su: Authentication Failures: piotrino(500) -> root: 3 Time(s) Sessions Opened: root -> root: 8 Time(s) vsftpd: Unknown Entries: check pass; user unknown: 23 Time(s) authentication failure; logname= uid=0 euid=0 tty=ftp ruser=anonymous rhost=10.0.0.1 : 8 Time(s) authentication failure; logname= uid=0 euid=0 tty=ftp ruser=anonymous rhost=localhost : 7 Time(s) authentication failure; logname= uid=0 euid=0 tty=ftp ruser=anonymous rhost=10.0.0.104 : 6 Time(s) authentication failure; logname= uid=0 euid=0 tty=ftp ruser=dir rhost=10.0.0.104 : 2 Time(s) authentication failure; logname= uid=0 euid=0 tty=ftp ruser=piotrino rhost=10.0.0.104 user=piotrino: 1 Time(s) ---------------------- pam_unix End ------------------------- --------------------- Connections (secure-log) Begin ------------------------ Userhelper executed applications: piotrino -> system-config-firewall.py as root: 1 Time(s) piotrino -> system-config-vsftpd as root: 8 Time(s) piotrino -> halt as root: 1 Time(s) piotrino -> system-config-users as root: 2 Time(s) ---------------------- Connections (secure-log) End ------------------------- --------------------- sendmail Begin (detail=3) ------------------------ STATISTICS ---------- Sendmail was started 5 time(s) Messages To Recipients: 2 Addressed Recipients: 2 Bytes Transferred: 11434 Messages No Valid Rcpts: 0 ---------------------- sendmail End ------------------------- --------------------- SSHD Begin ------------------------ SSHD Killed: 1 Time(s) SSHD Started: 2 Time(s) ---------------------- SSHD End ------------------------- --------------------- vsftpd-messages Begin ------------------------ Failed FTP Logins: (10.0.0.104): piotrino - 1 Time(s) (10.0.0.104): dir - 2 Time(s) (127.0.0.1): anonymous - 7 Time(s) (10.0.0.104): anonymous - 6 Time(s) (10.0.0.1): anonymous - 8 Time(s) Outgoing FTP Files: /test.txt -> 10.0.0.104 (User: ftp) /test.txt -> 10.0.0.1 (User: ftp) /test.txt -> 10.0.0.1 (User: ftp) /dhcp.conf11 -> 10.0.0.1 (User: ftp) /test.txt -> 10.0.0.1 (User: ftp) /pigwa/fafafas -> 10.0.0.1 (User: ftp) /dhcp.conf11 -> 10.0.0.1 (User: ftp) /test.txt -> 10.0.0.1 (User: ftp) /test.txt -> 10.0.0.1 (User: ftp) /test.txt -> 10.0.0.1 (User: ftp) /test.txt -> 10.0.0.1 (User: ftp) /test.txt -> 10.0.0.1 (User: ftp) /test.txt -> 10.0.0.1 (User: ftp) /pigwa/fafafas -> 10.0.0.1 (User: ftp) /pliki/ja.txt -> 10.0.0.104 (User: ftp) /pliki/ja.txt -> 10.0.0.104 (User: ftp) /pliki/01 044.JPG -> 10.0.0.104 (User: ftp) /pliki/01 044.JPG -> 10.0.0.104 (User: ftp) /pliki/ja.txt -> 10.0.0.1 (User: ftp) /pliki/ja.txt -> 10.0.0.1 (User: ftp) /pliki/obraz.JPG -> 10.0.0.1 (User: ftp) /pliki/obraz.JPG -> 10.0.0.1 (User: ftp) /pliki/obraz.JPG -> 10.0.0.1 (User: ftp) /pliki/obraz.JPG -> 10.0.0.104 (User: ftp) /pliki/obraz.JPG -> 10.0.0.104 (User: ftp) Failed Downloads /dhcp.conf11 -> 10.0.0.1 (User: ftp) /dhcp.conf11 -> 10.0.0.1 (User: ftp) /dhcp.conf11 -> 10.0.0.1 (User: ftp) /dhcp.conf11 -> 10.0.0.1 (User: ftp) /test.txt -> 10.0.0.1 (User: ftp) /test.txt -> 10.0.0.1 (User: ftp) /test.txt -> 10.0.0.1 (User: ftp) /test.txt -> 10.0.0.1 (User: ftp) /test.txt -> 10.0.0.1 (User: ftp) /test.txt -> 10.0.0.1 (User: ftp) /test.txt -> 10.0.0.1 (User: ftp) /test.txt -> 10.0.0.1 (User: ftp) /test.txt -> 10.0.0.1 (User: ftp) /test.txt -> 10.0.0.1 (User: ftp) /test.txt -> 10.0.0.1 (User: ftp) /test.txt -> 10.0.0.1 (User: ftp) /test.txt -> 10.0.0.1 (User: ftp) /pliki/01 044.JPG -> 10.0.0.104 (User: ftp) /pliki/01 044.JPG -> 10.0.0.104 (User: ftp) /pliki/01 044.JPG -> 10.0.0.104 (User: ftp) /help -> 10.0.0.1 (User: ftp) /pliki/01 -> 10.0.0.1 (User: ftp) TOTAL KB OUT: 13019KB (12MB) ---------------------- vsftpd-messages End ------------------------- --------------------- yum Begin ------------------------ Packages Installed: system-config-vsftpd-0.5.1-4.fc11.noarch vsftpd-2.1.2-1.fc11.i586 mobile-broadband-provider-info-1.20090707-1.fc11.noarch Packages Updated: mhash-0.9.9.9-1.fc11.i586 1:wpa_supplicant-0.6.8-4.fc11.i586 coreutils-7.2-2.fc11.i586 gst-mixer-2.26.0-3.fc11.i586 1:NetworkManager-gnome-0.7.1-8.git20090708.fc11.i586 1:cups-libs-1.4-0.rc1.10.fc11.i586 bash-4.0-7.fc11.i586 1:NetworkManager-glib-0.7.1-8.git20090708.fc11.i586 1:control-center-2.26.0-10.fc11.i586 1:NetworkManager-0.7.1-8.git20090708.fc11.i586 2:tar-1.22-4.fc11.i586 1:qt-x11-4.5.2-1.fc11.i586 1:qt-4.5.2-1.fc11.i586 1:cups-1.4-0.rc1.10.fc11.i586 1:control-center-filesystem-2.26.0-10.fc11.i586 Packages Erased: vsftpd ---------------------- yum End ------------------------- --------------------- Disk Space Begin ------------------------ Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup-lv_root 34G 22G 11G 67% / /dev/sdb1 194M 29M 155M 16% /boot /dev/sdg5 1.9G 733M 1.2G 38% /media/CC5C-FA36 /dev/sda1 64G 41G 23G 65% /media/62944B31944B074F ---------------------- Disk Space End ------------------------- ###################### Logwatch End ######################### From [email protected] Tue Jul 28 16:16:19 2009 Return-Path: <[email protected]> Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.14.3/8.14.3) with ESMTP id n6SEGIL7003701 for <[email protected]>; Tue, 28 Jul 2009 16:16:19 +0200 Received: (from root@localhost) by localhost.localdomain (8.14.3/8.14.3/Submit) id n6SEGEeJ003489; Tue, 28 Jul 2009 16:16:14 +0200 Date: Tue, 28 Jul 2009 16:16:14 +0200 Message-Id: <[email protected]> To: [email protected] From: [email protected] Subject: Logwatch for localhost.localdomain (Linux) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" ################### Logwatch 7.3.6 (05/19/07) #################### Processing Initiated: Tue Jul 28 16:16:14 2009 Date Range Processed: yesterday ( 2009-Jul-27 ) Period is day. Detail Level of Output: 0 Type of Output: unformatted Logfiles for Host: localhost.localdomain ################################################################## --------------------- Kernel Begin ------------------------ WARNING: Kernel Errors Present Buffer I/O error on device fd0, l ...: 3 Time(s) end_request: I/O error, dev fd0, sector ...: 4 Time(s) ---------------------- Kernel End ------------------------- --------------------- pam_unix Begin ------------------------ gdm-password: Unknown Entries: session opened for user piotrino by (uid=0): 1 Time(s) su: Sessions Opened: root -> root: 2 Time(s) vsftpd: Unknown Entries: authentication failure; logname= uid=0 euid=0 tty=ftp ruser=ftp rhost=10.0.0.1 user=ftp: 1 Time(s) authentication failure; logname= uid=0 euid=0 tty=ftp ruser=piotr rhost=10.0.0.104 : 1 Time(s) check pass; user unknown: 1 Time(s) ---------------------- pam_unix End ------------------------- --------------------- Connections (secure-log) Begin ------------------------ Userhelper executed applications: piotrino -> system-config-vsftpd as root: 4 Time(s) ---------------------- Connections (secure-log) End ------------------------- --------------------- sendmail Begin (detail=3) ------------------------ STATISTICS ---------- Sendmail was started 3 time(s) Messages To Recipients: 0 Addressed Recipients: 0 Bytes Transferred: 0 Messages No Valid Rcpts: 0 ---------------------- sendmail End ------------------------- --------------------- SSHD Begin ------------------------ SSHD Started: 2 Time(s) ---------------------- SSHD End ------------------------- --------------------- vsftpd-messages Begin ------------------------ User FTP Logins: (10.0.0.1): piotrino - 1 Time(s) Failed FTP Logins: (10.0.0.1): ftp - 1 Time(s) (10.0.0.104): piotr - 1 Time(s) Outgoing FTP Files: /pliki/ja.txt -> 10.0.0.1 (User: ftp) /pliki/tcmd704a.exe -> 10.0.0.1 (User: ftp) /pliki/obraz.JPG -> 10.0.0.1 (User: ftp) /pliki/obraz.JPG -> 10.0.0.1 (User: ftp) /pliki/ja.txt -> 10.0.0.1 (User: ftp) Failed Downloads /pliki/01 044.JPG -> 10.0.0.1 (User: ftp) TOTAL KB OUT: 5600KB (5MB) ---------------------- vsftpd-messages End ------------------------- --------------------- Disk Space Begin ------------------------ Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup-lv_root 34G 14G 19G 43% / /dev/sdb1 194M 29M 155M 16% /boot ---------------------- Disk Space End ------------------------- ###################### Logwatch End ######################### From [email protected] Sun Aug 2 14:16:23 2009 Return-Path: <[email protected]> Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.14.3/8.14.3) with ESMTP id n72CGN8S003175 for <[email protected]>; Sun, 2 Aug 2009 14:16:23 +0200 Received: (from root@localhost) by localhost.localdomain (8.14.3/8.14.3/Submit) id n72CGMU8003166; Sun, 2 Aug 2009 14:16:23 +0200 Date: Sun, 2 Aug 2009 14:16:23 +0200 Message-Id: <[email protected]> To: [email protected] From: [email protected] Subject: Logwatch for localhost.localdomain (Linux) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" ################### Logwatch 7.3.6 (05/19/07) #################### Processing Initiated: Sun Aug 2 14:16:21 2009 Date Range Processed: yesterday ( 2009-Aug-01 ) Period is day. Detail Level of Output: 0 Type of Output: unformatted Logfiles for Host: localhost.localdomain ################################################################## --------------------- Disk Space Begin ------------------------ Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup-lv_root 34G 14G 18G 44% / /dev/sdb1 194M 29M 155M 16% /boot ---------------------- Disk Space End ------------------------- ###################### Logwatch End ######################### From [email protected] Mon Aug 3 14:46:22 2009 Return-Path: <[email protected]> Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.14.3/8.14.3) with ESMTP id n73CkLpk003895 for <[email protected]>; Mon, 3 Aug 2009 14:46:21 +0200 Received: (from root@localhost) by localhost.localdomain (8.14.3/8.14.3/Submit) id n73CkHTV003596; Mon, 3 Aug 2009 14:46:17 +0200 Date: Mon, 3 Aug 2009 14:46:17 +0200 Message-Id: <[email protected]> To: [email protected] From: [email protected] Subject: Logwatch for localhost.localdomain (Linux) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" ################### Logwatch 7.3.6 (05/19/07) #################### Processing Initiated: Mon Aug 3 14:46:17 2009 Date Range Processed: yesterday ( 2009-Aug-02 ) Period is day. Detail Level of Output: 0 Type of Output: unformatted Logfiles for Host: localhost.localdomain ################################################################## --------------------- Selinux Audit Begin ------------------------ Number of audit daemon stops: 1 **Unmatched Entries** Error sending signal_info request (Operation not supported) ---------------------- Selinux Audit End ------------------------- --------------------- Kernel Begin ------------------------ WARNING: Kernel Errors Present Buffer I/O error on device fd0, l ...: 3 Time(s) end_request: I/O error, dev fd0, sector ...: 4 Time(s) ---------------------- Kernel End ------------------------- --------------------- pam_unix Begin ------------------------ gdm-password: Unknown Entries: session opened for user piotrino by (uid=0): 1 Time(s) su: Sessions Opened: root -> root: 2 Time(s) ---------------------- pam_unix End ------------------------- --------------------- Connections (secure-log) Begin ------------------------ Failed adding users: rpcuser: 1 Time(s) Userhelper executed applications: piotrino -> halt as root: 1 Time(s) **Unmatched Entries** polkit-grant-helper: granted authorization for org.freedesktop.packagekit.system-trust-signing-key to pid 2357 [uid=500] [auth=root]: 1 Time(s) ---------------------- Connections (secure-log) End ------------------------- --------------------- sendmail Begin (detail=3) ------------------------ STATISTICS ---------- Sendmail was started 5 time(s) Messages To Recipients: 2 Addressed Recipients: 2 Bytes Transferred: 2314 Messages No Valid Rcpts: 0 ---------------------- sendmail End ------------------------- --------------------- SSHD Begin ------------------------ SSHD Killed: 1 Time(s) SSHD Started: 2 Time(s) ---------------------- SSHD End ------------------------- --------------------- vsftpd-messages Begin ------------------------ Outgoing FTP Files: /pliki/ja.txt -> 10.0.0.1 (User: ftp) /pliki/obraz.JPG -> 10.0.0.1 (User: ftp) Failed Downloads /pliki/01 044.JPG -> 10.0.0.1 (User: ftp) /pliki/01 044.JPG -> 10.0.0.1 (User: ftp) /pliki/01 044.JPG -> 10.0.0.1 (User: ftp) /pliki/01 044.JPG -> 10.0.0.1 (User: ftp) TOTAL KB OUT: 1722KB (1MB) ---------------------- vsftpd-messages End ------------------------- --------------------- yum Begin ------------------------ Packages Installed: xz-4.999.8-0.7.beta.fc11.i586 xz-libs-4.999.8-0.7.beta.fc11.i586 xz-lzma-compat-4.999.8-0.7.beta.fc11.i586 Packages Updated: pango-1.24.5-1.fc11.i586 32:bind-libs-9.6.1-4.P1.fc11.i586 device-mapper-libs-1.02.33-2.fc11.i586 gtk2-2.16.5-1.fc11.i586 1:nfs-utils-1.2.0-4.fc11.i586 lvm2-2.02.48-2.fc11.i586 bluez-cups-4.42-1.fc11.i586 libX11-1.2.2-1.fc11.i586 mysql-libs-5.1.36-1.fc11.i586 xorg-x11-drv-synaptics-1.1.2-1.fc11.i586 at-3.1.10-31.fc11.i586 rsyslog-3.22.1-1.fc11.i586 OpenEXR-libs-1.6.1-8.fc11.i586 gstreamer-plugins-good-0.10.15-4.fc11.i586 gnome-desktop-sharp-2.26.0-4.fc11.i586 gstreamer-0.10.23.2-1.fc11.i586 gvfs-1.2.3-8.fc11.i586 gvfs-fuse-1.2.3-8.fc11.i586 gvfs-gphoto2-1.2.3-8.fc11.i586 bluez-libs-4.42-1.fc11.i586 selinux-policy-targeted-3.6.12-69.fc11.noarch 32:bind-utils-9.6.1-4.P1.fc11.i586 firefox-3.5.1-3.fc11.i586 freetype-2.3.9-5.fc11.i586 libiptcdata-1.0.4-1.fc11.i586 selinux-policy-3.6.12-69.fc11.noarch gvfs-obexftp-1.2.3-8.fc11.i586 gvfs-archive-1.2.3-8.fc11.i586 device-mapper-1.02.33-2.fc11.i586 flash-plugin-10.0.32.18-release.i386 gstreamer-tools-0.10.23.2-1.fc11.i586 bluez-4.42-1.fc11.i586 setroubleshoot-plugins-2.0.18-2.fc11.noarch rhythmbox-0.12.3-1.fc11.i586 Packages Erased: lzma ---------------------- yum End ------------------------- --------------------- Disk Space Begin ------------------------ Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup-lv_root 34G 14G 18G 44% / /dev/sdb1 194M 29M 155M 16% /boot ---------------------- Disk Space End ------------------------- ###################### Logwatch End ######################### Podaję też plik my.cnf: [client] #password = pass port = 3306 socket=/var/lib/mysql/mysql.sock # Here follows entries for some specific programs # The MySQL server [mysqld] port = 3306 datadir=/usr/local/mysql/data socket=/var/lib/mysql/mysql.sock skip-locking key_buffer_size = 16K max_allowed_packet = 1M table_open_cache = 4 sort_buffer_size = 64K read_buffer_size = 256K read_rnd_buffer_size = 256K net_buffer_length = 2K thread_stack = 128K Hm ...gdzie tu robię błąd....Reinstalacja mysql nic mi nie pomga, bez sensu jakbym miał z tego powodu instalować od nowe system, mam nadzieję ze bez tego się obędzie.... Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
piotrino Napisano Sierpień 14, 2009 Autor Zgłoszenie Share Napisano Sierpień 14, 2009 Trochę wykombinowałem z mysql, uruchamia mi się bez problemu , ale jak chcę uruchomić mysql z root: [root@localhost piotrino]# mysql ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) dostaję taki komunikat jak wyzej.....Trochę pogoglowałem i porada była żebym w conifg.inc.php dopisał nazwę użytkownika i hasło dopisałem root i haslo , ale mimo tego nie mam dostępu ....W jaki sposób mogę ustawić user: root i hasło ???? Już cholery dostaję z tym.... :lammer: Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
fafig Napisano Sierpień 14, 2009 Zgłoszenie Share Napisano Sierpień 14, 2009 dlaczego odpalasz mysql spod roota? prawdopodobnie root nie moze sie logowac do mysql. stworz nowe konto i na nim sproboj ustawic jeszcze raz haslo roota do mysql. poza tym root@localhost != root@mysql. Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
multics Napisano Sierpień 14, 2009 Zgłoszenie Share Napisano Sierpień 14, 2009 mysql -uroot -p Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
piotrino Napisano Sierpień 14, 2009 Autor Zgłoszenie Share Napisano Sierpień 14, 2009 dlaczego odpalasz mysql spod roota? prawdopodobnie root nie moze sie logowac do mysql. stworz nowe konto i na nim sproboj ustawic jeszcze raz haslo roota do mysql. poza tym root@localhost != root@mysql. Próbowałem wcześniej utworzyć użytkownika i nową bazę danych ale nic z tego, nie mam uprawnien: [piotrino@localhost ~]$ mysql Welcome to the MySQL monitor. Commands end with; or \g. Your MySQL connection id is 2 Server version: 5.1.36 Source distribution Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> show databases; +--------------------+ | Database | +--------------------+ | information_schema | | test | +--------------------+ 2 rows in set (0.00 sec) mysql> create database informacje; ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'informacje' mysql> use test; Database changed mysql> create database info; ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'info' mysql> create user piotrino; ERROR 1227 (42000): Access denied; you need the CREATE USER privilege for this operation mysql> kurcze już cholery dostaję,....z tego wychodzi wniose żeby zakladać baze danych , uzytkownikow muszę mieć prawa do tego..... Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
Rekomendowane odpowiedzi
Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto
Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.
Zarejestruj nowe konto
Załóż nowe konto. To bardzo proste!
Zarejestruj sięZaloguj się
Posiadasz już konto? Zaloguj się poniżej.
Zaloguj się