Mountpoint but no Device

Hi,

I’ve tried the Searchfunction without any usable results, so I post here.

I’ve a Problem with my USB Multicardreader. When I boot my OpenSuse 11.0 64bit, I’ve got an Mountpoint “/media/KARTE” without any Hardware (no Card in the reader) mounted. When I boot with a Gparted CD, there is no /media/KARTE, when I boot a LiveCD with PCLinuxOS its the same situation. So I think its a Configproblem, not a Hardwareproblem. In the Yast2 Partitiontool the Mountpoint dosen’t exist too.

So here is some Data for you:

uname -a
Linux ###### 2.6.25.11-0.1-default #1 SMP 2008-07-13 20:48:28 +0200 x86_64 x86_64 x86_64 GNU/Linux

/etc/fstab

/dev/sda2 / ext3 acl,user_xattr 1 1
/dev/sda3 /home ext3 acl,user_xattr 1 2
/dev/sda1 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0

/etc/mtab

/dev/sda2 / ext3 rw,acl,user_xattr 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
debugfs /sys/kernel/debug debugfs rw 0 0
udev /dev tmpfs rw 0 0
devpts /dev/pts devpts rw,mode=0620,gid=5 0 0
/dev/sda3 /home ext3 rw,acl,user_xattr 0 0
fusectl /sys/fs/fuse/connections fusectl rw 0 0
proc /var/lib/ntp/proc proc ro 0 0

fdisk -l

Platte /dev/sda: 250.0 GByte, 250000000000 Byte
255 Köpfe, 63 Sektoren/Spuren, 30394 Zylinder
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes
Disk identifier: 0x00310030

Gerät boot. Anfang Ende Blöcke Id System
/dev/sda1 1 262 2104483+ 82 Linux Swap / Solaris
/dev/sda2 * 263 7001 54131017+ 83 Linux
/dev/sda3 7002 30394 187904272+ 83 Linux

fstab and mtab looks good to me. Are there some other hidden(?) config files?

Thank you for your support!

Greets Olinger

Was the fdisk output you posted ran while it was plugged in? If so, it is not seeing the drive. Try

lsusb

to see if it picked up.

Hi,

yes it was run without any Card inside the reader, but I still have the Mountpoint “/media/KARTE”, so here again with a Card inside:

fdisk -l

Platte /dev/sda: 250.0 GByte, 250000000000 Byte
255 Köpfe, 63 Sektoren/Spuren, 30394 Zylinder
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes
Disk identifier: 0x00310030

   Gerät  boot.     Anfang        Ende     Blöcke   Id  System
/dev/sda1               1         262     2104483+  82  Linux Swap / Solaris
/dev/sda2   *         263        7001    54131017+  83  Linux
/dev/sda3            7002       30394   187904272+  83  Linux

Platte /dev/sdb: 990 MByte, 990904320 Byte
32 Köpfe, 63 Sektoren/Spuren, 960 Zylinder
Einheiten = Zylinder von 2016 × 512 = 1032192 Bytes
Disk identifier: 0x00000000

   Gerät  boot.     Anfang        Ende     Blöcke   Id  System
/dev/sdb1               1         960      967648+   6  FAT16

So now I have two Mountpoints in the /media/ folder:

####:/media # dir
insgesamt 24
-rw-r--r-- 1 root    root    94 10. Aug 21:49 .hal-mtab
-rw------- 1 root    root     0 10. Aug 21:49 .hal-mtab-lock
drwxr-xr-x 2 root    root  4096  8. Jun 18:50 KARTE
drwxr-xr-x 3 olinger root 16384  1. Jan 1970  KARTE-1

KARTE is the “ghost” and KARTE-1 is the in pluged SD Card.

This is lsusb withhout any Card inside the reader:


lsusb
Bus 002 Device 003: ID 05e3:1205 Genesys Logic, Inc. Afilias Optical Mouse H3003
Bus 002 Device 002: ID 1241:1503 Belkin Keyboard
Bus 002 Device 004: ID 03f0:3004 Hewlett-Packard deskjet 980c
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 007: ID 2040:7070 Hauppauge
Bus 001 Device 006: ID 058f:6362 Alcor Micro Corp. Hi-Speed 21-in-1 Flash Card Reader/Writer (Internal/External)
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

and with a SD Card inside its the same output:

lsusb
Bus 002 Device 003: ID 05e3:1205 Genesys Logic, Inc. Afilias Optical Mouse H3003
Bus 002 Device 002: ID 1241:1503 Belkin Keyboard
Bus 002 Device 004: ID 03f0:3004 Hewlett-Packard deskjet 980c
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 007: ID 2040:7070 Hauppauge
Bus 001 Device 006: ID 058f:6362 Alcor Micro Corp. Hi-Speed 21-in-1 Flash Card Reader/Writer (Internal/External)
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

I forgot in the first post. I can’t unmount the ghost Mountmpoint:

umount media/KARTE
umount: media/KARTE: Nicht gefunden

Greets Olinger

Is it possible that your card reader is only mounted when there is media present?

Hi,

jep thats right. But thats is not the Problem. The Problem is that there is still a “ghost” Drive “/media/KARTE”. The “ghost Drive” is there at any time, when I boot my Suse 11.0, but not when I boot a LiveCD -> see my first post.

I can’t find it at the listed Configfiles, thats the problem - not the Device. The Card reader works fine with all my Cards, but allways show the ghost Mountpoint in Suse.

Greets Olinger

Hi,

has nobody an idea whats going wrong?

Greets Olinger

Olinger wrote:

>
> Hi,
>
> has nobody an idea whats going wrong?
>
> Greets Olinger
>
>

Based on what you’ve posted, nothing is going wrong.

You may simply have a device that announces itself to the system when it’s
plugged in.

If your memory cards work properly and are accessible, then there’s no
problem.

You might post the messages that are logged in /var/log/messages concerning
your memory card reader when you plug it in (no cards in it though), this
might help some.

But it’s not hurting anything. And the operation of the liveDVD cannot be
compared to a real installation, things change over time, updates,
installs, interactions.

When I plug my memory card reader in, it creates several drives, sdf, sdg,
sdh and sdi, which now exist, but are not accessible until I plug a
corresponding card into a slot.

