[Bug 140464] Re: ncpfs 2.2.6-4 breaks ncpmount
Same here. Fixed it quick and dirty by symlinking to /usr/bin/ncpmount on my feisty partition. -- ncpfs 2.2.6-4 breaks ncpmount https://bugs.launchpad.net/bugs/140464 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 190848] Re: font in terminal does not resemble font in preview
@John Buncher: thanks! Your workaround works great for me on my hardy workstations. -- font in terminal does not resemble font in preview https://bugs.launchpad.net/bugs/190848 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 119111] Sonata hangs when song info is opened and new song starts
Public bug reported: Binary package hint: sonata Ubuntu 7.04 - 2.6.20-16-generic Sonata version: 1.0-0ubuntu1 Sonata hangs when song info is opened on any tab and a new song starts or the currently playing song is skipped with another mpd client. The bug seems fixed in version >= 1.0.1 ** Affects: sonata (Ubuntu) Importance: Undecided Status: Unconfirmed -- Sonata hangs when song info is opened and new song starts https://bugs.launchpad.net/bugs/119111 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 567286] [NEW] ngrep ipv6 support seems broken
Public bug reported: Binary package hint: ngrep Package: ngrep 1.45.ds2-9 Release: Ubuntu lucid (development branch) 10.04 ngrep discards ipv6 tcp, udp and icmp6 packets as empty. Bug occurs in ubuntu maintainers package as well as vanilla ngrep-1.45 (http://ngrep.sourceforge.net) compiled with the following options: % ./configure --enable-ipv6 --enable-pcre --disable-pcap-restart % make % sudo ./ngrep -d eth0 % nc -6 somelocalipv6node 22 ngrep output: ## expected output: T fec0::1337:22 -> fec0::1138:60300 [AP] SSH-2.0-OpenSSH_5.1p1 Debian-6ubuntu2.. ipv4 packets are dumped correctly but ipv6 packets (tcp, udp and icmp6) are discarded (hash symbols represent empty packets) ** Affects: ngrep (Ubuntu) Importance: Undecided Status: New -- ngrep ipv6 support seems broken https://bugs.launchpad.net/bugs/567286 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 567286] Re: ngrep ipv6 support seems broken
It seems payload size calculation is incorrect for ipv6 packets. I attached a patch that fixes ipv6 tcp, udp and icmp6 payload size calculation for ngrep 1.45.ds2-9. My patched ngrep is behaving as expected now on my 10.04 and 9.10 hosts. ** Patch added: "ngrep-fix-ipv6-support.patch" http://launchpadlibrarian.net/44952147/ngrep-fix-ipv6-support.patch -- ngrep ipv6 support seems broken https://bugs.launchpad.net/bugs/567286 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 540909] Re: does not terminate on quit, hangs till SIGKILL is sent
Nick Gravgaard merged my windowlab-1.39-graceful-exit.patch in windowlab 1.40 (http://nickgravgaard.com/windowlab/windowlab-1.40.tar) Tested windowlab 1.40 on my 10.04 and 9.10 boxes and it seems to be working fine. -- does not terminate on quit, hangs till SIGKILL is sent https://bugs.launchpad.net/bugs/540909 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 540909] Re: does not terminate on quit, hangs till SIGKILL is sent
Tried some other minimalist wms. evilwm and aewm seem to be affected by the same bug in combination with current X.org versions. The only way to kill these wms is a SIGKILL. Using gdb i traced the problem to a blocking XNextEvent() in events.c after XQueryTree() from quit_nicely() in misc.c Checked out the 'latest' evilwm source and found the issue was solved by adding an 'interruptibleXNextEvent()' borrowed from Blender source by Larry Doolittle. I attached a patch for windowlab-1.39 borrowing the same interruptibleXNextEvent() from evilwm source. With this patch windowlab can now be exitted gracefully with current X.org versions. ** Patch added: "windowlab-1.39-graceful-exit.patch" http://launchpadlibrarian.net/42038192/windowlab-1.39-graceful-exit.patch -- does not terminate on quit, hangs till SIGKILL is sent https://bugs.launchpad.net/bugs/540909 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 540909] [NEW] does not terminate on quit, hangs till SIGKILL is sent
Public bug reported: Binary package hint: windowlab Description:Ubuntu lucid (development branch) Release:10.04 2.6.31-20-generic windowlab: Installed: 1.39-1 Candidate: 1.39-1 Version table: *** 1.39-1 0 500 http://nl.archive.ubuntu.com/ubuntu/ lucid/universe Packages 100 /var/lib/dpkg/status Upon clicking the 'quit' menu item in the windowlab menu, windowlab hangs and becomes unresponsive. Windowlab hangs till SIGKILL is sent from another vty. Built windowlab 1.39 from maintainers source package to see if it would make a difference, to no avail, shows the same behaviour. ProblemType: Bug Architecture: i386 Date: Thu Mar 18 10:15:40 2010 DistroRelease: Ubuntu 10.04 ExecutablePath: /usr/bin/windowlab OmitPids: 23849 23851 4865 Package: windowlab 1.39-1 [modified: usr/bin/windowlab] ProcCmdline: /usr/bin/windowlab ProcEnviron: PATH=(custom, user) LANG=en_US.utf8 SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.31-20.57-generic SourcePackage: windowlab Title: does not terminate at computer shutdown Uname: Linux 2.6.31-20-generic i686 ** Affects: windowlab (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 lucid shutdown-hang -- does not terminate on quit, hangs till SIGKILL is sent https://bugs.launchpad.net/bugs/540909 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 540909] Re: does not terminate on quit, hangs till SIGKILL is sent
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/41220919/Dependencies.txt ** Attachment added: "InitctlList.txt" http://launchpadlibrarian.net/41220920/InitctlList.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/41220921/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/41220922/ProcStatus.txt ** Attachment added: "Processes.txt" http://launchpadlibrarian.net/41220923/Processes.txt -- does not terminate on quit, hangs till SIGKILL is sent https://bugs.launchpad.net/bugs/540909 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 291374] Re: Library "ulogd_MYSQL.so" should be linked to "libmysqlclient.so"
Confirmed on Ubuntu 9.10 ulogd 1.24-2.1ubuntu2 ulogd-mysql 1.24-2.1ubuntu2 When starting ulogd with the MySQL plugin enabled: ... ulogd.c:462 load_plugins: '/usr/lib/ulogd/ulogd_MYSQL.so': /usr/lib/ulogd/ulogd_MYSQL.so: undefined symbol: mysql_fetch_field ... Worked around it by adding: export LD_PRELOAD=/usr/lib/libmysqlclient.so.16 to the ulogd init script (/etc/init.d/ulogd) -- Library "ulogd_MYSQL.so" should be linked to "libmysqlclient.so" https://bugs.launchpad.net/bugs/291374 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 2072532] Re: libc6(AMD64) refuses to install: "dpkg-divert: error: cannot divert directories"
Thanks Benjamin! In my case - upgading 22.04 to 24.04 - `usrmerge` was already installed and finished a long time ago but i only had the /lib symlink not the /lib64 /lib32* symlinkg. Re-running the scripts by downloading the jammy package and then installing it following the instructions in #2 created the symlinks and then it was all good! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2072532 Title: libc6(AMD64) refuses to install: "dpkg-divert: error: cannot divert directories" To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/2072532/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs