[Bug 2071571] [NEW] package openmpi-bin 4.1.2-2ubuntu1 failed to install/upgrade: installed openmpi-bin package post-installation script subprocess returned error exit status 2

2024-06-30 Thread Theodore Omtzigt
*** This bug is a duplicate of bug 1991844 *** https://bugs.launchpad.net/bugs/1991844 Public bug reported: do-release-update failure ProblemType: Package DistroRelease: Ubuntu 22.04 Package: openmpi-bin 4.1.2-2ubuntu1 ProcVersionSignature: Ubuntu 5.4.0-187.207-generic 5.4.271 Uname: Linux

[Bug 2067804] [NEW] Boot loader would not exe

2024-06-01 Thread Theodore Martinez Jr
Public bug reported: Info already sent during installation ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: ubiquity 20.04.15.17 ProcVersionSignature: Ubuntu 5.11.0-27.29~20.04.1-generic 5.11.22 Uname: Linux 5.11.0-27-generic x86_64 NonfreeKernelModules: zfs zunicode zavl icp zcommon

[Bug 2036467] Re: Resizing cloud-images occasionally fails due to superblock checksum mismatch in resize2fs

2024-05-07 Thread Theodore Ts'o
e2fsprogs 1.47.1~rc2-1 is now in Debian Testing. If you need e2fsprogs built for an older version of Debian/Ubuntu that hasn't done the 64-bit time_5 transition (e.g., you don't have libext2fs2t64 and just have libext2fs2 package installed), grab the debian/backports branch from my e2fsprogs git

[Bug 2036467] Re: Resizing cloud-images occasionally fails due to superblock checksum mismatch in resize2fs

2024-04-29 Thread Theodore Ts'o
n.b. If Ubuntu hasn't taken the 32-bit time_t change (which is in Debian unstable) I have a commit which backs out this change for building e2fsprogs on older systems, e.g., for backports. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 2063369] Re: e2image reports invalid argument when used with big partitions

2024-04-26 Thread Theodore Ts'o
Today, we don't create the sparse file "with the required size" when it is first opened. We could try seeking to maximum size of the device and writing a single byte, and seeing whether or not that fails, and if it fails, *assume* that this was caused by the target file system not supporting

[Bug 2063369] Re: e2image reports invalid argument when used with big partitions

2024-04-25 Thread Theodore Ts'o
If the file system has a limit on the size of the file (for example, ext4 has a maximum file size of 16TB), then when you do a relative seek via llseek(fd, offset, SEEK_CURR), the system call will return EINVAL. This is what is causing the error. If you want to create a raw image of a very large

[Bug 1970153] [NEW] python3-mako depends on pkg-resources

2022-04-24 Thread Tony Theodore
Public bug reported: I would have thought pkg-resources/setuptools would be part of the transitive dependencies, but both are missing. See https://github.com/mxe/mxe/commit/3b61050dabf8b3fb0fae9e373ebb88205758ced0#r71983265 ** Affects: mako (Ubuntu) Importance: Undecided Status:

[Bug 1939409] Re: e2fsprogs 1.46.3-1 on architecture s390x fails in test f_baddotdir

2021-09-02 Thread Theodore Ts'o
If you don't take 1.46.4 for 22.04, you might want to consider at the very least backporting the fix for: Fix a regression introduced in 1.64.3 where attempting to create a file system image using mke2fs into a non-existent file would fail. (Addresses Debian Bug: #992094) As this will likely be

[Bug 1939238] Re: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.

2021-08-24 Thread Theodore Ts'o
Your suggested message presupposes that busybox is used on a particular distribution. That's not necessarily the case. Remember, e2fsprogs is designed for all distributions, not just for Ubuntu. If Canonical wants to make a change like that to e2fsprogs, all distributions are free to make any

[Bug 1939409] Re: e2fsprogs 1.46.3-1 on architecture s390x fails in test f_baddotdir

2021-08-19 Thread Theodore Ts'o
Note that I've just released e2fsprogs 1.46.4-1 for Debian: E2fsprogs 1.46.4 (August 18, 2021) == Updates/Fixes since v1.46.3: UI and Features --- The defaults for mke2fs now call for 256 byte inodes for all file systems (with the exception of file

[Bug 1939238] Re: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.

2021-08-15 Thread Theodore Ts'o
It doesn't matter whether you store your personal data on the partition where the OS is located, or elsewhere. Either way, you may need to know how to run e2fsck on the file system if you want to try to maximally recover data. If you don't know what you are doing, sure, go ahead and run fsck

[Bug 1939409] Re: merge e2fsprogs 1.46.3-1 from Debian: s390x fails in test f_baddotdir

2021-08-11 Thread Theodore Ts'o
These problems are fixed upstream. See: commit 225e5d093b519f9dbe9fcaacd995426f0e5194f6 Author: Theodore Ts'o Date: Wed Jul 28 13:51:13 2021 -0400 e2fsck: fix f_baddotdir failure on big-endian systems Commit 63f44aafb1f2 ("e2fsck: fix ".." more gracefu

[Bug 1939238] Re: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.

2021-08-09 Thread Theodore Ts'o
fsck -y isn't *always* the right answer. The reason why the boot scripts don't just run fsck -y automatically is that sometimes a human with judgement can do better by manually running fsck instead of just blindly answering yes to all questions.For "users who are not competent" (your words,

[Bug 1935656] Re: e2fsprogs FTBFS when built with libfuse3-dev

2021-07-13 Thread Theodore Ts'o
E2fsprogs has its build dependency set to libfuse-dev for a reason. The Fuse upstream has minimal instructions on how to do the fuse->fuse3 conversion, and the e2fsprogs upstream (me) doesn't have the time currently to try to figure it out, and Debian is supplying both fuse and fuse3 so the debian

[Bug 1917147] [NEW] firefox crashes after ubuntu 20.04.2 update.

2021-02-27 Thread Theodore Denney
Public bug reported: Firefox instantly crashes when I open it after Ubuntu 20.04.2 update. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: firefox 86.0+build3-0ubuntu0.20.04.1 ProcVersionSignature: Ubuntu 5.8.0-44.50~20.04.1-generic 5.8.18 Uname: Linux 5.8.0-44-generic x86_64

[Bug 1897741] Re: hang after using util badblocks

2020-09-29 Thread Theodore Ts'o
If the computer is hanging as you describe, this is a kernel bug, possibly exacerbated by a hardware bug. It isn't a userspace bug; e2fsprogs is just reading from the block device. If that is causing the computer hang, it's by definition not a userspace bug. So this needs to be a kernel

[Bug 1183735] Re: By default, Onboard keyboard cannot be moved through the screen

2020-09-06 Thread Theodore R. Smith
For me, I have dual monitors and for the life of me could not get Launchpad's Onboard keyboard to my main monitor. It was also stuck on the top of the screen, making it a major hinderence. Arch Linux, Gnome 3.36. It's also the only GUI app I have ever encountered which does not respond to the

[Bug 1881935] Re: Minimum inode size should be raised to 256 for forward compatibility (Y2038)

2020-06-05 Thread Theodore Ts'o
This relatively simple to change the default inode size in all cases. Look at /etc/mke2fs.conf, which is in the sources as misc/mke2fs.conf.in. Find the lines where the inode_size is set to 128, and change it to be 256. (This might or might cause problems on Hurd; since I'm not sure whether

[Bug 1860917] Re: uas_eh_abort_handler uas-tag inflight OUT

2020-01-29 Thread Theodore Ts'o
janv. 26 13:30:12 a kernel: sd 6:0:0:0: [sdb] tag#16 uas_eh_abort_handler 0 uas-tag 17 inflight: OUT UAS is "USB Attached SCSI", and this error indicates some kind of hardware issue (maybe a loose cable connector?). If you can't replicate the failure, it might be because it's a one-off hardware

[Bug 1860676] Re: apt-get dist-upgrade -y hangs during e2fsprogs update

2020-01-24 Thread Theodore Ts'o
Hmm... I can't duplicate this on Debian testing, which is using a newer version of e2fsprogs (1.45.5-2). The e2scrub_reap.service file is identical with Ubuntu's 1.45.3-4ubuntu2.1, though. And looking at the service file, I have no idea why systemctl would be trying to paskk for a password,

[Bug 1857914] Re: resize2fs destroy the content of the partition

2020-01-05 Thread Theodore Ts'o
Can you provide an exact set of commands to create the file system, populate the file system, that *anyone* (but especially, the developers that you are asking to looking at the bug) to replicate this failure? In particular, how is the file system is created (the exact mke2fs command) and the set

[Bug 1857914] Re: resize2fs destroy the content of the partition

2020-01-02 Thread Theodore Ts'o
So if the same procedure (with exactly the same files) reproduces reliably when using a partition and gpart --- and it does not reproduce at all, even with multiple attmepts, without gpart, then it is clearly a gpart bug. ** Package changed: e2fsprogs (Ubuntu) => gpart (Ubuntu) -- You received

[Bug 1857914] Re: resize2fs destroy the content of the partition

2019-12-30 Thread Theodore Ts'o
Oh, also please send me the dumpe2fs -h of the partition before you try to resize it, and please send the output of your reproduction with the locale set to POSIX, so I can read the output of e2fsprogs in English, please? -- You received this bug notification because you are a member of Ubuntu

[Bug 1857914] Re: resize2fs destroy the content of the partition

2019-12-30 Thread Theodore Ts'o
Can you provide a detailed reproduction instructions --- preferably one that I can run myself, so I can see exactly is going on? One thing that would be helpful is whether this can me reproduced without gpart being part of the mix. That is, can you do something like this: mke2fs -t ext4

[Bug 1830500] Re: Issue with e2scrub@-.service and e2scrub@-boot.service which tries to scrub ext4 partitions (/boot and /)

2019-05-25 Thread Theodore Ts'o
This is a known bug fixed in Debian and upstream git. ** Changed in: e2fsprogs (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1830500 Title: Issue with

[Bug 1830500] Re: Issue with e2scrub@-.service and e2scrub@-boot.service which tries to scrub ext4 partitions (/boot and /)

2019-05-25 Thread Theodore Ts'o
This is fixed by e2fsprogs 1.45.1-3 in Debian, or in the soon to be released e2fsprogs 1.45.2. e2fsprogs (1.45.1-3) unstable; urgency=medium * Fix e2scrub_all cron failures (Closes: #9292870) -- Theodore Y. Ts'o Mon, 20 May 2019 21:48:40 -0400 e2fsprogs (1.45.1-2) unstable; urgency=medium

[Bug 1773164] Re: package texstudio (not installed) failed to install/upgrade: trying to overwrite '/usr/share/texstudio/tabletemplate_fullyframed_firstBold.js', which is also in package texstudio-doc

2019-01-28 Thread Theodore Vasiloudis
For anyone running into this issue as Tom said you need to remove the Ubuntu-package texstudio, and that includes both the `texstudio` package and the `textstudio-doc` package. Then you can install the latest Texstudio from the downloaded deb. I was able to find this using the Synaptic package

[Bug 1645232] Re: e2fsprogs - could not preserve ACL permissions : The getxattr() returns with (EINVAL)

2018-12-11 Thread Theodore Ts'o
This was a regression that was reported at: https://bugs.launchpad.net/ubuntu/+source/e2fsprogs/+bug/1807288 ... a fix has been applied uptream and the fix has been cherry picked for Ubuntu. See the above bug for details. -- You received this bug notification because you are a member of

[Bug 1807288] Re: mkfs.ext4 -d $directory_with_acls leads to EINVAL

2018-12-06 Thread Theodore Ts'o
Yep, it looks like it was a regression that was introduced by commit 50d0998cfee ("libext2fs: add ea_inode support to set xattr"). The following patch should fix things. ** Patch added: "0001-libext2fs-fix-regression-so-we-are-correctly-transla.patch"

Re: [Bug 1806272] Re: resize2fs results in ext4 filesystem with warning/errors

2018-12-03 Thread Theodore Ts'o
On Mon, Dec 03, 2018 at 08:24:07AM -, Tor Stenvaag wrote: > The maint branch indeed fixed the problem. Output attached. Thanks for > your effort. > > (There is still a "warning" about "extent tree (at level 1) could be > narrower. Fix? yes" when running e2fsck after resize. When selecting >

[Bug 1806272] Re: resize2fs results in ext4 filesystem with warning/errors

2018-12-02 Thread Theodore Ts'o
This looks like a dup of https://bugs.launchpad.net/ubuntu/+source/e2fsprogs/+bug/1798562 and is fixed by: commit 4b3038134baf81c6f9bd36dbbf565ea66e46331f Author: Theodore Ts'o Date: Sat Oct 20 09:14:48 2018 -0400 resize2fs: update checksums in the extent tree's relocated block

[Bug 1773164] Re: package texstudio (not installed) failed to install/upgrade: trying to overwrite '/usr/share/texstudio/tabletemplate_fullyframed_firstBold.js', which is also in package texstudio-doc

2018-11-05 Thread Theodore Vasiloudis
I got the same error. I used the gz files to install Texstudio 2.12.6 and added the PPA in order to upgrade to .10. Getting this eerror in the installation: dpkg: error processing archive /tmp/apt-dpkg-install-cr8gIt/8-texstudio_2.12.10-0~201807041908~ubuntu18.04.1_amd64.deb (--unpack):

[Bug 1778140] Re: resize2fs hoses a filesystem on lvm after resizing

2018-10-20 Thread Theodore Ts'o
*** This bug is a duplicate of bug 1798562 *** https://bugs.launchpad.net/bugs/1798562 ** This bug has been marked a duplicate of bug 1798562 After a side by side installation, resized filesystem is corrupted -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1783757] Re: shrinking previous file systems makes them corrupted

2018-10-20 Thread Theodore Ts'o
*** This bug is a duplicate of bug 1798562 *** https://bugs.launchpad.net/bugs/1798562 ** This bug has been marked a duplicate of bug 1798562 After a side by side installation, resized filesystem is corrupted -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1798562] Re: After a side by side installation, resized filesystem is corrupted

2018-10-20 Thread Theodore Ts'o
. Addresses-Launchpad-Bug: 1798562 Signed-off-by: Theodore Ts'o Reported-by: Jean-Baptiste Lallement I've tested e2fsprogs with this change and it fixes your repro. I also have a regression test in the subsequent commit which reproduces the problem with a smaller test file

[Bug 1797282] Re: fsck not running at all on reboot

2018-10-15 Thread Theodore Ts'o
This is probably not assigned to the right package. It's not an issue with e2fsprogs, but whatever component is running fsck. This might be systemd, or upstart, or whatever the heck Ubuntu is using these days. I lost track a while ago. :-) I can tell, you as the Debian maintainer of

[Bug 1780310] Re: Option 'finishings' has value '3' and cannot be edited

2018-10-15 Thread Theodore Vasiloudis
Can confirm this for 18.04 with a network Ricoh NRG MP C5503 PS printer. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1780310 Title: Option 'finishings' has value '3' and cannot be edited To

[Bug 1796788] Re: resize2fs: Illegal indirect block found while trying to resize

2018-10-10 Thread Theodore Ts'o
Note a file system which is significantly shrunk --- which tends to be the case with resize2fs -M --- is going to have files fragmented which will have performance implications. It's not clear to me what you are trying to optimize for --- I assume you're just wanting to save on download

[Bug 1796788] Re: resize2fs: Illegal indirect block found while trying to resize

2018-10-09 Thread Theodore Ts'o
-off-by: Darrick J. Wong Signed-off-by: Theodore Ts'o In the course of fixing the above bug, it means that if there was a need to grow file system which is nearly full, and the resize is being done off-line, and there is a need to grow the file system, we will end up failing as described

[Bug 1796379] Re: dumpe2fs crashed with SIGSEGV in e2p_is_null_uuid()

2018-10-05 Thread Theodore Ts'o
This is almost certainly fixed via this patch: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/commit/?h=maint=b0ec76d623f737a32abc5ab8bb7198bf1d9939a4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 575542] Re: resize2fs does not respect flex_bg

2018-08-29 Thread Theodore Ts'o
Yes, this has been fixed quite a while ago. :-) Online resize with flex_bg was fixed in 2012 --- call with the v3.10 kernel or so. Offline resize was fixed around that time (e2fsprogs 1.43), but there have been some bugs with flex_bg and off-line resizing, so I'd recommend using at least

[Bug 1778140] Re: resize2fs hoses a filesystem on lvm after resizing

2018-06-25 Thread Theodore Ts'o
OK so it looks like you were trying to shrink a file system from 59G to 30G (using an off-line resize, since on-line resizing only supports growing a file system). Hmm are you willing to send me (probably off-line) a metadata-only dump of the "before" file system? See the e2image page, and

[Bug 1778140] Re: resize2fs hoses a filesystem on lvm after resizing

2018-06-22 Thread Theodore Ts'o
#1 Was this an on-line or off-line resize? That is, was the file system mounted at the time when you ran resize2fs? #2 Can you post a copy of dumpe2fs before you started to resize? #3 How big were you trying to resize the file system to become? It's great that you have a snapshot of the

[Bug 1743553] Re: [Typo] Missing word in Zesty Man Page for e4defrag

2018-05-27 Thread Theodore Ts'o
Thanks, fixed in upstream e2fsprogs-maint. Will be in next 1.44.x release of e2fsprogs. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1743553 Title: [Typo] Missing word in Zesty Man Page for

[Bug 1365874] Re: Ubuntu 12.04 LTS, 14.04 LTS, 16.04 LTS do not support ext4 metadata checksumming

2018-05-27 Thread Theodore Ts'o
The blog post here: https://raid6.com.au/posts/fs_ext4_external_journal_caveats/ is not generally true. What journal_async_commit does is convert the sequence: 1. write journal blocks 2. cache flush 3. write journal commit block 4. cache flush ... to: 1. write journal blocks 2. write

[Bug 1764180] Re: System slows down to almost freeze

2018-04-16 Thread Theodore Ts'o
Your system sounds like its thrashing due your processes wanting to you more memory than is available in your system. (BTW, this has nothing to do with e2fsprogs). Some links to pages that might be helpful:

[Bug 1365874] Re: Ubuntu 12.04 LTS, 14.04 LTS, 16.04 LTS do not support ext4 metadata checksumming

2018-03-17 Thread Theodore Ts'o
If you are trying to build from the unpacked debian sources for 1.43.x, you'll need to run the commands: ./debian/rules mrproper ./debian/rules ... to have the build system figure out which antique version of Debian build infrastructure you are using, and regenerate debian/control from

[Bug 1365874] Re: Ubuntu 12.04 LTS, 14.04 LTS, 16.04 LTS do not support ext4 metadata checksumming

2018-03-15 Thread Theodore Ts'o
The Metadata_csum feature is a RO_COMPAT feature. Hence, grub2 and os- prober shouldn't care about this feature (if properly implemented). This is because the guarntee is that even if the kernel (or userspace application directly accessing the file system) doesn't know about a bit in the

[Bug 1601997] Re: Ubuntu 16.10+ installer uses ext4 feature 'metadata_csum' which is incompatible with older (LTS) e2fsprogs

2018-03-10 Thread Theodore Ts'o
E2fsprogs 1.44.0 now depends on dpkg build-profiles, which means that getting it backported to 14.04 LTS would require adjusting debian/control and debian/rules a bit. For 14.04 LTS, I'd urge consideration of going to e2fsprogs 1.43.9. This will get you most of the latest bug fixes, including

[Bug 1365874] Re: Ubuntu 12.04 LTS, 14.04 LTS, 16.04 LTS do not support ext4 metadata checksumming

2018-03-10 Thread Theodore Ts'o
I recently released e2fsprogs 1.44.0 (currently in Debian Unstable, should hopefully hit Debian Testing in three more days) which turns on Metadata Checksums for everyone. https://packages.debian.org/sid/e2fsprogs Pulling in 1.44.0 supports two new features, largedir and ea_inode, (neither

[Bug 1601997] Re: Ubuntu 16.10 installer sets metadata_csum option on ext4 partition which is incompatible with other LTS Ubuntu versions

2018-03-10 Thread Theodore Ts'o
It should be noted that I recently released e2fsprogs 1.44.0 (currently in Debian Unstable, should hopefully hit Debian Testing in three more days) which turns on Metadata Checksums for everyone. https://packages.debian.org/sid/e2fsprogs Pulling in 1.44.0 into 18.04 LTS would be nice since it

[Bug 1749036] Re: package libcomerr2 1.43.8-2 failed to install/upgrade: libcomerr2:all 1.43.9-1 (Multi-Arch: no) is not co-installable with libcomerr2 which has multiple installed instances

2018-02-12 Thread Theodore Ts'o
Note that libcomerr2 has been renamed to libcom-err2 to conform with Debian's packaging naming guidelines. So libcomerr2 is now a transitional package (arch=all) where previously it was a binary package. Why this is failing on Ubuntu is a complete mystery to me. On Debian Unstable, using

[Bug 1733517] [NEW] ip link set dev eth0 vf 0 trust on

2017-11-21 Thread Theodore Jencks
Public bug reported: Looks like I can't execute the following command...this is for an Intel X710 adapter...when I execute the following for my adapter: ip link set dev enp131s0f0 vf 0 trust on I get the following output from iproute2: Command line is not complete. Try option "help" I see a

[Bug 1727025] [NEW] package grub-pc-bin 2.02~beta2-9ubuntu1.4 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2017-10-24 Thread Theodore H Douglass
Public bug reported: System will not upgrade using downloaded info. Reports, System Broken" ProblemType: Package DistroRelease: Ubuntu 14.04 Package: grub-pc-bin 2.02~beta2-9ubuntu1.4 ProcVersionSignature: Ubuntu 3.13.0-68.111-generic 3.13.11-ckt27 Uname: Linux 3.13.0-68-generic x86_64

[Bug 1713175] Re: Obsolete backup ext2/3/4 superblocks can confuse e2fsck on an encrypted LUKS partition

2017-08-26 Thread Theodore Ts'o
** Summary changed: - fsck should check before running on an encrypted LUKS partition + Obsolete backup ext2/3/4 superblocks can confuse e2fsck on an encrypted LUKS partition -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1713175] Re: fsck should check before running on an encrypted LUKS partition

2017-08-26 Thread Theodore Ts'o
So what happened is the following. There was a previous ext4 file system on the disk. You ran "cryptsetup luksFormat /dev/sda1" which wiped out the primary superblock. You then manually ran fsck.ext4 on the device. It noticed the primary superblock was non-existent, and then asked permission

[Bug 1713175] Re: fsck should check before running on an encrypted LUKS partition

2017-08-26 Thread Theodore Ts'o
Note: I think this should be a low-priority/wishlist/feature request. But I can't edit the importance.It is a valid feature request though, so I plan to treat it at that priority. If someone else thinks it's higher priority, patches are welcome. :-) ** Changed in: cryptsetup (Ubuntu)

[Bug 1702240] Re: [Ubuntu 17.04] 'make test' failures seen when e2fsprogs instrumented with 'undefined behavior sanitizer'

2017-07-24 Thread Theodore Ts'o
The commit is upstream in git now: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/commit/?h=maint=c8ca23979fa75df15208922422e81c83cf112320 I will be releasing e2fsprogs 1.43.5 soonish and I plan to do a release to Debian Unstable/Testing at the same time. So you might just want to wait for

[Bug 1637779] Re: ext4 filesystem fails randomly with checksum error

2017-07-24 Thread Theodore Ts'o
The errors simply mean that ext4 has detected that its metadata has gotten corrupted. How and why it happened is going to vary from situation to situation. For example, in the case of the original reporter, it was due to him installing ext2fsd, and trying to access the file system from windows.

[Bug 1702240] Re: [Ubuntu 17.04] 'make test' failures seen when e2fsprogs instrumented with 'undefined behavior sanitizer'

2017-07-04 Thread Theodore Ts'o
You don't need to check with upstream e2fsprogs; I do keep an eye on Launchpad bugs. None of UBSAN warnings are actually dangerous assuming sane[1] compilers and reasonable architecture. (e.g., a compiler that can correctly compile the Linux kernel and an architecture that run Linux should have

[Bug 1694063] [NEW] package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2017-05-27 Thread Theodore
Public bug reported: i think this bug came up when i restarted my laptop after i tried to install chrome from the official site and it got stuck saying installing and it never installed ProblemType: Package DistroRelease: Ubuntu 17.04 Package: gconf2-common 3.2.6-3ubuntu7 ProcVersionSignature:

[Bug 1682639] Re: resize2fs hang bug still lingering

2017-04-14 Thread Theodore Ts'o
I would recommend doing an on-line resize. That code path should work for you. As far as why the off-line resize is hanging, you would need to run it with debugging symbols under gdb and then stop it and submit a stack trace so we can see where it is hanging. -- You received this bug

[Bug 1659159] Re: KeePass 2.35 is not nice to your clipboard

2017-02-20 Thread Theodore Vasiloudis
Would also like to point this out, when Keepass is running it sometime destroys the clipboard for all applications, cannot copy/paste anything. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1659159

[Bug 1186331] Re: [PATCH] e2fsck hangs up boot process because "Device or resource busy while checking ext3 journal for foobar"

2017-01-31 Thread Theodore Ts'o
Was released a ***long*** time ago. Guess Canonical doesn't do this automatically. ** Changed in: e2fsprogs (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1645232] Re: e2fsprogs - could not preserve ACL permissions : The getxattr() returns with (EINVAL)

2017-01-31 Thread Theodore Ts'o
Fix is in e2fsprogs 1.43.4 ** Changed in: e2fsprogs (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1645232 Title: e2fsprogs - could not preserve

[Bug 1645232] Re: e2fsprogs - could not preserve ACL permissions : The getxattr() returns with (EINVAL)

2017-01-28 Thread Theodore Ts'o
I've committed a complete fix to the master branch of the e2fsprogs git tree. One of the reasons why I don't want to commit a partial fix is because the potential for corruption of production file systems by programs such as fuse2fs was extremely high. Users of mke2fs -d are generally embedded

[Bug 1645232] Re: e2fsprogs - could not preserve ACL permissions : The getxattr() returns with (EINVAL)

2017-01-15 Thread Theodore Ts'o
I was hoping you would be interested in further refining the patch which you put forward. But if you don't have the time or interest, that's fine, I'll put it on my queue of things on my todo list. (Or maybe someone from Canonical will be interested in picking this up.) -- You received this

[Bug 1645232] Re: e2fsprogs - could not preserve ACL permissions : The getxattr() returns with (EINVAL)

2017-01-14 Thread Theodore Ts'o
Thanks for the patch; it definitely helps identify the problem. I don't think it is a completely correct change, however. The problem is that it's doing the translation in write_xattrs_to_buffer(), but it is not making the translation in the opposite direction in read_xattrs_to_buffer(). This

[Bug 1637779] Re: ext4 filesystem fails randomly with checksum error

2016-10-31 Thread Theodore Ts'o
Is it always the same inode number which is reported as having an invalid checksum? Can you attach the output of dumpe2fs -h /dev/hdXX (where hdXX should be replaced with the block device name of your file system)? -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1601997] Re: Ubuntu 16.10 installer sets metadata_csum option on ext4 partition which is incompatible with other LTS Ubuntu versions

2016-10-03 Thread Theodore Ts'o
One bit of context --- metadata_csum is not enabled by default in the official upstream e2fsprogs.tar.gz file. So with my upstream maintainer hat, I deliberately decided not to enable it by default, and mentioned in the release notes that individual distributions should decide whether they wanted

[Bug 1629480] Re: Internal Hard Drives Detected as Removable and External USB Drive as Non-Removable

2016-10-01 Thread Theodore Frederick
I have created a patch that makes hot-swap non-removable. It works for me however if one uses hot-swap they cannot eject the device. In order for it to work we would need better hot-swap detection. ** Patch added: "Detect Hotswap as Non-Removable"

[Bug 1629579] Re: Nautilus does not launch becuase it cannot find commons_comun

2016-10-01 Thread Theodore Frederick
Fixed! If a nautilus python extension under /usr/share/nautilus- python/extensions/ cannot import a python module it crashes. It was a pushbullet problem. Please mark as closed, Thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1629579] [NEW] Nautilus does not launch becuase it cannot find commons_comun

2016-10-01 Thread Theodore Frederick
Public bug reported: What i except to happen is nautilus launches and displays folders on the desktop. However, instead it crashes because it cannot find 'commons_comun' $ lsb_release -rd Description:Ubuntu Yakkety Yak (development branch) Release:16.10 $ apt-cache policy nautilus

[Bug 1629480] [NEW] Internal Hard Drives Detected as Removable and External USB Drive as Non-Removable

2016-09-30 Thread Theodore Frederick
Public bug reported: I excepted the 'dmraid' to detect my internal SATA Hard Drive as a non- removable device However, instead it reads it as removable and I am 95% sure it is a kernel problem due to it showing ones (removable) instead of zeros (non-removable) in /sys/class/block//removable.

[Bug 1627608] Re: resize2fs crashed with SIGSEGV in ext2fs_extent_translate()

2016-09-26 Thread Theodore Ts'o
Known problem, fixed in e2fsprogs 1.42.2 or 1.42.3 in commit: commit 3d6fc974831a360aee460e54c442538445f3017c Author: Theodore Ts'o <ty...@mit.edu> Date: Wed Aug 10 15:49:35 2016 -0400 resize2fs: fix crash when there is an ea block and no blocks to migrate This fixes

[Bug 1365296] Re: No 'recent' files shown until a file is opened (due to gmenumodel changes)