Loni

L R Nix
lornix@lornix.com

Hi,

ok thats funny. It’s since an half Year the ghost device is present, before that it was no device mounted until an Card was insert.

So here is the /var/log/messages now:

Aug 12 11:27:31 linux-dmaw syslog-ng[1877]: syslog-ng version 1.6.12 starting
Aug 12 11:27:36 linux-dmaw kernel: klogd 1.4.1, log source = /proc/kmsg started.
Aug 12 11:27:36 linux-dmaw kernel: powernow-k8: Found 1 AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ processors (2 cpu cores) (version 2.20.00)
Aug 12 11:27:36 linux-dmaw kernel: powernow-k8:    0 : fid 0xc (2000 MHz), vid 0xa
Aug 12 11:27:36 linux-dmaw kernel: powernow-k8:    1 : fid 0xa (1800 MHz), vid 0xc
Aug 12 11:27:36 linux-dmaw kernel: powernow-k8:    2 : fid 0x2 (1000 MHz), vid 0x12
Aug 12 11:27:36 linux-dmaw kernel: Clocksource tsc unstable (delta = -251997808 ns)
Aug 12 11:27:41 linux-dmaw ifup:     lo        
Aug 12 11:27:41 linux-dmaw ifup:     lo        
Aug 12 11:27:41 linux-dmaw ifup: IP address: 127.0.0.1/8  
Aug 12 11:27:41 linux-dmaw ifup:  
Aug 12 11:27:41 linux-dmaw ifup:               
Aug 12 11:27:41 linux-dmaw ifup: IP address: 127.0.0.2/8  
Aug 12 11:27:41 linux-dmaw ifup:  
Aug 12 11:27:43 linux-dmaw ifup:     eth0      device: nVidia Corporation MCP61 Ethernet (rev a2)
Aug 12 11:27:43 linux-dmaw ifup-dhcp:     eth0      (DHCP) 
Aug 12 11:27:43 linux-dmaw ifup-dhcp: . 
Aug 12 11:27:43 linux-dmaw dhcpcd[2425]: eth0: dhcpcd 3.2.3 starting
Aug 12 11:27:43 linux-dmaw dhcpcd[2425]: eth0: hardware address = 00:1e:90:ca:31:7b
Aug 12 11:27:44 linux-dmaw kernel: NET: Registered protocol family 17
Aug 12 11:27:44 linux-dmaw dhcpcd[2425]: eth0: broadcasting for a lease
Aug 12 11:27:44 linux-dmaw dhcpcd[2425]: eth0: offered 192.168.1.100 from 192.168.1.1
Aug 12 11:27:44 linux-dmaw dhcpcd[2425]: eth0: checking 192.168.1.100 is available on attached networks
Aug 12 11:27:44 linux-dmaw ifup-dhcp: . 
Aug 12 11:27:45 linux-dmaw dhcpcd[2425]: eth0: leased 192.168.1.100 for 604800 seconds
Aug 12 11:27:45 linux-dmaw dhcpcd[2425]: eth0: no renewal time supplied, assuming 302400 seconds
Aug 12 11:27:45 linux-dmaw dhcpcd[2425]: eth0: no rebind time supplied, assuming 529200 seconds
Aug 12 11:27:45 linux-dmaw dhcpcd[2425]: eth0: adding IP address 192.168.1.100/24
Aug 12 11:27:45 linux-dmaw dhcpcd[2425]: eth0: adding default route via 192.168.1.1 metric 0
Aug 12 11:27:45 linux-dmaw dhcpcd[2425]: eth0: adding route to 169.254.0.0/16 metric 0
Aug 12 11:27:45 linux-dmaw ifup-dhcp: . 
Aug 12 11:27:46 linux-dmaw modify_resolvconf: Service dhcpcd modified /etc/resolv.conf. See info block in this file
Aug 12 11:27:46 linux-dmaw ifup-dhcp: . 
Aug 12 11:27:46 linux-dmaw ifup-dhcp: . 
Aug 12 11:27:48 linux-dmaw ifup-dhcp: no IP address yet... backgrounding. 
Aug 12 11:27:51 linux-dmaw dhcpcd[2425]: eth0: Failed to lookup hostname via DNS: Name or service not known
Aug 12 11:27:51 linux-dmaw syslog-ng[1877]: SIGHUP received, restarting syslog-ng
Aug 12 11:27:51 linux-dmaw dhcpcd[2425]: eth0: exiting
Aug 12 11:27:51 linux-dmaw ifdown:     eth0      device: nVidia Corporation MCP61 Ethernet (rev a2)
Aug 12 11:27:52 linux-dmaw ifup:     eth0      device: nVidia Corporation MCP61 Ethernet (rev a2)
Aug 12 11:27:52 linux-dmaw syslog-ng[1877]: new configuration initialized
Aug 12 11:27:52 linux-dmaw kernel: NET: Registered protocol family 10
Aug 12 11:27:52 linux-dmaw kernel: klogd 1.4.1, ---------- state change ---------- 
Aug 12 11:27:52 linux-dmaw kernel: lo: Disabled Privacy Extensions
Aug 12 11:27:53 linux-dmaw kernel: ip6_tables: (C) 2000-2006 Netfilter Core Team
Aug 12 11:27:53 linux-dmaw auditd[3242]: Init complete, auditd 1.6.8 listening for events (startup state disable)
Aug 12 11:27:54 linux-dmaw kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
Aug 12 11:27:54 linux-dmaw SuSEfirewall2: SuSEfirewall2 not active
Aug 12 11:27:54 linux-dmaw avahi-daemon[3284]: Found user 'avahi' (UID 105) and group 'avahi' (GID 106).
Aug 12 11:27:54 linux-dmaw avahi-daemon[3284]: Successfully dropped root privileges.
Aug 12 11:27:54 linux-dmaw avahi-daemon[3284]: avahi-daemon 0.6.22 starting up.
Aug 12 11:27:54 linux-dmaw avahi-daemon[3284]: Loading service file /etc/avahi/services/sftp-ssh.service.
Aug 12 11:27:54 linux-dmaw avahi-daemon[3284]: Loading service file /etc/avahi/services/ssh.service.
Aug 12 11:27:54 linux-dmaw avahi-daemon[3284]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.1.100.
Aug 12 11:27:54 linux-dmaw avahi-daemon[3284]: New relevant interface eth0.IPv4 for mDNS.
Aug 12 11:27:54 linux-dmaw avahi-daemon[3284]: Network interface enumeration completed.
Aug 12 11:27:54 linux-dmaw avahi-daemon[3284]: Registering new address record for fe80::21e:90ff:feca:317b on eth0.*.
Aug 12 11:27:54 linux-dmaw avahi-daemon[3284]: Registering new address record for 192.168.1.100 on eth0.IPv4.
Aug 12 11:27:54 linux-dmaw avahi-daemon[3284]: Registering HINFO record with values 'X86_64'/'LINUX'.
Aug 12 11:27:55 linux-dmaw avahi-dnsconfd[3297]: Successfully connected to Avahi daemon.
Aug 12 11:27:55 linux-dmaw avahi-daemon[3284]: Server startup complete. Host name is linux-dmaw.local. Local service cookie is 3125913399.
Aug 12 11:27:56 linux-dmaw hcid[3309]: Bluetooth HCI daemon
Aug 12 11:27:56 linux-dmaw kernel: Bluetooth: Core ver 2.11
Aug 12 11:27:56 linux-dmaw kernel: NET: Registered protocol family 31
Aug 12 11:27:56 linux-dmaw kernel: Bluetooth: HCI device and connection manager initialized
Aug 12 11:27:56 linux-dmaw kernel: Bluetooth: HCI socket layer initialized
Aug 12 11:27:56 linux-dmaw hcid[3309]: Parsing /etc/bluetooth/main.conf failed: No such file or directory
Aug 12 11:27:56 linux-dmaw hcid[3309]: Starting SDP server
Aug 12 11:27:56 linux-dmaw avahi-daemon[3284]: Service "linux-dmaw" (/etc/avahi/services/ssh.service) successfully established.
Aug 12 11:27:56 linux-dmaw avahi-daemon[3284]: Service "SFTP File Transfer on linux-dmaw" (/etc/avahi/services/sftp-ssh.service) successfully established.
Aug 12 11:27:56 linux-dmaw kernel: Bluetooth: L2CAP ver 2.9
Aug 12 11:27:56 linux-dmaw kernel: Bluetooth: L2CAP socket layer initialized
Aug 12 11:27:56 linux-dmaw opd[3331]: OBEX Push Daemon - version 0.2 started
Aug 12 11:27:56 linux-dmaw opd[3331]: Failed to connect to SDP server.
Aug 12 11:27:56 linux-dmaw kernel: Bluetooth: RFCOMM socket layer initialized
Aug 12 11:27:56 linux-dmaw kernel: Bluetooth: RFCOMM TTY layer initialized
Aug 12 11:27:56 linux-dmaw kernel: Bluetooth: RFCOMM ver 1.8
Aug 12 11:27:56 linux-dmaw opd[3331]: OBEX server listening on channel 10
Aug 12 11:27:57 linux-dmaw hcid[3309]: Registered manager path:/org/bluez/serial
Aug 12 11:27:57 linux-dmaw hcid[3309]: Parsing /etc/bluetooth/input.conf failed: No such file or directory
Aug 12 11:27:57 linux-dmaw hcid[3309]: Registered input manager path:/org/bluez/input
Aug 12 11:27:57 linux-dmaw hcid[3309]: Parsing /etc/bluetooth/network.conf failed: No such file or directory
Aug 12 11:27:57 linux-dmaw kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.2
Aug 12 11:27:57 linux-dmaw kernel: Bluetooth: BNEP filters: protocol multicast
Aug 12 11:27:58 linux-dmaw kernel: Bridge firewalling registered
Aug 12 11:27:58 linux-dmaw kernel: pan0: Dropping NETIF_F_UFO since no NETIF_F_HW_CSUM feature.
Aug 12 11:27:58 linux-dmaw hcid[3309]: bridge pan0 created
Aug 12 11:27:58 linux-dmaw hcid[3309]: Registered manager path:/org/bluez/network
Aug 12 11:27:58 linux-dmaw ifup:     pan0      
Aug 12 11:27:58 linux-dmaw ifup:               No configuration found for pan0
Aug 12 11:27:59 linux-dmaw ntpd[3455]: ntpd 4.2.4p4@1.1520-o Sat Jun  7 00:56:47 UTC 2008 (1)
Aug 12 11:27:59 linux-dmaw ntpd[3455]: precision = 1.000 usec
Aug 12 11:27:59 linux-dmaw ntpd[3455]: ntp_io: estimated max descriptors: 1024, initial socket boundary: 16
Aug 12 11:27:59 linux-dmaw ntpd[3455]: Listening on interface #0 wildcard, 0.0.0.0#123 Disabled
Aug 12 11:27:59 linux-dmaw ntpd[3455]: Listening on interface #1 wildcard, ::#123 Disabled
Aug 12 11:27:59 linux-dmaw ntpd[3455]: Listening on interface #2 lo, ::1#123 Enabled
Aug 12 11:27:59 linux-dmaw ntpd[3455]: Listening on interface #3 eth0, fe80::21e:90ff:feca:317b#123 Enabled
Aug 12 11:27:59 linux-dmaw ntpd[3455]: Listening on interface #4 lo, 127.0.0.1#123 Enabled
Aug 12 11:27:59 linux-dmaw ntpd[3455]: Listening on interface #5 lo, 127.0.0.2#123 Enabled
Aug 12 11:27:59 linux-dmaw ntpd[3455]: Listening on interface #6 eth0, 192.168.1.100#123 Enabled
Aug 12 11:27:59 linux-dmaw ntpd[3455]: kernel time sync status 0040
Aug 12 11:27:59 linux-dmaw ntpd[3455]: frequency initialized -16.891 PPM from /var/lib/ntp/drift/ntp.drift

