[Bug 1817310] Re: Backport F2FS support

2020-03-10 Thread Felix Bünemann
Can we get this in for focal? It should be much easier, since it already
has the f2fs.mod, the only backport required should be this commit to
add the f2fs module to the efi image:

https://salsa.debian.org/grub-
team/grub/commit/146d21cc9db01cca6f945e466e4adc31d165782b

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

Title:
  Backport F2FS support

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

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

[Bug 1569567] Re: Running update-grub does not update /boot/grub/grub.cfg with GRUB_CMDLINE_LINUX_DEFAULT from /etc/default/grub

2019-04-24 Thread Felix Bünemann
This also affects Ubuntu Xenial on DigitalOcean and AWS EC2, where the
defaults are overridden by /etc/default/grub.d/50-cloudimg-settings.cfg.

I think it would help, if the additional location was mentioned in
grub.cfg, which currently states:

# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub

In addition the /etc/default/grub.d location should be mentioned inside
/etc/default/grub.

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

Title:
  Running update-grub does not update /boot/grub/grub.cfg with
  GRUB_CMDLINE_LINUX_DEFAULT from /etc/default/grub

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

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

[Bug 1569567] Re: Running update-grub does not update /boot/grub/grub.cfg with GRUB_CMDLINE_LINUX_DEFAULT from /etc/default/grub

2018-09-05 Thread Felix Bünemann
I'm seeing this or a similar problem on ubuntu 18.04.1 server on an UEFI
system, were both GRUB_CMDLINE_LINUX_DEFAULT and
GRUB_CMDLINE_LINUX_EXTRA in /etc/default/grub are ignored (kernel flags
don't appear in /boot/grub/grub.cfg after running update-grub), but
specifying kernel flags in GRUB_CMDLINE_LINUX works.

The system also has a /etc/default/grub.d/50-curtin-settings.cfg file,
but according to dpkg -S no package owns that file and neither maas or
curtin packages are (or where) installed.

The system was installed onto bare metal from a bootable usb stick.

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

Title:
  Running update-grub does not update /boot/grub/grub.cfg with
  GRUB_CMDLINE_LINUX_DEFAULT from /etc/default/grub

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

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

[Bug 1518457] Re: kswapd0 100% CPU usage

2016-10-19 Thread Felix Bünemann
The fix is already released in 16.04, make sure you have updated to
linux-image 4.4.0-43.63 or later.

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

Title:
  kswapd0 100% CPU usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1518457/+subscriptions

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


[Bug 1518457] Re: kswapd0 100% CPU usage

2016-08-03 Thread Felix Bünemann
I have run into this issue when using the goofys s3 fuse filesystem
(https://github.com/kahing/goofys) on a t2.small instances when copying
large files (which causes many memory buffers to be allocated). I think
anything that stresses the memory subsystem will be able to trigger it.

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

Title:
  kswapd0 100% CPU usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1518457/+subscriptions

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


[Bug 1580376] Re: Update giflib Xenial Package to 5.1.4

2016-06-18 Thread Felix Bünemann
Martin: I can confirm that the giflib 5.1.4-0.3 packages in xenial-
proposed fix the reported problems.

Brian: How would those test cases look like?

Maybe this discussion is helpful:

https://github.com/jcupitt/libvips/issues/437

Running libvips master make test on 5.1.2-0.2 results in:

==
ERROR: test_gifload (test_foreign.TestForeign)
--
Traceback (most recent call last):
  File "test_foreign.py", line 483, in test_gifload
self.file_loader("gifload", self.gif_file, gif_valid)
  File "test_foreign.py", line 68, in file_loader
validate(self, im)
  File "test_foreign.py", line 477, in gif_valid
a = im(10, 10)
  File "../python/packages/gi/overrides/Vips.py", line 846, in __call__
return self.getpoint(x, y)
  File "../python/packages/gi/overrides/Vips.py", line 651, in call_function
return _call_instance(self, name, args, kwargs)
  File "../python/packages/gi/overrides/Vips.py", line 426, in _call_instance
return _call_base(name, args, kwargs, self)
  File "../python/packages/gi/overrides/Vips.py", line 376, in _call_base
raise Error('Error calling operator %s.' % name)
Error: Error calling operator getpoint.
  gifload: Failed to read from given file
vips__region_start: start function failed for image images/cramps.gif


==
ERROR: test_magickload (test_foreign.TestForeign)
--
Traceback (most recent call last):
  File "test_foreign.py", line 331, in test_magickload
self.file_loader("magickload", self.gif_file, gif_valid)
  File "test_foreign.py", line 70, in file_loader
validate(self, im)
  File "test_foreign.py", line 321, in gif_valid
self.assertAlmostEqual(a, [33, 33, 33, 255])
  File "/usr/lib/python2.7/unittest/case.py", line 554, in assertAlmostEqual
if round(abs(second-first), places) == 0:
TypeError: unsupported operand type(s) for -: 'list' and 'list'

--

FAILED (errors=2)
memory: high-water mark 127.03 MB
FAIL test_python.sh (exit status: 1)


Testsuite summary for vips 8.4.0

# TOTAL: 5
# PASS:  4
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

See test/test-suite.log
Please report to vip...@jiscmail.ac.uk


Running libvips master make check on 5.1.4-0.3:


Testsuite summary for vips 8.4.0

# TOTAL: 5
# PASS:  5
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0




** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  Update giflib Xenial Package to 5.1.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1580376/+subscriptions

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


[Bug 1580376] [NEW] Update giflib Xenial Package to 5.1.4

2016-05-10 Thread Felix Bünemann
Public bug reported:

Ubuntu Xenial Xerus currently ships with giflib 5.1.2-0.2, which is completely 
broken.
It fails to read gif images in both libvips and imagemagick.

Please update to 5.1.4-0.2, which is already published in Yakkety Yak.

I have build the 5.1.4-0.2 package on Xenial and can confirm that it
fixes both of the above mentioned problems.

The upstream bug report is: https://sourceforge.net/p/giflib/bugs/94/

And fix release is 5.1.4.

** Affects: giflib (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/1580376

Title:
  Update giflib Xenial Package to 5.1.4

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

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


[Bug 1227747] Re: [xrandr]: gnome-settings-daemon crashed with signal 5 in _XReply()

2013-10-18 Thread Felix Bünemann
Why can't the bug which this is a duplicate of be found? It is obviously
not fixed as I'm running Saucy daily build.

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

Title:
  [xrandr]: gnome-settings-daemon crashed with signal 5 in _XReply()

To manage notifications about this bug go to:
https://bugs.launchpad.net/light-themes/+bug/1227747/+subscriptions

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


[Bug 1227747] Re: [xrandr]: gnome-settings-daemon crashed with signal 5 in _XReply()

2013-10-18 Thread Felix Bünemann
Same problem with nvidia-331 on HP Envy 17-j003 with GT 740M/Haswell
Optimus and nvidia-prime.

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

Title:
  [xrandr]: gnome-settings-daemon crashed with signal 5 in _XReply()

To manage notifications about this bug go to:
https://bugs.launchpad.net/light-themes/+bug/1227747/+subscriptions

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


[Bug 1184451] Re: Ubuntu 13.10 random screen freeze while Normal OS activites

2013-10-18 Thread Felix Bünemann
I'm also seeing frequent freezes on Nvidia Optimus muxless system when
using nvidia-prime and the nvidia drivers (no matter which version). I
think it doesn't happen when I remove the nvidia drivers and only use
the intel card.

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

Title:
  Ubuntu 13.10 random screen freeze while Normal OS activites

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1184451/+subscriptions

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


[Bug 592589] Re: ext4 kernel bug (2.6.32-22) while writing on USB device

2010-07-11 Thread Felix Bünemann
I'm also getting this bug on Lucid. For me it crashed during copy of
large file over gige to afp share. System is an nvidia ion based
mediacenter with ext4 and lvm mdraid5 on 4x onboard sata drives.

Here's the backtrace:


[11061.792445] [ cut here ]
[11061.792465] kernel BUG at /build/buildd/linux-2.6.32/fs/ext4/inode.c:1852!
[11061.792473] invalid opcode:  [#1] SMP 
[11061.792483] last sysfs file: /sys/devices/virtual/sound/timer/uevent
[11061.792490] Modules linked in: appletalk snd_hda_codec_nvhdmi lirc_serial 
lirc_dev snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep 
snd_pcm_oss snd_mixer_oss snd_pcm snd_seq_dummy snd_seq_oss snd_seq_midi 
tda827x snd_rawmidi snd_seq_midi_event snd_seq tda10023 snd_timer fbcon 
tileblit font bitblit snd_seq_device softcursor vga16fb dvb_usb_ttusb2 vgastate 
snd coretemp ftdi_sio dvb_usb dvb_core psmouse serio_raw usbserial lp soundcore 
snd_page_alloc shpchp nvidia(P) i2c_nforce2 agpgart parport raid10 raid456 
async_raid6_recov async_pq usb_storage raid6_pq async_xor async_memcpy async_tx 
raid1 raid0 multipath usbhid hid linear r8169 mii ahci sata_sil dm_raid45 xor
[11061.792613] 
[11061.792627] Pid: 2379, comm: afpd Tainted: P   (2.6.32-22-generic 
#36-Ubuntu) ION-MB330-1
[11061.792635] EIP: 0060:[c0289bbd] EFLAGS: 00010297 CPU: 0
[11061.792655] EIP is at T.1221+0x20d/0x220
[11061.792662] EAX: 0037 EBX: efde5900 ECX: ee762600 EDX: 0038
[11061.792668] ESI: ee762688 EDI:  EBP: f3289c68 ESP: f3289c38
[11061.792675]  DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
[11061.792685] Process afpd (pid: 2379, ti=f3288000 task=f69ac010 
task.ti=f3288000)
[11061.792691] Stack:
[11061.792695]   0002005a  f6a56000 000dd90d ee762600 ee76283c 
ee762688
[11061.792712] 0  efde5900 ee762688  f3289ca0 c028c1b6 
000dd90d 
[11061.792729] 0 0001 efde5900    000dd90d 
 000dd90d
[11061.792747] Call Trace:
[11061.792766]  [c028c1b6] ? ext4_da_get_block_prep+0xd6/0x120
[11061.792779]  [c022e4c2] ? __block_prepare_write+0x152/0x380
[11061.792792]  [c01ca334] ? add_to_page_cache_lru+0x64/0x80
[11061.792802]  [c022e8a3] ? block_write_begin+0x53/0xf0
[11061.792812]  [c028c0e0] ? ext4_da_get_block_prep+0x0/0x120
[11061.792824]  [c028f090] ? ext4_da_write_begin+0x170/0x310
[11061.792836]  [c028c0e0] ? ext4_da_get_block_prep+0x0/0x120
[11061.792847]  [c01c9659] ? generic_perform_write+0xa9/0x190
[11061.792859]  [c01ca65a] ? generic_file_buffered_write+0x5a/0xe0
[11061.792872]  [c015143b] ? current_fs_time+0x1b/0x20
[11061.792883]  [c021bd38] ? file_update_time+0x48/0x130
[11061.792894]  [c01cb8a0] ? __generic_file_aio_write+0x1f0/0x510
[11061.792907]  [c04b5158] ? sock_common_recvmsg+0x48/0x60
[11061.792918]  [c01cbc17] ? generic_file_aio_write+0x57/0xc0
[11061.792929]  [c0284a81] ? ext4_file_write+0x41/0xd0
[11061.792942]  [c0207934] ? do_sync_write+0xc4/0x100
[11061.792955]  [c0167740] ? autoremove_wake_function+0x0/0x50
[11061.792964]  [c0167740] ? autoremove_wake_function+0x0/0x50
[11061.792975]  [c0238c04] ? inotify_inode_queue_event+0x24/0xe0
[11061.792993]  [c02f4414] ? security_file_permission+0x14/0x20
[11061.793002]  [c0207ad4] ? rw_verify_area+0x64/0xe0
[11061.793011]  [c0207bf2] ? vfs_write+0xa2/0x1a0
[11061.793019]  [c0207870] ? do_sync_write+0x0/0x100
[11061.793028]  [c0208613] ? sys_pwrite64+0x63/0x80
[11061.793038]  [c01033ec] ? syscall_call+0x7/0xb
[11061.793045] Code: 8d b6 00 00 00 00 e9 c6 fe ff ff 8d 76 00 83 c4 24 b8 86 
ff ff ff 5b 5e 5f 5d c3 8d 76 00 83 c4 24 b8 e4 ff ff ff 5b 5e 5f 5d c3 0f 0b 
eb fe eb 0d 90 90 90 90 90 90 90 90 90 90 90 90 90 55 89 
[11061.793135] EIP: [c0289bbd] T.1221+0x20d/0x220 SS:ESP 0068:f3289c38
[11061.793158] ---[ end trace 9acbe84174c08720 ]---

-- 
ext4 kernel bug (2.6.32-22) while writing on USB device
https://bugs.launchpad.net/bugs/592589
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 592589] Re: ext4 kernel bug (2.6.32-22) while writing on USB device

2010-07-11 Thread Felix Bünemann
Apparently already fixed upstream in linux kernel:

https://bugzilla.kernel.org/show_bug.cgi?id=15231

** Bug watch added: Linux Kernel Bug Tracker #15231
   http://bugzilla.kernel.org/show_bug.cgi?id=15231

-- 
ext4 kernel bug (2.6.32-22) while writing on USB device
https://bugs.launchpad.net/bugs/592589
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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