2016-09-26 Thread Theodore Vasiloudis
> This is not an issue in 16.04 as evince opens to a populated recent documents screen I disagree with this, one of the main points of the feature is to open files while you are reading other ones. This is an important user facing feature and I can't see why it's listed a 'low' priority. We've

[Bug 1535575] Re: evince recent menu is empty

2016-09-26 Thread Theodore Vasiloudis
*** This bug is a duplicate of bug 1365296 *** https://bugs.launchpad.net/bugs/1365296 ** This bug has been marked a duplicate of bug 1365296 No 'recent' files shown until a file is opened (due to gmenumodel changes) -- You received this bug notification because you are a member of

[Bug 1619918] Re: lsattr 32bit does not work on 64bit kernel (Inappropriate ioctl error)

2016-09-03 Thread Theodore Ts'o
Rolf, can you collect the requested logs? I think this is pointless since it's pretty clear that there's a commit that just needs to be backported, but that's between use and the Ubuntu Kernel team to figure out. Or you can just use the upstream 4.7 kernel. :-) -- You received this bug

[Bug 1619918] Re: lsattr 32bit does not work on 64bit kernel (Inappropriate ioctl error)

2016-09-03 Thread Theodore Ts'o
** Also affects: linux (Ubuntu) Importance: Undecided Status: New ** Changed in: e2fsprogs (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1619918

[Bug 1619918] Re: lsattr 32bit does not work on 64bit kernel (Inappropriate ioctl error)

2016-09-03 Thread Theodore Ts'o
This is not an e2fsprogs bug, but a bug in the kernel. The fix is in mainline as of v4.7, commit id: 4c63c2454eff996. It needs to be ported to the Ubuntu Trusted (and other Ubuntu LTS) kernels. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1598136] Re: Fails to produce a loop-mountable FS on powerpc/armhf