continued

part 2


Aug 12 11:27:59 linux-dmaw kernel: warning: `ntpd' uses deprecated v2 capabilities in a way that may be insecure.
Aug 12 11:28:02 linux-dmaw xinetd[3540]: Reading included configuration file: /etc/xinetd.d/chargen [file=/etc/xinetd.conf] [line=26]
Aug 12 11:28:02 linux-dmaw xinetd[3540]: Reading included configuration file: /etc/xinetd.d/chargen-udp [file=/etc/xinetd.d/chargen-udp] [line=14]
Aug 12 11:28:02 linux-dmaw xinetd[3540]: Reading included configuration file: /etc/xinetd.d/cups-lpd [file=/etc/xinetd.d/cups-lpd] [line=15]
Aug 12 11:28:02 linux-dmaw xinetd[3540]: Reading included configuration file: /etc/xinetd.d/cvs [file=/etc/xinetd.d/cvs] [line=11]
Aug 12 11:28:02 linux-dmaw xinetd[3540]: Reading included configuration file: /etc/xinetd.d/daytime [file=/etc/xinetd.d/daytime] [line=16]
Aug 12 11:28:02 linux-dmaw xinetd[3540]: Reading included configuration file: /etc/xinetd.d/daytime-udp [file=/etc/xinetd.d/daytime-udp] [line=14]
Aug 12 11:28:02 linux-dmaw xinetd[3540]: Reading included configuration file: /etc/xinetd.d/discard [file=/etc/xinetd.d/discard] [line=15]
Aug 12 11:28:02 linux-dmaw xinetd[3540]: Reading included configuration file: /etc/xinetd.d/discard-udp [file=/etc/xinetd.d/discard-udp] [line=14]
Aug 12 11:28:02 linux-dmaw xinetd[3540]: Reading included configuration file: /etc/xinetd.d/echo [file=/etc/xinetd.d/echo] [line=15]
Aug 12 11:28:02 linux-dmaw xinetd[3540]: Reading included configuration file: /etc/xinetd.d/echo-udp [file=/etc/xinetd.d/echo-udp] [line=14]
Aug 12 11:28:02 linux-dmaw xinetd[3540]: Reading included configuration file: /etc/xinetd.d/netstat [file=/etc/xinetd.d/netstat] [line=15]
Aug 12 11:28:02 linux-dmaw xinetd[3540]: Reading included configuration file: /etc/xinetd.d/rsync [file=/etc/xinetd.d/rsync] [line=16]
Aug 12 11:28:02 linux-dmaw xinetd[3540]: Reading included configuration file: /etc/xinetd.d/sane-port [file=/etc/xinetd.d/sane-port] [line=12]
Aug 12 11:28:02 linux-dmaw xinetd[3540]: Unknown user: saned [file=/etc/xinetd.d/sane-port] [line=10]
Aug 12 11:28:02 linux-dmaw xinetd[3540]: Error parsing attribute user - DISABLING SERVICE [file=/etc/xinetd.d/sane-port] [line=10]
Aug 12 11:28:03 linux-dmaw powersaved[3549]: WARNING (readConfigFile:173) Found actions variable for non existing event: 'global.suspend2disk'
Aug 12 11:28:03 linux-dmaw powersaved[3549]: WARNING (readConfigFile:173) Found actions variable for non existing event: 'global.suspend2ram'
Aug 12 11:28:03 linux-dmaw powersaved[3549]: WARNING (readConfigFile:173) Found actions variable for non existing event: 'global.standby'
Aug 12 11:28:03 linux-dmaw powersaved[3549]: WARNING (readConfigFile:173) Found actions variable for non existing event: 'global.resume.suspend2disk'
Aug 12 11:28:03 linux-dmaw powersaved[3549]: WARNING (readConfigFile:173) Found actions variable for non existing event: 'global.resume.suspend2ram'
Aug 12 11:28:03 linux-dmaw powersaved[3549]: WARNING (readConfigFile:173) Found actions variable for non existing event: 'global.resume.standby'
Aug 12 11:28:03 linux-dmaw powersaved[3549]: WARNING (readConfigFile:173) Found actions variable for non existing event: 'global.suspend2disk.other'
Aug 12 11:28:03 linux-dmaw xinetd[3540]: Unknown group: saned [file=/etc/xinetd.d/sane-port] [line=11]
Aug 12 11:28:03 linux-dmaw xinetd[3540]: Error parsing attribute group - DISABLING SERVICE [file=/etc/xinetd.d/sane-port] [line=11]
Aug 12 11:28:03 linux-dmaw xinetd[3540]: Reading included configuration file: /etc/xinetd.d/servers [file=/etc/xinetd.d/servers] [line=14]
Aug 12 11:28:03 linux-dmaw kernel: eth0: no IPv6 routers present
Aug 12 11:28:03 linux-dmaw kernel: ACPI Exception (thermal-0458): AE_ERROR, ACPI thermal trip point state changed
Aug 12 11:28:03 linux-dmaw kernel: Please send acpidump to linux-acpi@vger.kernel.org
Aug 12 11:28:03 linux-dmaw kernel:  [20070126]
Aug 12 11:28:03 linux-dmaw xinetd[3540]: Reading included configuration file: /etc/xinetd.d/services [file=/etc/xinetd.d/services] [line=14]
Aug 12 11:28:03 linux-dmaw powersaved[3549]: WARNING (continueEvent:250) Could not execute program /usr/lib/powersave/scripts for event daemon.scheme.change: No such file or directory
Aug 12 11:28:03 linux-dmaw xinetd[3540]: Reading included configuration file: /etc/xinetd.d/svnserve [file=/etc/xinetd.d/svnserve] [line=14]
Aug 12 11:28:03 linux-dmaw xinetd[3540]: Reading included configuration file: /etc/xinetd.d/swat [file=/etc/xinetd.d/swat] [line=15]
Aug 12 11:28:03 linux-dmaw sshd[3557]: Server listening on :: port 22.
Aug 12 11:28:04 linux-dmaw xinetd[3540]: Reading included configuration file: /etc/xinetd.d/systat [file=/etc/xinetd.d/systat] [line=12]
Aug 12 11:28:03 linux-dmaw sshd[3557]: Server listening on 0.0.0.0 port 22.
Aug 12 11:28:04 linux-dmaw xinetd[3540]: Reading included configuration file: /etc/xinetd.d/telnet [file=/etc/xinetd.d/telnet] [line=17]
Aug 12 11:28:04 linux-dmaw xinetd[3540]: Reading included configuration file: /etc/xinetd.d/time [file=/etc/xinetd.d/time] [line=13]
Aug 12 11:28:04 linux-dmaw xinetd[3540]: Reading included configuration file: /etc/xinetd.d/time-udp [file=/etc/xinetd.d/time-udp] [line=15]
Aug 12 11:28:04 linux-dmaw xinetd[3540]: Reading included configuration file: /etc/xinetd.d/vnc [file=/etc/xinetd.d/vnc] [line=15]
Aug 12 11:28:05 linux-dmaw xinetd[3540]: Service sane-port missing attribute user - DISABLING
Aug 12 11:28:05 linux-dmaw xinetd[3540]: xinetd Version 2.3.14 started with libwrap loadavg options compiled in.
Aug 12 11:28:05 linux-dmaw xinetd[3540]: Started working: 1 available service
Aug 12 11:28:07 linux-dmaw ntpd[3576]: ntpd 4.2.4p4@1.1520-o Sat Jun  7 00:56:47 UTC 2008 (1)
Aug 12 11:28:07 linux-dmaw ntpd[3577]: precision = 1.000 usec
Aug 12 11:28:07 linux-dmaw ntpd[3577]: ntp_io: estimated max descriptors: 1024, initial socket boundary: 16
Aug 12 11:28:07 linux-dmaw ntpd[3577]: Listening on interface #0 wildcard, 0.0.0.0#123 Disabled
Aug 12 11:28:07 linux-dmaw ntpd[3577]: Listening on interface #1 wildcard, ::#123 Disabled
Aug 12 11:28:07 linux-dmaw ntpd[3577]: Listening on interface #2 lo, ::1#123 Enabled
Aug 12 11:28:07 linux-dmaw ntpd[3577]: Listening on interface #3 eth0, fe80::21e:90ff:feca:317b#123 Enabled
Aug 12 11:28:07 linux-dmaw ntpd[3577]: Listening on interface #4 lo, 127.0.0.1#123 Enabled
Aug 12 11:28:07 linux-dmaw ntpd[3577]: Listening on interface #5 lo, 127.0.0.2#123 Enabled
Aug 12 11:28:07 linux-dmaw ntpd[3577]: Listening on interface #6 eth0, 192.168.1.100#123 Enabled
Aug 12 11:28:07 linux-dmaw ntpd[3577]: kernel time sync status 0040
Aug 12 11:28:07 linux-dmaw ntpd[3577]: frequency initialized -16.891 PPM from /var/lib/ntp/drift/ntp.drift
Aug 12 11:28:11 linux-dmaw /usr/sbin/cron[3695]: (CRON) STARTUP (V5.0)
Aug 12 11:28:11 linux-dmaw kernel: bootsplash: status on console 0 changed to on
Aug 12 11:28:12 linux-dmaw smartd[3701]: smartd 5.39 2008-05-08 21:56 [x86_64-unknown-linux-gnu] (local build) Copyright (C) 2002-8 by Bruce Allen, http://smartmontools.sourceforge.net 
Aug 12 11:28:12 linux-dmaw smartd[3701]: Opened configuration file /etc/smartd.conf
Aug 12 11:28:12 linux-dmaw smartd[3701]: Drive: DEVICESCAN, implied '-a' Directive on line 29 of file /etc/smartd.confAug 12 11:27:59 linux-dmaw kernel: warning: `ntpd' uses deprecated v2 capabilities in a way that may be insecure.

