Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Bug#398507: bug still not fixed

 
   Soft32 Home -> Linux2 Arch -> Bugs Dist RSS
Next:  Bug#401280: race condition in osiris console  
Author Message
Martin Hoppen

External


Since: Dec 11, 2006
Posts: 4



(Msg. 1) Posted: Sun Dec 10, 2006 7:00 pm
Post subject: Bug#398507: bug still not fixed
Archived from groups: linux>debian>bugs>dist (more info?)

I still get this bug using Unstable with kdebase-kio-plugins 4:3.5.5a.dfsg.1-2
and udev 0.103-1. It seems that selecting "safely remove" on an USB device
executes "kio_media_mounthelper -s"
in /usr/share/apps/konqueror/servicemenus/media_safelyremove.desktop
(Exec=kio_media_mounthelper -s %u). Changing this
to "kio_media_mounthelper -u" resolves the issue.


--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST.RemoveThis@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.RemoveThis@lists.debian.org
Back to top
Login to vote
Martin Hoppen

External


Since: Dec 11, 2006
Posts: 4



(Msg. 2) Posted: Mon Dec 11, 2006 10:10 am
Post subject: Bug#398507: bug still not fixed [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

$ ls -l /dev/sda*
brw-rw---- 1 root floppy 8, 0 2006-12-11 15:54 /dev/sda
brw-rw---- 1 root floppy 8, 1 2006-12-11 15:54 /dev/sda1


On Monday 11 December 2006 12:45, Modestas Vainius wrote:
> Hi,
>
> 2006 m. gruodis 11 d., pirmadienis 01:33, Martin Hoppen rašė:
> > I still get this bug using Unstable with kdebase-kio-plugins
> > 4:3.5.5a.dfsg.1-2 and udev 0.103-1. It seems that selecting "safely
> > remove" on an USB device executes "kio_media_mounthelper -s"
> > in /usr/share/apps/konqueror/servicemenus/media_safelyremove.desktop
> > (Exec=kio_media_mounthelper -s %u). Changing this
> > to "kio_media_mounthelper -u" resolves the issue.
>
> No, this is not a correct solution. Could you post the output of (with USB
> stick plugged, of course):
>
> ls -l /dev/usbstickdevicenode*
>
> e.g.
>
> ls -l /dev/sda*
> ls -l /dev/sdb*
Back to top
Login to vote
Martin Hoppen

External


Since: Dec 11, 2006
Posts: 4



(Msg. 3) Posted: Mon Dec 11, 2006 1:10 pm
Post subject: Bug#398507: bug still not fixed [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

# udevinfo -a -n /dev/mmcblk0p1

Udevinfo starts with the device specified by the devpath and then
walks up the chain of parent devices. It prints for every device
found, all possible attributes in the udev rules key format.
A rule to match, can be composed by the attributes of the device
and the attributes from one single parent device.

looking at device '/block/mmcblk0/mmcblk0p1':
KERNEL=="mmcblk0p1"
SUBSYSTEM=="block"
DRIVER==""
ATTR{stat}==" 385 385 0 0"
ATTR{size}=="1983495"
ATTR{start}=="249"
ATTR{dev}=="254:1"

looking at parent device '/block/mmcblk0':
KERNELS=="mmcblk0"
SUBSYSTEMS=="block"
DRIVERS==""
ATTRS{stat}==" 438 0 809 2176 0 0
0 0 0 184 2176"
ATTRS{size}=="1984000"
ATTRS{removable}=="0"
ATTRS{range}=="8"
ATTRS{dev}=="254:0"

looking at parent
device '/devices/pci0000:00/0000:00:1e.0/0000:02:06.4/mmc2:9ffc':
KERNELS=="mmc2:9ffc"
SUBSYSTEMS=="mmc"
DRIVERS=="mmcblk"
ATTRS{scr}=="0125000000000000"
ATTRS{serial}=="0x20cbe901"
ATTRS{oemid}=="0x5344"
ATTRS{name}=="SD01G"
ATTRS{manfid}=="0x000003"
ATTRS{hwrev}=="0x8"
ATTRS{fwrev}=="0x0"
ATTRS{date}=="01/2006"
ATTRS{csd}=="002600325f5983c8befbcfffd2404000"
ATTRS{cid}=="03534453443031478020cbe901006100"