2016-07-01 Thread Theodore Ts'o
Looks like you are using a pre-3.18 kernel with e2fsprogs 1.43.1. I'm guessing this is because whatever cloud service you are using is using a very old kernel? (In contrast, Yakkety Yak is using a 4.x kernel.) What kernel version is this cloud service using, anyway? I want to make a mental

[Bug 1592862] Re: Merge e2fsprogs from Debian 1.43.1-1

2016-06-18 Thread Theodore Ts'o
You may want to recheck the merge, or at least the remaining changes, since Debian e2fsprogs 1.43.1 now: a) Uses dh_update_autotools_config to update config.guess / config.guess b) No longer uses dietlibc c) Generates dbgsym packages if the underlying package infrastructure supports them At

[Bug 1090053] Re: e4defrag -c /mountpoint does not provide expected output

2016-06-08 Thread Theodore Ts'o
There wasn't actually an *error*. E4defrag doesn't need root prives to find and print statistics. It doesn't deliberately because the people who wrote the program decided this was the right thing to do. So it's not actually hiding the error, it's just doing something weird/stupid. Which you

[Bug 1186331] Re: [PATCH] e2fsck hangs up boot process because "Device or resource busy while checking ext3 journal for foobar"

2016-05-21 Thread Theodore Ts'o
Fixed in 2013. ** Changed in: e2fsprogs (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1186331 Title: [PATCH] e2fsck hangs up boot process because

[Bug 463015] Re: Both fat and ext[234] boot sectors present at once cause confusion

2016-05-21 Thread Theodore Ts'o
this bug was not reproducible in 2011 and could not be reproduced as far back as Lucid. Might as well close this since there has been no activity since then. ** Changed in: e2fsprogs (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu

[Bug 1567567] Re: fsck taking way too long 20 hours & still going

2016-04-07 Thread Theodore Ts'o
Has fsck run spit out any errors or output?If you have a completion output, has it given an percentage output, or some other way of determining how far along fsck is going? When e2image wouldn't create an image file, did it report any errors? -- You received this bug notification because

Re: [Bug 1345682] Re: fsck on 24TB ext4 keeps crashing

2016-03-27 Thread Theodore Ts'o
On Sun, Mar 27, 2016 at 03:25:40AM -, DD Park wrote: > Hello, I need your help. This bug seemed to have been placed offline due to > inactivity. It is still a problem as been working on moving things around > to get a testing platform. I've been getting new hardware, and started > another

[Bug 1345682] Re: fsck on 24TB ext4 keeps crashing

2015-11-13 Thread Theodore Ts'o
You do realize that e2image doesn't contain any data blocks --- just file system metadata blocks, right? And if you are concerned about the directory names being too revealing, e2image has a -s option which will scramble the directory file names. See the section "RAW IMAGE FILES" in the e2image

[Bug 1345682] Re: fsck on 24TB ext4 keeps crashing

2015-11-13 Thread Theodore Ts'o
There are plenty of people who *are* able to check file systems larger than 16TB. So talking about it in terms "that problem" doesn't make much sense.

[Bug 1497032] Re: dumpe2fs crashed with SIGSEGV in strlen()

2015-09-22 Thread Theodore Ts'o
*** This bug is a duplicate of bug 1438405 *** https://bugs.launchpad.net/bugs/1438405 Can someone make the private bug public, if there is no private information in that bug report? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 796717] Re: e2fsck not fixing some fs errors

2015-08-28 Thread Theodore Ts'o
The badblocks program really isn't designed to catch maliciously designed fake flash FTL's. The bit dropping pages aren't necessarily constant, which means there might not be a set of block numbers that you can _put_ in the bad block inode. The bad block inode is a bad idea in these modern days

Re: [Bug 1416849] Re: Booted into blank screen after the security update

2015-05-27 Thread Theodore McLeod
I too would like to report that kernel update 3.13.0-53.89 resolved my blank screen problem. Thanks to all. Ted -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1416849 Title: Booted into blank

[Bug 1444442] Re: External screen turns grey or green after some random time.

2015-04-22 Thread Theodore Vasiloudis
Turns out it was a faulty screen, closing this. ** Changed in: xorg (Ubuntu) Status: Incomplete = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/142 Title: External screen turns

[Bug 1444442] [NEW] External screen turns grey or green after some random time.

2015-04-15 Thread Theodore Vasiloudis
Public bug reported: As in the title the external screen attached to my laptop through Displayport suddenly turns grey and I have to unplug/replug it in order to get the environment to appear again. This bug started appearing after installing the latest updates (2015-04-14) that included

[Bug 1444442] Re: External screen turns grey or green after some random time.

2015-04-15 Thread Theodore Vasiloudis
Here's something that popped up in my system log, don't know if it's related: Apr 15 16:02:45 hidden-username kernel: [18175.627427] [ cut here ] Apr 15 16:02:45 hidden-username kernel: [18175.627468] WARNING: CPU: 3 PID: 76 at

[Bug 1363017] Re: Resolution breaks on external monitor after 3.13.0-35 update

2015-02-23 Thread Theodore Vasiloudis
Hello, a recent Ubuntu update has probably resolved this issue, as now all the resolutions supported by the monitor are reported normally and I no longer need to run my xrandr script at startup. The telling sign was that my login screen started appearing in the expected 1440 resolution, although

[Bug 1229618] Re: Saucy: /forcefsck not being removed after execution / completion of boot system check

2015-01-29 Thread Theodore Ts'o
It's not e2fsprogs' responsibility to remove the /forcefsck file. It is the job of initscripts. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1229618 Title: Saucy: /forcefsck not being removed

[Bug 1415077] Re: resize2fs -P minimum size differs greatly between v1.42.10 and v1.42.9

2015-01-28 Thread Theodore Ts'o
Changing to invalid, will not fix upsteam. ** Changed in: e2fsprogs (Ubuntu) Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1415077 Title: resize2fs -P minimum

[Bug 1415077] Re: resize2fs -P minimum size differs greatly between v1.42.10 and v1.42.9

2015-01-28 Thread Theodore Ts'o
): resize #1 resize #2 resize #3 old resize2fs1117186 45679 43536 new resize2fs 48784 37413 37392 Signed-off-by: Theodore Ts'o ty...@mit.edu Note that using resize2fs -M multiple times will result in a file system which is *not* optimized

[Bug 1321418] Re: fsck.ext4 fails to fix multiply-claimed blocks: can't find dup_blk

2014-12-26 Thread Theodore Ts'o
The file system which I posted in #6 no longer triggers a bug in 1.42.12. It looks like it was fixed as a side effect of commit 9a1d614df217. @bigeel, what version of e2fsck were you using? Could you try using e2fsprogs 1.42.12 and see if that fixes the problem for you? Thanks!! -- You

  1   2   3   4   5   6   7   >