Bug#305672: usbmount: flashdisk not mounted

2005-05-02 Thread Peter Stelmachovic
Hi, I am sending the output of user.log after applying the patch. P.S. I have noticed that the same problem occurs if the device is plugged into USB1 port (different pc with debian stable - no usbmount, no udev, kernel 2.4 but a simple script to automatically mount the flashdisk when plugged in.

Bug#305672: usbmount: flashdisk not mounted

2005-05-02 Thread Martin Dickopp
On Mon, May 02, 2005 at 11:13:13AM +0200, Peter Stelmachovic wrote: I am sending the output of user.log after applying the patch. Hi, Thank you for the quick reply. I have once again a patch for you. :-) This should fix the issue, so it is hopefully the last patch I have to ask you to try.

Bug#305672: usbmount: flashdisk not mounted

2005-05-02 Thread Peter Stelmachovic
Hi Martin Perfect. Now it worked flawlessly.:-)) Thanks. Peter Martin Dickopp wrote: On Mon, May 02, 2005 at 11:13:13AM +0200, Peter Stelmachovic wrote: I am sending the output of user.log after applying the patch. Hi, Thank you for the quick reply. I have once again a patch for you.

Bug#305672: usbmount: flashdisk not mounted

2005-05-02 Thread Martin Dickopp
tags 305672 + pending thanks On Mon, May 02, 2005 at 01:24:02PM +0200, Peter Stelmachovic wrote: Perfect. Now it worked flawlessly.:-)) Good! I've prepared a new package version which my sponsor will upload shortly. Thank you for your help with resolving this issue! Martin -- To

Bug#305672: usbmount: flashdisk not mounted

2005-05-01 Thread Martin Dickopp
Hi, I hope you can help me again with this bug: Please apply the patch below to the original /usr/share/usbmount/usbmount file and report what is logged in /var/log/user.log when you plug the device in. Thanks! Martin --- usbmount.orig 2005-05-01 22:28:49.0 +0200 +++ usbmount

Bug#305672: usbmount: flashdisk not mounted

2005-04-21 Thread Peter Stelmachovic
Package: usbmount Version: N/A; reported 2005-04-21 Severity: important -- System Information Debian Release: 3.1 Architecture: dpkg: failed to open configuration file `/etc/dpkg/dpkg.cfg' for reading: Permission denied Kernel: Linux 2.6.8 #6 SMP Tue Apr 12 14:22:20 CEST 2005 Locale: LANG=C,

Bug#305672: usbmount: flashdisk not mounted

2005-04-21 Thread Martin Dickopp
retitle 305672 usbmount: mounts only if there is a few seconds delay before udev_volume_id invocation severity 305672 normal thanks On Thu, Apr 21, 2005 at 11:48:47AM +0200, Peter Stelmachovic wrote: usbmount does not mount my usb flashdisk the problem occurs when a hi-speed sub2 flashdisk is

Bug#305672: usbmount: flashdisk not mounted

2005-04-21 Thread Martin Dickopp
Hi, Can you please test if the problem also goes away if you apply the patch below to the original /usr/share/usbmount/usbmount file (i.e. the file in the package, not your modified version)? Thanks! Martin --- usbmount.orig 2005-04-21 13:33:18.0 +0200 +++ usbmount2005-04-21

Bug#305672: usbmount: flashdisk not mounted

2005-04-21 Thread Peter Stelmachovic
I agree on that. What I have done (and proposed) is not a solution but a nasty hack. But this was the fastest thing I could do to make it work. Cheers Peter he bug report and /var/log/user.log excerpt. A six seconds delay has the major disadvantage that everybody has to wait six seconds, even

Bug#305672: usbmount: flashdisk not mounted

2005-04-21 Thread Peter Stelmachovic
no. it does not help but again if I add @@ -135,6 +135,8 @@ fi else log debug $DEVNAME does not contain a filesystem or disklabel + sleep 6 + fdisk -l $DEVNAME fi fi it works Cheers Peter Martin Dickopp wrote: Hi, Can you please test