[Bug 1846711] [NEW] Caja hanging when navigating UP in MTP protocol

2019-10-04 Thread Federico Fuga
Public bug reported:

Have an MTP device connected, navigate to one folder. In my case I have:

mtp://%5Busb%3A007,030%5D/LogFiles

The folder must have some content. Empty folder seems to work fine.
Then navigate up to the parent folder. Caja hangs, not always but around 1 or 2 
or more times over 10. seems to depends also on timings, the faster the click, 
more likely it seems to hang.

Tested in 1.20.2, Ubuntu 18.04LTS.

** Affects: caja (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1846711

Title:
  Caja hanging when navigating UP in MTP protocol

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/caja/+bug/1846711/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1647673] Re: jffs2dump endian convert does not convert major/minor numbers

2018-01-30 Thread Federico Fuga
Hi Balint, sorry I am out of that project and I cannot test it anymore. Indeed, 
I was not the original author of the patch, see 
https://patchwork.ozlabs.org/patch/334619/ .
Thanks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1647673

Title:
  jffs2dump endian convert does not convert major/minor numbers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mtd-utils/+bug/1647673/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1647673] [NEW] jffs2dump endian convert does not convert major/minor numbers

2016-12-06 Thread Federico Fuga
Public bug reported:

when using jffs2dump to change the endianness of a file system (in my
case from BigEndian for a Renesas board to LittleEndian on intel),
devices major/minor numbers are swapped in the converted fs.

Here a patch that fixes the issue (tested on my own box)
The patch was orginally posted here: https://patchwork.ozlabs.org/patch/334619/

** Affects: mtd-utils (Ubuntu)
 Importance: Undecided
 Status: New

** Patch added: 
"jffs2dump-endian-convert-does-not-convert-major-minor-numbers.patch"
   
https://bugs.launchpad.net/bugs/1647673/+attachment/4788010/+files/jffs2dump-endian-convert-does-not-convert-major-minor-numbers.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1647673

Title:
  jffs2dump endian convert does not convert major/minor numbers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mtd-utils/+bug/1647673/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1647673] Re: jffs2dump endian convert does not convert major/minor numbers

2016-12-06 Thread Federico Fuga
I Forgot to mention:
O.S. is 16.04LTS, up to date.
Package is mtd-utils1:1.5.2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1647673

Title:
  jffs2dump endian convert does not convert major/minor numbers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mtd-utils/+bug/1647673/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1230233] [NEW] Unzip fails to manage symlinked files

2013-09-25 Thread Federico Fuga
Public bug reported:

As shown in this thread: 
http://git.661346.n2.nabble.com/quot-git-archive-quot-seems-to-be-broken-wrt-zip-files-td6780039.html
unzip fails to manage zip archive containing symlinks. The following patch 
solves this issue (tested on the same environment where the bug triggers)

Os: XUbunutu 13.10

Index: unzip-6.0/process.c
===
--- unzip-6.0.orig/process.c2013-09-25 13:33:27.0 +0200
+++ unzip-6.0/process.c 2013-09-25 13:36:55.120183367 +0200
@@ -1758,6 +1758,12 @@
 = (G.crec.general_purpose_bit_flag  (1  11)) == (1  11);
 #endif
 
+#ifdef SYMLINKS
+/* Initialize the symlink flag, may be set by the platform-specific 
+   mapattr function.  */ 
+G.pInfo-symlink = 0; 
+#endif
+
 return PK_COOL;
 
 } /* end function process_cdir_file_hdr() */

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: unzip 6.0-8ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-30.44-generic 3.8.13.6
Uname: Linux 3.8.13.6 x86_64
NonfreeKernelModules: nvidia wl
ApportVersion: 2.9.2-0ubuntu8.3
Architecture: amd64
Date: Wed Sep 25 13:46:39 2013
InstallationDate: Installed on 2013-02-05 (231 days ago)
InstallationMedia: Xubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.1)
MarkForUpload: True
SourcePackage: unzip
UpgradeStatus: Upgraded to raring on 2013-04-30 (147 days ago)

** Affects: unzip (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug raring

** Patch added: Fixes symlink handling
   
https://bugs.launchpad.net/bugs/1230233/+attachment/3840319/+files/07-unzip60-symilink

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1230233

Title:
  Unzip fails to manage symlinked files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unzip/+bug/1230233/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs