[Bug 1948812] Re: Bad busybox modinfo output on exactly 3 modules

2021-10-29 Thread Krzysztof Leszczyński
** Package changed: ubuntu => busybox (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1948812 Title: Bad busybox modinfo output on exactly 3 modules To manage notifications about this bug

[Bug 1948812] [NEW] Bad busybox modinfo output on exactly 3 modules

2021-10-26 Thread Krzysztof Leszczyński
Public bug reported: Trying on Ubuntu 20.04.3 with linux-modules-5.4.0-88-generic and busybox for a in $(find /lib/modules/5.4.0-88-generic/ -name '*.ko') do [ $(busybox modinfo -F name $a|wc -w) = 1 ] || echo $a done This code should output nothing because every module

[Bug 1634777] [NEW] bad modification time in beamericonbook.pdf

2016-10-19 Thread Krzysztof Leszczyński
Public bug reported: The modification time of /usr/share/texlive/texmf- dist/tex/latex/beamer/art/beamericonbook.pdf is year 2009 while the modification time of /usr/share/texlive/texmf- dist/tex/latex/beamer/art/beamericonbook.tex is 2010. That means that when I have a recipe %.pdf: %.tex

[Bug 1359742] Re: The kernel panics on transfer

2014-08-22 Thread Krzysztof Leszczyński
Re: Joseph, this machine worked perfectly with ubuntu 12.04/xen and never crashed in last 1.5 year (just maintenance reboots for upgrades). Yes, it crashes on 3.17-rc1 on xen but it works without problems when run without xen on bare metal. On xen it is not able to load even a single module and

[Bug 1359742] [NEW] The kernel panics on transfer

2014-08-21 Thread Krzysztof Leszczyński
Public bug reported: I got a 1GB network card and I tried to copy my xen image (30GB), so I run nc -l 3000 image.dd on xen dom0 and tried to send using nc from another remote machine. The machine crashed after 3-15 seconds. I tried this many many times. I managed to get bug using netconsole

[Bug 1196006] [NEW] Manual page contains incorrect web links

2013-06-29 Thread Krzysztof Leszczyński
Public bug reported: The manual page (try man XML::Twig) and the file /usr/share/perl5/XML/Twig.pm contains the url http://www.xmltwig.com/xmltwig/ and some related urls in the same domain. The domain xmltwig.com doesn't exist, the correct one is xmltwig.org My Ubuntu release is 12.04 but I

[Bug 1045250] Re: Can't use perl -w when require'ing sys/ioctl.ph

2012-09-03 Thread Krzysztof Leszczyński
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1045250 Title: Can't use perl -w when require'ing sys/ioctl.ph To manage notifications about this bug go to:

[Bug 1045250] [NEW] Can't use perl -w when require'ing sys/ioctl.ph

2012-09-03 Thread Krzysztof Leszczyński
Public bug reported: perl -e 'require q{sys/ioctl.ph}' compiles correctly perl -w -e 'require q{sys/ioctl.ph}' reports: Operator or semicolon missing before __inline at (eval 113) line 1. Ambiguous use of resolved as operator at (eval 113) line 1. perl -w -e '{local $^W=0; require

[Bug 920924] [NEW] f951 crashes with segmentation fault

2012-01-24 Thread Krzysztof Leszczyński
Public bug reported: f951 crashes when trying to compile gtk fortran95 binding on lucid (last updates) It crashes on Ubuntu 10.11 and 11.04, but compiles correctly on 11.10 How to recreate the bug: sudo apt-get update sudo apt-get install git-core libgtk2.0-dev gfortran cmake g++

[Bug 920924] Re: f951 crashes with segmentation fault

2012-01-24 Thread Krzysztof Leszczyński
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/920924 Title: f951 crashes with segmentation fault To manage notifications about this bug go to:

[Bug 597176] Re: Kernel crashes in seconds in quota is on on ext4 and nfs4

2010-07-03 Thread Krzysztof Leszczyński
3 days ago I rebooted the machine with mainline kernel: 2.6.34-020634-generic #020634 SMP Mon May 17 19:27:49 UTC 2010 x86_64 GNU/Linux and it works without any single failure. With the latest ubuntu-server 2.6.32 it crashed within few seconds after starting nfsd. ** Tags removed:

[Bug 597176] [NEW] Kernel crashes in seconds in quota is on on ext4 and nfs4

2010-06-22 Thread Krzysztof Leszczyński
Public bug reported: We got server with a single nfs export mounted on /export/0 (ext4,usrquota,grpquota) It crashes just after nfsd is started if quota is on. If the export is mounted without usrquota,grpquota it runs smoothly. The filesystem is clean (fsck -f detected nothing) and the

[Bug 597176] Re: Kernel crashes in seconds in quota is on on ext4 and nfs4

2010-06-22 Thread Krzysztof Leszczyński
** Attachment added: Console dump from the first crash http://launchpadlibrarian.net/50730480/console1.txt ** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/50729310/BootDmesg.txt ** Attachment added: CurrentDmesg.txt

[Bug 597176] Re: Kernel crashes in seconds in quota is on on ext4 and nfs4

2010-06-22 Thread Krzysztof Leszczyński
After the server crashed for the first time I started it and it crashed immediatelly but this time the bugs were different It crashed after 160 seconds because this time was consumed by quotacheck before starting nfs. ** Attachment added: Console dump after the second crash