[Bug 268929] Re: Wrong escape character processing in dash

2010-05-16 Thread Martti Kuparinen
Same bug exists in 10.04... # ls -l /bin/sh lrwxrwxrwx 1 root root 4 2010-04-27 13:20 /bin/sh -> dash # dpkg -l dash ii dash 0.5.5.1-3ubunt POSIX-compliant shell -- Wrong escape character processing in dash https://bugs.launchpad.net/bugs/268929 You received this bug notification bec

[Bug 571577] Re: Valgrind's thread checker not working correctly

2010-04-29 Thread Martti Kuparinen
Uh, sorry for the bad indentation... -- Valgrind's thread checker not working correctly https://bugs.launchpad.net/bugs/571577 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 http

[Bug 571577] [NEW] Valgrind's thread checker not working correctly

2010-04-29 Thread Martti Kuparinen
Public bug reported: Binary package hint: valgrind I have Ubuntu 10.04 with Valgrind 3.6.0~svn20100212-0ubuntu5. I created a simple test program like this #include #include #include #include static void *func(void *a) { a = NULL; while (1) { sleep(1);

[Bug 295172] Re: usb-creator does not work when $HOME is on NFS

2009-05-17 Thread Martti Kuparinen
I confirm this, my NFS client is Ubuntu 9.04... -- usb-creator does not work when $HOME is on NFS https://bugs.launchpad.net/bugs/295172 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.ubunt

[Bug 76288] Re: sysctl IPv6 forwarding example is incorrect

2008-10-03 Thread Martti Kuparinen
This is NOT fixed in 8.04.1: # sudo sysctl -p /etc/sysctl.conf error: "net.ipv6.ip_forward" is an unknown key The correct keyword is maybe "net.ipv6.conf.all.forwarding". # cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=8.04 DISTRIB_CODENAME=hardy DISTRIB_DESCRIPTION="Ubuntu 8.04.1" # d

[Bug 268929] [NEW] Wrong escape character processing in dash

2008-09-11 Thread Martti Kuparinen
Public bug reported: Binary package hint: dash It seems dash does not handle escape characters correctly. Below is how I can trigger (what I think is) an error on Ubuntu 8.04.1. # cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=8.04 DISTRIB_CODENAME=hardy DISTRIB_DESCRIPTION="Ubuntu 8.04

[Bug 200296] Re: grep -v doesn't work correctly

2008-07-29 Thread Martti Kuparinen
Hmmm, I can't reproduce this any more on 8.04.1 even though grep is the same version. Something else (e.g. some regexp call in some library) has been changed. I think this can be closed now. -- grep -v doesn't work correctly https://bugs.launchpad.net/bugs/200296 You received this bug notificati

[Bug 134677] Re: Wrong version number in kaffeine.desktop

2008-07-07 Thread Martti Kuparinen
No, everything is fine on Ubuntu 8.04 so case closed... -- Wrong version number in kaffeine.desktop https://bugs.launchpad.net/bugs/134677 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.ubu

[Bug 200906] Re: in alpha6 broken!

2008-03-31 Thread Martti Kuparinen
And I'm running 8.04 with not previous VDR packages... -- in alpha6 broken! https://bugs.launchpad.net/bugs/200906 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.ub

[Bug 197400] Re: vdr-sxfe crashed with SIGSEGV in dbus_g_proxy_call()

2008-03-31 Thread Martti Kuparinen
For me (Ubuntu 8.04) running this with sudo does not help... vdr-sxfe: pulsecore/mutex-posix.c:98: pa_mutex_unlock: Assertion `pthread_mutex_unlock(&m->mutex) == 0' failed. Aborted (core dumped) -- vdr-sxfe crashed with SIGSEGV in dbus_g_proxy_call() https://bugs.launchpad.net/bugs/197400 You r

[Bug 200906] Re: in alpha6 broken!

2008-03-31 Thread Martti Kuparinen
Any estimate when this will be fixed? It'd be nice to be able to build this package... sudo apt-get build-dep xineliboutput-sxfe sudo apt-get source xineliboutput-sxfe cd vdr-plugin-xineliboutput-1.0.0~rc2 dpkg-buildpackage -b -rfakeroot ... g++ -g -O2 -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"xinelib

[Bug 174162] Re: cannot bind to YP server under AMD64

2008-03-19 Thread Martti Kuparinen
*** This bug is a duplicate of bug 152794 *** https://bugs.launchpad.net/bugs/152794 No, isn't that the "old way of doing this", I thought modifying /etc/nsswitch.conf was "the right thing to do"... -- cannot bind to YP server under AMD64 https://bugs.launchpad.net/bugs/174162 You received t

[Bug 174162] Re: cannot bind to YP server under AMD64

2008-03-19 Thread Martti Kuparinen
*** This bug is a duplicate of bug 152794 *** https://bugs.launchpad.net/bugs/152794 With "nis" in /etc/nsswitch.conf n40:~> id martti uid=2000(martti) gid=1(tri) groups=... Without "nis" in /etc/nsswitch.conf n40:~> id martti id: martti: No such user Again with "nis" in /etc/nsswitch.

[Bug 174162] Re: cannot bind to YP server under AMD64

2008-03-19 Thread Martti Kuparinen
I didn't have any problems on 7.10 but after performing a clean install of 32-bit 8.04 today I couldn't login as my NIS user after reboot. Here's what I did: # sudo aptitude update && sudo aptitude dist-upgrade # sudo aptitude install nis # sudo vi /etc/nsswitch.conf passwd: compat nis gr

[Bug 200296] Re: grep -v doesn't work correctly

2008-03-10 Thread Martti Kuparinen
This seems to be related to the Finnish locale... # echo $LANG fi_FI.UTF-8 # ls PLUGINS/src | grep -v '[^a-z0-9]' hello osddemo pictures skincurses sky status # export LANG=C # ls PLUGINS/src | grep -v '[^a-z0-9]' hello osddemo pictures servicedemo skincurses sky status svdrpdemo -- grep -v doe

[Bug 200296] [NEW] grep -v doesn't work correctly

2008-03-09 Thread Martti Kuparinen
Public bug reported: Binary package hint: grep There's something wrong in Ubuntu's grep, see below how "servicedemo" and "svdrpdemo" get erroneously deleted from the second ls output... # wget ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.5.17.tar.bz2 # tar xjf vdr-1.5.17.tar.bz2 # cd vdr-1.5.17 ##

[Bug 194960] Re: [Hardy]Battery charge never updates, remaining time always unknown

2008-02-26 Thread Martti Kuparinen
*** This bug is a duplicate of bug 194719 *** https://bugs.launchpad.net/bugs/194719 Same here with Dell Latitude D630... ** Attachment added: "bugreport.txt" http://launchpadlibrarian.net/12242557/bugreport.txt -- [Hardy]Battery charge never updates, remaining time always unknown https:

[Bug 192382] Re: alsamixer broken in hardy - intel hda

2008-02-26 Thread Martti Kuparinen
I haven't done anything except installing the latest updates (I did't even care to look what those were) but now this morning I had sound in youtube videos... -- alsamixer broken in hardy - intel hda https://bugs.launchpad.net/bugs/192382 You received this bug notification because you are a membe

[Bug 192382] Re: alsamixer broken in hardy - intel hda

2008-02-25 Thread Martti Kuparinen
I see this also on Dell Latitude D630 running 8.04 with all the updates installed 5 min ago. # aplay -l List of PLAYBACK Hardware Devices card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog] Subdevices: 0/1 Subdevice #0: subdevice #0 card 0: Intel [HDA Intel], devic

[Bug 186297] Re: Regression: No replacement for /proc/acpi/alarm due to missing rtc0

2008-02-04 Thread Martti Kuparinen
Due to some other problems I reinstalled my PC but this time I installed the i386 version (with 2.6.24-5-generic kernel). To my big surprise I have now /proc/acpi/alarm available... ** Attachment added: "dmesg.txt" http://launchpadlibrarian.net/11759417/dmesg.txt -- Regression: No replacemen

[Bug 186297] Re: Regression: No replacement for /proc/acpi/alarm due to missing rtc0

2008-01-27 Thread Martti Kuparinen
** Attachment added: "cpuinfo.txt" http://launchpadlibrarian.net/11583754/cpuinfo.txt -- Regression: No replacement for /proc/acpi/alarm due to missing rtc0 https://bugs.launchpad.net/bugs/186297 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug cont

[Bug 186297] Re: Regression: No replacement for /proc/acpi/alarm due to missing rtc0

2008-01-27 Thread Martti Kuparinen
Linux n71 2.6.24-5-generic #1 SMP Thu Jan 24 19:29:14 UTC 2008 x86_64 GNU/Linux ** Attachment added: "dmesg.txt" http://launchpadlibrarian.net/11583740/dmesg.txt -- Regression: No replacement for /proc/acpi/alarm due to missing rtc0 https://bugs.launchpad.net/bugs/186297 You received this bug

[Bug 186297] Re: Regression: No replacement for /proc/acpi/alarm due to missing rtc0

2008-01-27 Thread Martti Kuparinen
** Attachment added: "lspci.txt" http://launchpadlibrarian.net/11583750/lspci.txt -- Regression: No replacement for /proc/acpi/alarm due to missing rtc0 https://bugs.launchpad.net/bugs/186297 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact

[Bug 186297] [NEW] Regression: No replacement for /proc/acpi/alarm due to missing rtc0

2008-01-27 Thread Martti Kuparinen
Public bug reported: Binary package hint: linux-source-2.6.24 I performed a clean installation of 8.04 and quickly noticed that the ACPI wakeup feature provided by /proc/acpi/alarm in Ubuntu 7.10 (with 2.6.22 kernel) is now deprecated and should be replaced by /sys/class/rtc/rtc0/wakealarm. Howev