continued

part 3


Aug 12 11:28:02 linux-dmaw xinetd[3540]: Reading included configuration file: /etc/xinetd.d/chargen [file=/etc/xinetd.conf] [line=26]
Aug 12 11:28:02 linux-dmaw xinetd[3540]: Reading included configuration file: /etc/xinetd.d/chargen-udp [file=/etc/xinetd.d/chargen-udp] [line=14]
Aug 12 11:28:02 linux-dmaw xinetd[3540]: Reading included configuration file: /etc/xinetd.d/cups-lpd [file=/etc/xinetd.d/cups-lpd] [line=15]
Aug 12 11:28:02 linux-dmaw xinetd[3540]: Reading included configuration file: /etc/xinetd.d/cvs [file=/etc/xinetd.d/cvs] [line=11]
Aug 12 11:28:02 linux-dmaw xinetd[3540]: Reading included configuration file: /etc/xinetd.d/daytime [file=/etc/xinetd.d/daytime] [line=16]
Aug 12 11:28:02 linux-dmaw xinetd[3540]: Reading included configuration file: /etc/xinetd.d/daytime-udp [file=/etc/xinetd.d/daytime-udp] [line=14]
Aug 12 11:28:02 linux-dmaw xinetd[3540]: Reading included configuration file: /etc/xinetd.d/discard [file=/etc/xinetd.d/discard] [line=15]
Aug 12 11:28:02 linux-dmaw xinetd[3540]: Reading included configuration file: /etc/xinetd.d/discard-udp [file=/etc/xinetd.d/discard-udp] [line=14]
Aug 12 11:28:02 linux-dmaw xinetd[3540]: Reading included configuration file: /etc/xinetd.d/echo [file=/etc/xinetd.d/echo] [line=15]
Aug 12 11:28:02 linux-dmaw xinetd[3540]: Reading included configuration file: /etc/xinetd.d/echo-udp [file=/etc/xinetd.d/echo-udp] [line=14]
Aug 12 11:28:02 linux-dmaw xinetd[3540]: Reading included configuration file: /etc/xinetd.d/netstat [file=/etc/xinetd.d/netstat] [line=15]
Aug 12 11:28:02 linux-dmaw xinetd[3540]: Reading included configuration file: /etc/xinetd.d/rsync [file=/etc/xinetd.d/rsync] [line=16]
Aug 12 11:28:02 linux-dmaw xinetd[3540]: Reading included configuration file: /etc/xinetd.d/sane-port [file=/etc/xinetd.d/sane-port] [line=12]
Aug 12 11:28:02 linux-dmaw xinetd[3540]: Unknown user: saned [file=/etc/xinetd.d/sane-port] [line=10]
Aug 12 11:28:02 linux-dmaw xinetd[3540]: Error parsing attribute user - DISABLING SERVICE [file=/etc/xinetd.d/sane-port] [line=10]
Aug 12 11:28:12 linux-dmaw smartd[3701]: Configuration file /etc/smartd.conf was parsed, found DEVICESCAN, scanning devices
Aug 12 11:28:12 linux-dmaw smartd[3701]: Problem creating device name scan list
Aug 12 11:28:12 linux-dmaw smartd[3701]: Device: /dev/sda, opened
Aug 12 11:28:12 linux-dmaw smartd[3701]: Device /dev/sda: using '-d sat' for ATA disk behind SAT layer.
Aug 12 11:28:12 linux-dmaw smartd[3701]: Device: /dev/sda, opened
Aug 12 11:28:12 linux-dmaw smartd[3701]: Device: /dev/sda, found in smartd database.
Aug 12 11:28:12 linux-dmaw smartd[3701]: Device: /dev/sda, is SMART capable. Adding to "monitor" list.
Aug 12 11:28:12 linux-dmaw smartd[3701]: Device: /dev/sdb, opened
Aug 12 11:28:12 linux-dmaw smartd[3701]: Device: /dev/sdb, NO MEDIUM present; skip device
Aug 12 11:28:12 linux-dmaw smartd[3701]: Device: /dev/sdc, opened
Aug 12 11:28:12 linux-dmaw smartd[3701]: Device: /dev/sdc, NO MEDIUM present; skip device
Aug 12 11:28:12 linux-dmaw smartd[3701]: Device: /dev/sdd, opened
Aug 12 11:28:12 linux-dmaw smartd[3701]: Device: /dev/sdd, NO MEDIUM present; skip device
Aug 12 11:28:12 linux-dmaw smartd[3701]: Device: /dev/sde, opened
Aug 12 11:28:12 linux-dmaw smartd[3701]: Device: /dev/sde, NO MEDIUM present; skip device
Aug 12 11:28:12 linux-dmaw smartd[3701]: Monitoring 0 ATA and 1 SCSI devices
Aug 12 11:28:13 linux-dmaw smartd[3766]: smartd has fork()ed into background mode. New PID=3766.
Aug 12 11:28:16 linux-dmaw hcid[3309]: Default passkey agent (:1.18, /org/kde/kbluetooth_1234) registered
Aug 12 11:28:16 linux-dmaw hcid[3309]: Default authorization agent (:1.18, /org/kde/kbluetooth_auth_1234) registered
Aug 12 11:28:19 linux-dmaw python: [3767]: error: CUPSEXT could not be loaded. Please check HPLIP installation.
Aug 12 11:28:20 linux-dmaw kernel: CPU0 attaching NULL sched-domain.
Aug 12 11:28:20 linux-dmaw kernel: CPU1 attaching NULL sched-domain.
Aug 12 11:28:20 linux-dmaw kernel: CPU0 attaching sched-domain:
Aug 12 11:28:20 linux-dmaw kernel:  domain 0: span 00000000,00000000,00000000,00000003
Aug 12 11:28:20 linux-dmaw kernel:   groups: 00000000,00000000,00000000,00000001 00000000,00000000,00000000,00000002
Aug 12 11:28:20 linux-dmaw kernel:   domain 1: span 00000000,00000000,00000000,00000003
Aug 12 11:28:20 linux-dmaw kernel:    groups: 00000000,00000000,00000000,00000003
Aug 12 11:28:20 linux-dmaw kernel: CPU1 attaching sched-domain:
Aug 12 11:28:20 linux-dmaw kernel:  domain 0: span 00000000,00000000,00000000,00000003
Aug 12 11:28:20 linux-dmaw kernel:   groups: 00000000,00000000,00000000,00000002 00000000,00000000,00000000,00000001
Aug 12 11:28:20 linux-dmaw kernel:   domain 1: span 00000000,00000000,00000000,00000003
Aug 12 11:28:20 linux-dmaw kernel:    groups: 00000000,00000000,00000000,00000003
Aug 12 11:28:47 linux-dmaw gconfd (olinger-3890): (Version 2.22.0) wird gestartet, Prozesskennung 3890, Benutzer »olinger«
Aug 12 11:28:47 linux-dmaw gconfd (olinger-3890): Die Adresse »xml:readonly:/etc/gconf/gconf.xml.mandatory« wurde an der Position 0 zu einer nur lesbaren Konfigurationsquelle aufgelöst
Aug 12 11:28:47 linux-dmaw gconfd (olinger-3890): Die Adresse »xml:readwrite:/home/olinger/.gconf« wurde an der Position 1 zu einer schreibbaren Konfigurationsquelle aufgelöst
Aug 12 11:28:47 linux-dmaw gconfd (olinger-3890): Die Adresse »xml:readonly:/etc/gconf/gconf.xml.defaults« wurde an der Position 2 zu einer nur lesbaren Konfigurationsquelle aufgelöst
Aug 12 11:28:47 linux-dmaw gconfd (olinger-3890): Die Adresse »xml:readonly:/etc/gconf/gconf.xml.vendor« wurde an der Position 3 zu einer nur lesbaren Konfigurationsquelle aufgelöst
Aug 12 11:28:47 linux-dmaw gconfd (olinger-3890): Die Adresse »xml:readonly:/etc/gconf/gconf.xml.schemas« wurde an der Position 4 zu einer nur lesbaren Konfigurationsquelle aufgelöst
Aug 12 11:58:13 linux-dmaw smartd[3766]: Device: /dev/sda, SMART Prefailure Attribute: 1 Raw_Read_Error_Rate changed from 253 to 100
Aug 12 11:58:13 linux-dmaw smartd[3766]: Device: /dev/sda, SMART Usage Attribute: 190 Airflow_Temperature_Cel changed from 184 to 148
Aug 12 11:58:13 linux-dmaw smartd[3766]: Device: /dev/sda, SMART Usage Attribute: 194 Temperature_Celsius changed from 184 to 148
Aug 12 11:58:13 linux-dmaw smartd[3766]: Device: /dev/sda, SMART Usage Attribute: 200 Multi_Zone_Error_Rate changed from 253 to 100
Aug 12 12:23:18 linux-dmaw gconfd (olinger-3890): Der GConf-Server wird nicht verwendet und daher beendet.
Aug 12 12:23:18 linux-dmaw gconfd (olinger-3890): Beenden
Aug 12 12:24:27 linux-dmaw su: (to root) olinger on /dev/pts/3
Aug 12 12:24:27 linux-dmaw su: (to root) olinger on /dev/pts/3
Aug 12 12:26:33 linux-dmaw gconfd (root-4543): (Version 2.22.0) wird gestartet, Prozesskennung 4543, Benutzer »root«
Aug 12 12:26:33 linux-dmaw gconfd (root-4544): (Version 2.22.0) wird gestartet, Prozesskennung 4544, Benutzer »root«
Aug 12 12:26:33 linux-dmaw gconfd (root-4544): Die Sperre für den Dämon konnte nicht erzeugt werden. Dieser wird daher beendet: »/tmp/gconfd-root/lock/ior« konnte nicht gesperrt werden: möglicherweise hat ein anderer Prozess die Sperre bereits erzeugt oder die Konfiguration der NFS-Dateisperren Ihres Betriebssystems ist fehlerhaft (Die Ressource ist zur Zeit nicht verfügbar)
Aug 12 12:26:33 linux-dmaw gconfd (root-4543): Die Adresse »xml:readonly:/etc/gconf/gconf.xml.mandatory« wurde an der Position 0 zu einer nur lesbaren Konfigurationsquelle aufgelöst
Aug 12 12:26:33 linux-dmaw gconfd (root-4543): Die Adresse »xml:readwrite:/root/.gconf« wurde an der Position 1 zu einer schreibbaren Konfigurationsquelle aufgelöst
Aug 12 12:26:33 linux-dmaw gconfd (root-4543): Die Adresse »xml:readonly:/etc/gconf/gconf.xml.defaults« wurde an der Position 2 zu einer nur lesbaren Konfigurationsquelle aufgelöst
Aug 12 12:26:33 linux-dmaw gconfd (root-4543): Die Adresse »xml:readonly:/etc/gconf/gconf.xml.vendor« wurde an der Position 3 zu einer nur lesbaren Konfigurationsquelle aufgelöst
Aug 12 12:26:33 linux-dmaw gconfd (root-4543): Die Adresse »xml:readonly:/etc/gconf/gconf.xml.schemas« wurde an der Position 4 zu einer nur lesbaren Konfigurationsquelle aufgelöst
Aug 12 12:27:03 linux-dmaw gconfd (root-4543): Der GConf-Server wird nicht verwendet und daher beendet.
Aug 12 12:27:03 linux-dmaw gconfd (root-4543): Beenden
Aug 12 12:27:52 linux-dmaw syslog-ng[1877]: STATS: dropped 0
Aug 12 12:28:14 linux-dmaw smartd[3766]: Device: /dev/sda, SMART Usage Attribute: 190 Airflow_Temperature_Cel changed from 148 to 142
Aug 12 12:28:14 linux-dmaw smartd[3766]: Device: /dev/sda, SMART Usage Attribute: 194 Temperature_Celsius changed from 148 to 142
Aug 12 12:58:13 linux-dmaw smartd[3766]: Device: /dev/sda, SMART Usage Attribute: 190 Airflow_Temperature_Cel changed from 142 to 139
Aug 12 12:58:13 linux-dmaw smartd[3766]: Device: /dev/sda, SMART Usage Attribute: 194 Temperature_Celsius changed from 142 to 139
Aug 12 13:27:52 linux-dmaw syslog-ng[1877]: STATS: dropped 0
Aug 12 14:22:53 linux-dmaw kernel: eth0: link down.
Aug 12 14:23:02 linux-dmaw kernel: eth0: link up.
Aug 12 14:27:52 linux-dmaw syslog-ng[1877]: STATS: dropped 0
Aug 12 15:27:52 linux-dmaw syslog-ng[1877]: STATS: dropped 0
Aug 12 16:27:52 linux-dmaw syslog-ng[1877]: STATS: dropped 0
Aug 12 17:27:52 linux-dmaw syslog-ng[1877]: STATS: dropped 0
Aug 12 17:28:13 linux-dmaw smartd[3766]: Device: /dev/sda, SMART Usage Attribute: 190 Airflow_Temperature_Cel changed from 139 to 142
Aug 12 17:28:13 linux-dmaw smartd[3766]: Device: /dev/sda, SMART Usage Attribute: 194 Temperature_Celsius changed from 139 to 142
Aug 12 17:38:40 linux-dmaw gconfd (olinger-5130): (Version 2.22.0) wird gestartet, Prozesskennung 5130, Benutzer »olinger«