looking at parent device '/devices/pci0000:00/0000:00:1e.0/0000:02:06.4':
KERNELS=="0000:02:06.4"
SUBSYSTEMS=="pci"
DRIVERS=="sdhci"
ATTRS{broken_parity_status}=="0"
ATTRS{enable}=="1"
ATTRS{modalias}=="pci:v0000104Cd00008034sv0000103Csd00000934bc08sc05i00"
ATTRS{local_cpus}=="1"
ATTRS{irq}=="10"
ATTRS{class}=="0x080500"
ATTRS{subsystem_device}=="0x0934"
ATTRS{subsystem_vendor}=="0x103c"
ATTRS{device}=="0x8034"
ATTRS{vendor}=="0x104c"

looking at parent device '/devices/pci0000:00/0000:00:1e.0':
KERNELS=="0000:00:1e.0"
SUBSYSTEMS=="pci"
DRIVERS==""
ATTRS{broken_parity_status}=="0"
ATTRS{enable}=="1"
ATTRS{modalias}=="pci:v00008086d00002448sv00000000sd00000000bc06sc04i01"
ATTRS{local_cpus}=="1"
ATTRS{irq}=="0"
ATTRS{class}=="0x060401"
ATTRS{subsystem_device}=="0x0000"
ATTRS{subsystem_vendor}=="0x0000"
ATTRS{device}=="0x2448"
ATTRS{vendor}=="0x8086"

looking at parent device '/devices/pci0000:00':
KERNELS=="pci0000:00"
SUBSYSTEMS==""
DRIVERS==""



--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST.RemoveThis@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.RemoveThis@lists.debian.org
Back to top
Login to vote
Martin Hoppen

External


Since: Dec 11, 2006
Posts: 4



(Msg. 4) Posted: Mon Dec 11, 2006 1:10 pm
Post subject: Bug#398507: bug still not fixed [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I'm sorry, but I just found out: the problem was not with my USB stick (works
fine) but with my internal SD card slot:

$ ls -l /dev/mmcblk0*
brw-rw---- 1 root disk 254, 0 2006-12-11 17:29 /dev/mmcblk0
brw-rw---- 1 root disk 254, 1 2006-12-11 17:29 /dev/mmcblk0p1

I seem to have been a little confused... Smile

And yes, I am in floppy and plugdev group.

$ eject /dev/mmcblk0p1

says sth. like "cannot open `/dev/mmcblk0p1'"
(in german "eject: kann `/dev/mmcblk0p1' nicht öffnen")

On Monday 11 December 2006 16:08, you wrote:
> Hi,
>
> 2006 m. gruodis 11 d., pirmadienis 16:56, Martin Hoppen rašė:
> > $ ls -l /dev/sda*
> > brw-rw---- 1 root floppy 8, 0 2006-12-11 15:54 /dev/sda
> > brw-rw---- 1 root floppy 8, 1 2006-12-11 15:54 /dev/sda1
>
> now
>
> $ id
>
> You must be in 'floppy' and 'plugdev' groups. If you are and it still does
> not work, post output of
>
> $ eject /dev/sda1
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Bug#398507: kdebase-kio-plugins: Fixed udev in Etch? - Package: kdebase-kio-plugins Followup-For: Bug #398507 Fixed udev package still isn't in Etch because of the freeze. ...

Bug#322453: Fixed in drupal-4.7 tags 263727 + fixed pendin.. - tags 322453 + fixed pending thanks Hi, this bug has been fixed by switching to dbconfig-common in drupal_4.7.4-1,..

Bug#336848: are using fixed - 8141487 1745355 242447 6 8570232 0500833 5 2 5 4 1 3 5 7 ...

Bug#336503: are using fixed - 2350871 3672731 041435 3 8144206 2286544 3 0 2 5 3 7 8 7 ...

Bug#364858: OK, fixed - Hi, I can't reproduce this bug anymore with 2.6.8. xchat doesn't seem to try to keep connecting anymore after removing...

Bug#335079: not fixed - I was wrong. Version 1.2.13 is showing the problem. -- To UNSUBSCRIBE, email to..
       Soft32 Home -> Linux2 Arch -> Bugs Dist All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
 Windows
 Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]