Re: var/log/messages umass da0 >6 how to stop?
"James Seward" <[EMAIL PROTECTED]> writes: > I get this when I have my USB card reader plugged in (and empty). I'm > pretty sure it's hal (via KDE) which is responsible for the polling in > my case. My low-tech fix is to yank the USB cable out when I'm not > using the reader :) If there was a way to stop it filling up my syslog > though I'd love to know. Okay, that's a clue to the source. There seems to be a "KDE HAL Device Manager", which I assume (from its name) should be controlling this. Can you get into a configuration for that and see what you can do? [Sorry I can't help more now, but I don't use KDE, and my machine with a card reader is powered down at the moment.] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: var/log/messages umass da0 >6 how to stop?
On 4/27/07, David Southwell <[EMAIL PROTECTED]> wrote: The problem is that although messages stop for da0 I cannot stop da1 AND I would really like to be able to control this without having to have memory cards et al in the devices at all times. I get this when I have my USB card reader plugged in (and empty). I'm pretty sure it's hal (via KDE) which is responsible for the polling in my case. My low-tech fix is to yank the USB cable out when I'm not using the reader :) If there was a way to stop it filling up my syslog though I'd love to know. /JMS ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: var/log/messages umass da0 >6 how to stop?
On Friday 27 April 2007 07:33:11 James Seward wrote: > On 4/27/07, David Southwell <[EMAIL PROTECTED]> wrote: > > The problem is that although messages stop for da0 I cannot stop da1 AND > > I would really like to be able to control this without having to have > > memory cards et al in the devices at all times. > > I get this when I have my USB card reader plugged in (and empty). I'm > pretty sure it's hal (via KDE) which is responsible for the polling in > my case. My low-tech fix is to yank the USB cable out when I'm not > using the reader :) If there was a way to stop it filling up my syslog > though I'd love to know. > > /JMS Umph -- glad I am not the only one with the problem. The difficulty in my case is that the media devices are built in to the front of the case so I cannot really unplu the usb without turning off the machine!! There must be a solution. I wish I was a bit brighter!! david ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: var/log/messages umass da0 >6 how to stop?
On Thursday 26 April 2007 14:51:30 Lowell Gilbert wrote: > David Southwell <[EMAIL PROTECTED]> writes: > > On Thursday 26 April 2007 13:11:35 Lowell Gilbert wrote: > >> David Southwell <[EMAIL PROTECTED]> writes: > >> > How do I stop these messages from umass devices. > >> > Apr 18 03:27:03 dns1 kernel: Opened disk da1 -> 6 > >> > Apr 18 03:27:05 dns1 kernel: (da0:umass-sim0:0:0:0): READ CAPACITY. > >> > CDB: 25 0 0 0 0 0 0 0 0 0 > >> > Apr 18 03:27:05 dns1 kernel: (da0:umass-sim0:0:0:0): CAM Status: SCSI > >> > Status Error > >> > Apr 18 03:27:05 dns1 kernel: (da0:umass-sim0:0:0:0): SCSI Status: > >> > Check Condition > >> > Apr 18 03:27:05 dns1 kernel: (da0:umass-sim0:0:0:0): NOT READY > >> > asc:3a,0 Apr 18 03:27:05 dns1 kernel: (da0:umass-sim0:0:0:0): Medium > >> > not present Apr 18 03:27:05 dns1 kernel: (da0:umass-sim0:0:0:0): > >> > Unretryable error Apr 18 03:27:05 dns1 kernel: Opened disk da0 -> 6 > >> > Apr 18 03:27:05 dns1 kernel: (da1:umass-sim0:0:0:1): READ CAPACITY. > >> > CDB: 25 20 0 0 0 0 0 0 0 0 > >> > Apr 18 03:27:05 dns1 kernel: (da1:umass-sim0:0:0:1): CAM Status: SCSI > >> > Status Error > >> > Apr 18 03:27:05 dns1 kernel: (da1:umass-sim0:0:0:1): SCSI Status: > >> > Check Condition > >> > Apr 18 03:27:05 dns1 kernel: (da1:umass-sim0:0:0:1): NOT READY > >> > asc:3a,0 Apr 18 03:27:05 dns1 kernel: (da1:umass-sim0:0:0:1): Medium > >> > not present Apr 18 03:27:05 dns1 kernel: (da1:umass-sim0:0:0:1): > >> > Unretryable error > >> > > >> > [EMAIL PROTECTED] /tmp]# camcontrol devlist > >> >at scbus0 target 0 lun 0 > >> > (pass0,da0)at scbus0 target 0 lun > >> > 1 (pass1,da1) [EMAIL PROTECTED] /tmp]# > >> > > >> > With no devices plugged I get these meesages at the rate of 1 every > >> > two seconds into /var/log/messages > >> > >> Is something polling those devices? > >> Some kind of automounter? > >> [Gnome and KDE seem to have their own automounters, running from user > >> level...] ___ > > > > I do not know -- how can I find out? > > Have you enabled amd(8)? > Are you running Gnome or KDE? > For example, I see that in Gnome, under the preferences menu, there is > an option for whether to automatically mount removable media when > inserted. If you disable that and the messages go away, then we at > least know what the trigger is. > > > If I put a 256M memory card in then messages for da0 stop.. > > Good; that makes sense. The problem is that although messages stop for da0 I cannot stop da1 AND I would really like to be able to control this without having to have memory cards et al in the devices at all times. I have tried kde settings>peripherals>storage media and removed the tick box adjacent to Enable medium application autostart after mount but that made no difference. The messages continue!! There must be some other way.. Thnaks in advance to anyone who can tell me how to manage these devices properly david ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: var/log/messages umass da0 >6 how to stop?
David Southwell <[EMAIL PROTECTED]> writes: > On Thursday 26 April 2007 13:11:35 Lowell Gilbert wrote: >> David Southwell <[EMAIL PROTECTED]> writes: >> > How do I stop these messages from umass devices. >> > Apr 18 03:27:03 dns1 kernel: Opened disk da1 -> 6 >> > Apr 18 03:27:05 dns1 kernel: (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: >> > 25 0 0 0 0 0 0 0 0 0 >> > Apr 18 03:27:05 dns1 kernel: (da0:umass-sim0:0:0:0): CAM Status: SCSI >> > Status Error >> > Apr 18 03:27:05 dns1 kernel: (da0:umass-sim0:0:0:0): SCSI Status: Check >> > Condition >> > Apr 18 03:27:05 dns1 kernel: (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 >> > Apr 18 03:27:05 dns1 kernel: (da0:umass-sim0:0:0:0): Medium not present >> > Apr 18 03:27:05 dns1 kernel: (da0:umass-sim0:0:0:0): Unretryable error >> > Apr 18 03:27:05 dns1 kernel: Opened disk da0 -> 6 >> > Apr 18 03:27:05 dns1 kernel: (da1:umass-sim0:0:0:1): READ CAPACITY. CDB: >> > 25 20 0 0 0 0 0 0 0 0 >> > Apr 18 03:27:05 dns1 kernel: (da1:umass-sim0:0:0:1): CAM Status: SCSI >> > Status Error >> > Apr 18 03:27:05 dns1 kernel: (da1:umass-sim0:0:0:1): SCSI Status: Check >> > Condition >> > Apr 18 03:27:05 dns1 kernel: (da1:umass-sim0:0:0:1): NOT READY asc:3a,0 >> > Apr 18 03:27:05 dns1 kernel: (da1:umass-sim0:0:0:1): Medium not present >> > Apr 18 03:27:05 dns1 kernel: (da1:umass-sim0:0:0:1): Unretryable error >> > >> > [EMAIL PROTECTED] /tmp]# camcontrol devlist >> >at scbus0 target 0 lun 0 (pass0,da0) >> >at scbus0 target 0 lun 1 (pass1,da1) >> > [EMAIL PROTECTED] /tmp]# >> > >> > With no devices plugged I get these meesages at the rate of 1 every two >> > seconds into /var/log/messages >> >> Is something polling those devices? >> Some kind of automounter? >> [Gnome and KDE seem to have their own automounters, running from user >> level...] ___ > > I do not know -- how can I find out? Have you enabled amd(8)? Are you running Gnome or KDE? For example, I see that in Gnome, under the preferences menu, there is an option for whether to automatically mount removable media when inserted. If you disable that and the messages go away, then we at least know what the trigger is. > If I put a 256M memory card in then messages for da0 stop.. Good; that makes sense. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: var/log/messages umass da0 >6 how to stop?
On Thursday 26 April 2007 13:11:35 Lowell Gilbert wrote: > David Southwell <[EMAIL PROTECTED]> writes: > > How do I stop these messages from umass devices. > > Apr 18 03:27:03 dns1 kernel: Opened disk da1 -> 6 > > Apr 18 03:27:05 dns1 kernel: (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: > > 25 0 0 0 0 0 0 0 0 0 > > Apr 18 03:27:05 dns1 kernel: (da0:umass-sim0:0:0:0): CAM Status: SCSI > > Status Error > > Apr 18 03:27:05 dns1 kernel: (da0:umass-sim0:0:0:0): SCSI Status: Check > > Condition > > Apr 18 03:27:05 dns1 kernel: (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 > > Apr 18 03:27:05 dns1 kernel: (da0:umass-sim0:0:0:0): Medium not present > > Apr 18 03:27:05 dns1 kernel: (da0:umass-sim0:0:0:0): Unretryable error > > Apr 18 03:27:05 dns1 kernel: Opened disk da0 -> 6 > > Apr 18 03:27:05 dns1 kernel: (da1:umass-sim0:0:0:1): READ CAPACITY. CDB: > > 25 20 0 0 0 0 0 0 0 0 > > Apr 18 03:27:05 dns1 kernel: (da1:umass-sim0:0:0:1): CAM Status: SCSI > > Status Error > > Apr 18 03:27:05 dns1 kernel: (da1:umass-sim0:0:0:1): SCSI Status: Check > > Condition > > Apr 18 03:27:05 dns1 kernel: (da1:umass-sim0:0:0:1): NOT READY asc:3a,0 > > Apr 18 03:27:05 dns1 kernel: (da1:umass-sim0:0:0:1): Medium not present > > Apr 18 03:27:05 dns1 kernel: (da1:umass-sim0:0:0:1): Unretryable error > > > > [EMAIL PROTECTED] /tmp]# camcontrol devlist > >at scbus0 target 0 lun 0 (pass0,da0) > >at scbus0 target 0 lun 1 (pass1,da1) > > [EMAIL PROTECTED] /tmp]# > > > > With no devices plugged I get these meesages at the rate of 1 every two > > seconds into /var/log/messages > > Is something polling those devices? > Some kind of automounter? > [Gnome and KDE seem to have their own automounters, running from user > level...] ___ I do not know -- how can I find out? If I put a 256M memory card in then messages for da0 stop.. david ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: var/log/messages umass da0 >6 how to stop?
David Southwell <[EMAIL PROTECTED]> writes: > How do I stop these messages from umass devices. > Apr 18 03:27:03 dns1 kernel: Opened disk da1 -> 6 > Apr 18 03:27:05 dns1 kernel: (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 > 0 0 0 0 0 0 0 0 > Apr 18 03:27:05 dns1 kernel: (da0:umass-sim0:0:0:0): CAM Status: SCSI Status > Error > Apr 18 03:27:05 dns1 kernel: (da0:umass-sim0:0:0:0): SCSI Status: Check > Condition > Apr 18 03:27:05 dns1 kernel: (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 > Apr 18 03:27:05 dns1 kernel: (da0:umass-sim0:0:0:0): Medium not present > Apr 18 03:27:05 dns1 kernel: (da0:umass-sim0:0:0:0): Unretryable error > Apr 18 03:27:05 dns1 kernel: Opened disk da0 -> 6 > Apr 18 03:27:05 dns1 kernel: (da1:umass-sim0:0:0:1): READ CAPACITY. CDB: 25 > 20 > 0 0 0 0 0 0 0 0 > Apr 18 03:27:05 dns1 kernel: (da1:umass-sim0:0:0:1): CAM Status: SCSI Status > Error > Apr 18 03:27:05 dns1 kernel: (da1:umass-sim0:0:0:1): SCSI Status: Check > Condition > Apr 18 03:27:05 dns1 kernel: (da1:umass-sim0:0:0:1): NOT READY asc:3a,0 > Apr 18 03:27:05 dns1 kernel: (da1:umass-sim0:0:0:1): Medium not present > Apr 18 03:27:05 dns1 kernel: (da1:umass-sim0:0:0:1): Unretryable error > > [EMAIL PROTECTED] /tmp]# camcontrol devlist >at scbus0 target 0 lun 0 (pass0,da0) >at scbus0 target 0 lun 1 (pass1,da1) > [EMAIL PROTECTED] /tmp]# > > With no devices plugged I get these meesages at the rate of 1 every two > seconds into /var/log/messages Is something polling those devices? Some kind of automounter? [Gnome and KDE seem to have their own automounters, running from user level...] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
var/log/messages umass da0 >6 how to stop?
How do I stop these messages from umass devices. Apr 18 03:27:03 dns1 kernel: Opened disk da1 -> 6 Apr 18 03:27:05 dns1 kernel: (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 Apr 18 03:27:05 dns1 kernel: (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error Apr 18 03:27:05 dns1 kernel: (da0:umass-sim0:0:0:0): SCSI Status: Check Condition Apr 18 03:27:05 dns1 kernel: (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 Apr 18 03:27:05 dns1 kernel: (da0:umass-sim0:0:0:0): Medium not present Apr 18 03:27:05 dns1 kernel: (da0:umass-sim0:0:0:0): Unretryable error Apr 18 03:27:05 dns1 kernel: Opened disk da0 -> 6 Apr 18 03:27:05 dns1 kernel: (da1:umass-sim0:0:0:1): READ CAPACITY. CDB: 25 20 0 0 0 0 0 0 0 0 Apr 18 03:27:05 dns1 kernel: (da1:umass-sim0:0:0:1): CAM Status: SCSI Status Error Apr 18 03:27:05 dns1 kernel: (da1:umass-sim0:0:0:1): SCSI Status: Check Condition Apr 18 03:27:05 dns1 kernel: (da1:umass-sim0:0:0:1): NOT READY asc:3a,0 Apr 18 03:27:05 dns1 kernel: (da1:umass-sim0:0:0:1): Medium not present Apr 18 03:27:05 dns1 kernel: (da1:umass-sim0:0:0:1): Unretryable error [EMAIL PROTECTED] /tmp]# camcontrol devlist at scbus0 target 0 lun 0 (pass0,da0) at scbus0 target 0 lun 1 (pass1,da1) [EMAIL PROTECTED] /tmp]# With no devices plugged I get these meesages at the rate of 1 every two seconds into /var/log/messages Thanks in advance david ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"