continued

part 4


Aug 12 17:38:40 linux-dmaw gconfd (olinger-5130): Die Adresse »xml:readonly:/etc/gconf/gconf.xml.mandatory« wurde an der Position 0 zu einer nur lesbaren Konfigurationsquelle aufgelöst
Aug 12 17:38:40 linux-dmaw gconfd (olinger-5130): Die Adresse »xml:readwrite:/home/olinger/.gconf« wurde an der Position 1 zu einer schreibbaren Konfigurationsquelle aufgelöst
Aug 12 17:38:40 linux-dmaw gconfd (olinger-5130): Die Adresse »xml:readonly:/etc/gconf/gconf.xml.defaults« wurde an der Position 2 zu einer nur lesbaren Konfigurationsquelle aufgelöst
Aug 12 17:38:40 linux-dmaw gconfd (olinger-5130): Die Adresse »xml:readonly:/etc/gconf/gconf.xml.vendor« wurde an der Position 3 zu einer nur lesbaren Konfigurationsquelle aufgelöst
Aug 12 17:38:40 linux-dmaw gconfd (olinger-5130): Die Adresse »xml:readonly:/etc/gconf/gconf.xml.schemas« wurde an der Position 4 zu einer nur lesbaren Konfigurationsquelle aufgelöst
Aug 12 17:58:14 linux-dmaw smartd[3766]: Device: /dev/sda, SMART Usage Attribute: 190 Airflow_Temperature_Cel changed from 142 to 139
Aug 12 17:58:14 linux-dmaw smartd[3766]: Device: /dev/sda, SMART Usage Attribute: 194 Temperature_Celsius changed from 142 to 139
Aug 12 18:27:52 linux-dmaw syslog-ng[1877]: STATS: dropped 0
Aug 12 18:58:13 linux-dmaw smartd[3766]: Device: /dev/sda, SMART Usage Attribute: 190 Airflow_Temperature_Cel changed from 139 to 142
Aug 12 18:58:13 linux-dmaw smartd[3766]: Device: /dev/sda, SMART Usage Attribute: 194 Temperature_Celsius changed from 139 to 142
Aug 12 19:05:11 linux-dmaw gconfd (olinger-5130): Der GConf-Server wird nicht verwendet und daher beendet.
Aug 12 19:05:11 linux-dmaw gconfd (olinger-5130): Beenden
Aug 12 19:15:10 linux-dmaw su: (to nobody) root on none
Aug 12 19:15:34 linux-dmaw syslog-ng[1877]: last message repeated 2 times
Aug 12 19:27:52 linux-dmaw syslog-ng[1877]: STATS: dropped 0
Aug 12 19:28:13 linux-dmaw smartd[3766]: Device: /dev/sda, SMART Usage Attribute: 190 Airflow_Temperature_Cel changed from 142 to 139
Aug 12 19:28:13 linux-dmaw smartd[3766]: Device: /dev/sda, SMART Usage Attribute: 194 Temperature_Celsius changed from 142 to 139
Aug 12 19:49:54 linux-dmaw gconfd (olinger-5796): (Version 2.22.0) wird gestartet, Prozesskennung 5796, Benutzer »olinger«
Aug 12 19:49:54 linux-dmaw gconfd (olinger-5796): Die Adresse »xml:readonly:/etc/gconf/gconf.xml.mandatory« wurde an der Position 0 zu einer nur lesbaren Konfigurationsquelle aufgelöst
Aug 12 19:49:54 linux-dmaw gconfd (olinger-5796): Die Adresse »xml:readwrite:/home/olinger/.gconf« wurde an der Position 1 zu einer schreibbaren Konfigurationsquelle aufgelöst
Aug 12 19:49:54 linux-dmaw gconfd (olinger-5796): Die Adresse »xml:readonly:/etc/gconf/gconf.xml.defaults« wurde an der Position 2 zu einer nur lesbaren Konfigurationsquelle aufgelöst
Aug 12 19:49:54 linux-dmaw gconfd (olinger-5796): Die Adresse »xml:readonly:/etc/gconf/gconf.xml.vendor« wurde an der Position 3 zu einer nur lesbaren Konfigurationsquelle aufgelöst
Aug 12 19:49:54 linux-dmaw gconfd (olinger-5796): Die Adresse »xml:readonly:/etc/gconf/gconf.xml.schemas« wurde an der Position 4 zu einer nur lesbaren Konfigurationsquelle aufgelöst
Aug 12 19:58:13 linux-dmaw smartd[3766]: Device: /dev/sda, SMART Usage Attribute: 190 Airflow_Temperature_Cel changed from 139 to 142
Aug 12 19:58:13 linux-dmaw smartd[3766]: Device: /dev/sda, SMART Usage Attribute: 194 Temperature_Celsius changed from 139 to 142
Aug 12 20:27:52 linux-dmaw syslog-ng[1877]: STATS: dropped 0
Aug 12 20:58:13 linux-dmaw smartd[3766]: Device: /dev/sda, SMART Usage Attribute: 190 Airflow_Temperature_Cel changed from 142 to 139
Aug 12 20:58:13 linux-dmaw smartd[3766]: Device: /dev/sda, SMART Usage Attribute: 194 Temperature_Celsius changed from 142 to 139
Aug 12 21:27:53 linux-dmaw syslog-ng[1877]: STATS: dropped 0
Aug 12 22:18:34 linux-dmaw kernel: vlc[8020]: segfault at 0 ip 7f03552f226c sp 456e0b40 error 4 in libvlccore.so.0.0.1[7f0355266000+ce000]
Aug 12 22:19:22 linux-dmaw su: (to root) olinger on /dev/pts/2
Aug 12 22:19:22 linux-dmaw su: (to root) olinger on /dev/pts/2
Aug 12 22:25:57 linux-dmaw su: (to root) olinger on /dev/pts/4
Aug 12 22:25:57 linux-dmaw su: (to root) olinger on /dev/pts/4
Aug 12 22:27:53 linux-dmaw syslog-ng[1877]: STATS: dropped 0

end.

So I hope it’s helps to find the error. It’s an build in Cardreader.

Greets Olinger

Hi,

and here the messages, when I plug a Card in:


Aug 12 22:45:44 linux-dmaw kernel: sd 6:0:0:0: [sdb] 1935360 512-byte hardware sectors (991 MB)
Aug 12 22:45:44 linux-dmaw kernel: sd 6:0:0:0: [sdb] Write Protect is off
Aug 12 22:45:44 linux-dmaw kernel: sd 6:0:0:0: [sdb] Mode Sense: 03 00 00 00
Aug 12 22:45:44 linux-dmaw kernel: sd 6:0:0:0: [sdb] Assuming drive cache: write through
Aug 12 22:45:44 linux-dmaw kernel: sd 6:0:0:0: [sdb] 1935360 512-byte hardware sectors (991 MB)
Aug 12 22:45:44 linux-dmaw kernel: sd 6:0:0:0: [sdb] Write Protect is off
Aug 12 22:45:44 linux-dmaw kernel: sd 6:0:0:0: [sdb] Mode Sense: 03 00 00 00
Aug 12 22:45:44 linux-dmaw kernel: sd 6:0:0:0: [sdb] Assuming drive cache: write through
Aug 12 22:45:44 linux-dmaw kernel:  sdb: sdb1
Aug 12 22:45:45 linux-dmaw hald: mounted /dev/sdb1 on behalf of uid 1000

and plug out:


Aug 12 22:48:04 linux-dmaw hald: unmounted /dev/sdb1 from '/media/KARTE-1' on behalf of uid 0

Greets

Have you tried deleting the ghost directory?

Hi,

boing! That’s it!

I’ve tried to delete it once with Konqueror without effect, now I tried it again on the konsole as root “rm -r /media/KARTE” and the ghost is busted! After an reboot it still gone.

Thanks for your support!

Olinger