Bug#313411: gawk: UTF-8 multibyte characters are not handled properly

2005-06-13 Thread Teemu Likonen
Package: gawk Version: 1:3.1.4-2 Severity: important gawk does not handle UTF-8 multibyte characters properly. Here's an example: $ cat example.txt A Only_a_singlebyte_character_here_(UTF-8:_41) Ö A_letter_which_takes_two_bytes_(UTF-8:_c3_96) € A_currency_symbol_which_takes_three_bytes_(UTF-8:

Bug#314248: less: Search command does not accept UTF-8 multibyte characters

2005-06-15 Thread Teemu Likonen
Package: less Version: 382-1 Severity: important Less's search command accepts only 7 bit ascii characters to search strings when used with UTF-8 locale. When multibyte characters are entered only garbage is displayed. - TL -- System Information: Debian Release: 3.1 APT prefers testing APT

Bug#310495: par: Does not handle UTF-8 multibyte characters properly

2005-05-23 Thread Teemu Likonen
Package: par Version: 1.51-1 Severity: important Par does not handle UTF-8 multibyte characters properly. To introduce this problem I made UTF-8 encoded text file of nonsense Finnish text with some multibyte characters (ä's and ö's). $ cat teksti.txt | par j Tässä tyhjänpäiväinen virke, jo

Bug#304013: Now what's this?

2005-04-22 Thread Teemu Likonen
Recently my KDE desktop, XFree86 and KDM disappeared. I have no idea if this is related to kernel or udev or anything. I have no competense to evaluate such questions. /var/log/syslog says: Apr 22 20:49:18 mithlond kernel: mtrr: 0xd800,0x200 overlaps existing 0xd800,0x10 Apr 22

Bug#304013: xfree86 crash [was: Re: Now what's this? ]

2005-06-19 Thread Teemu Likonen
On Monday 25 April 2005 19:23, maximilian attems wrote: > On Fri, 22 Apr 2005, Teemu Likonen wrote: > > Recently my KDE desktop, XFree86 and KDM disappeared. I have no idea > > if this is related to kernel or udev or anything. I have no > > competense to evaluate such quest

Bug#317549: tin: Linebreaks between words when lines are longer than window width

2005-07-09 Thread Teemu Likonen
Package: tin Version: 1:1.7.8+20050314-1 Severity: wishlist Sometimes there are news messages with paragraphs written without linefeed characters. One paragraph is actually one line and linefeed occurs at the end. When such message appears tin does not break lines between words as I think it shou

Bug#317549: tin: Linebreaks between words when lines are longer than window width

2005-07-09 Thread Teemu Likonen
On Saturday 9 July 2005 18:54, Urs Janßen wrote: > I don't think readers should break !format=flowed long lines between > words (and format=flowed messages shouldn't have long lines). Oh, I didn't realise there was this format=flowed thing. I studied RFC 2646 and am now better aware of the subjec

Bug#317549: tin: Linebreaks between words when lines are longer than window width

2005-07-10 Thread Teemu Likonen
On Sunday 10 July 2005 3:23, Urs Janßen wrote: > On Sat, Jul 09, 2005 at 08:04:35PM +0200, Urs Janßen wrote: > > yes, this is a bug in post.c:check_article_to_be_posted() ~ line 1118 > > the code is much older than tins multibyte support and when we added > > the multibyte stuff we failed to update

Bug#304013: syslog: kernel BUG at mm/shmem.c:608! / kernel: invalid operand: 0000 [#1]

2005-04-10 Thread Teemu Likonen
Package: kernel-image-2.6.8-2-k7 Version: 2.6.8-13 Severity: normal Now two times my system has just hung. Only reboot with a power switch has been possible. /var/log/syslog says this: The first time: Apr 9 22:19:23 mithlond kernel: [ cut here ] Apr 9 22:19:23 mithlo

Bug#304013: shmem bug

2005-04-10 Thread Teemu Likonen
Additional information about my system: Motherboard: Abit NF7-S2 Memory: 1024 MB $ cat /proc/cpuinfo processor : 0 vendor_id : AuthenticAMD cpu family : 6 model : 10 model name : AMD Sempron(tm) 3000+ stepping: 0 cpu MHz : 2000.023 cache size

Bug#304013: syslog: kernel BUG at mm/shmem.c:608! / kernel: invalid operand: 0000 [#1]

2005-04-12 Thread Teemu Likonen
On Wednesday 13 April 2005 6:50, Horms wrote: > On Tue, Apr 12, 2005 at 03:40:27PM +0200, Marco d'Itri wrote: > > Yes, I have a very simple and basic hint which anybody doing kernel > > bugs triage should know: if the kernel crashes, it's a kernel bug. > > That is certainly true. But as the udev m

Bug#332578: less: Double wide character is displayed twice in search command

2005-10-07 Thread Teemu Likonen
Package: less Version: 391-1 Severity: normal When a double wide character (for example U+30B7 KATAKANA LETTER SI) is inserted to less's search command, the character is displayed twice. I think "less" thinks there is only one character but it just displays two. Probably because of this the backs

Bug#324186: mozilla-firefox 1.0.4-2sarge2 just crashes when History sidebar is opened

2005-08-22 Thread Teemu Likonen
Package: mozilla-firefox Version: 1.0.4-2 Followup-For: Bug #324186 Every time I try to open History sidebar mozilla-firefox 1.0.4-2sarge2 crashes, it just vanishes and that's all. I downgraded to 1.0.4-2 and it works. Probably wrong forum for this but I think that Debian's practice with Firefox

Bug#402898: /etc/bogofilter.cf should define UTF-8 as default charset since it is Debian's default

2006-12-27 Thread Teemu Likonen
Clint Adams kirjoitti (26.12.2006 klo 19.26): > charset_default sets the charset assumed for messages without proper > headers. I have seen no instances of mail in the wild where the > charset was unspecified yet was actually proper UTF-8. I didn't know that bogofilter is able to check message h

Bug#402898: /etc/bogofilter.cf should define UTF-8 as default charset since it is Debian's default

2006-12-27 Thread Teemu Likonen
Clint Adams kirjoitti (24.12.2006 klo 9.23): > > Having lines > > charset_default=utf-8 > > unicode=yes > > Isn't unicode=yes already the default? Yes, it is the default. I think it's a good idea to define "unicode=yes" explicitly because defaults may change (in this case, I don't believe it

Bug#402898: /etc/bogofilter.cf should define UTF-8 as default charset since it is Debian's default

2006-12-27 Thread Teemu Likonen
Samuel Thibault kirjoitti (27.12.2006 klo 10.49): > Teemu Likonen, le Wed 27 Dec 2006 10:23:39 +0200, a écrit : > > I didn't know that bogofilter is able to check message headers for > > correct encoding. I use KMail (KDE's email client) and it converts > > me

Bug#404742: deborphan: Says wrong information about package's priority

2006-12-27 Thread Teemu Likonen
Package: deborphan Version: 1.7.23 Severity: normal It seems that deborphan does not report package's priority correctly. In my Etch system the command "deborphan -aP" says for example: main/develgnu-efi optional main/libs libldap-2.3-0

Bug#402898: /etc/bogofilter.cf should define UTF-8 as default charset since it is Debian's default

2006-12-27 Thread Teemu Likonen
Samuel Thibault kirjoitti (27.12.2006 klo 23.25): > Maybe cp1252 would even be more useful, since it is an over-set of > iso-8859-1 and it is used by a lot of mailers running on another > well-known OS. Indeed. Then it would be "charset_default=Windows-1252" or "charset_default=cp1252". -- To

Bug#404955: ifplugd: Starts daemon even for non-existing static interfaces

2006-12-29 Thread Teemu Likonen
Package: ifplugd Version: 0.28-2.1 Severity: normal Init script /etc/init.d/ifplugd starts daemons for non-existing static interfaces, if they have been defined in /etc/default/ifplugd or given as command line arguments for /etc/init.d/ifplugd. I suggest applying the attached patch. It may usuall

Bug#313411: This also affects mawk

2006-12-29 Thread Teemu Likonen
clone 313411 -1 retitle -1 mawk: UTF-8 multibyte characters are not handled properly thanks /usr/bin/mawk seems to be default awk interpreter in Etch. The same UTF-8 bug is in mawk too. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTEC

Bug#405525: k3b: Crashes VERY often

2007-01-04 Thread Teemu Likonen
Package: k3b Version: 0.12.17-8 Severity: grave Justification: renders package unusable I'm using Etch with latest updates. k3b is unusable because it crashes very often. I managed to burn a CD image and a small data DVD but it crashes during larged DVD burns. I don't think this has to do with bu

Bug#407372: fluxbox: Leaves display manager info file to /var/lib/menu-xdg/xsessions after purge

2007-01-17 Thread Teemu Likonen
Package: fluxbox Severity: minor When "fluxbox" package as well as "menu" package are purged from the system, there's still left the file /var/lib/menu-xdg/xsessions/X-Debian-WindowManagers-fluxbox.desktop Hence kdm display manager shows fluxbox as one of the possible sessions but of course it do

Bug#407411: iceape-browser: Leaves dangling symlinks to /etc/alternatives when package is purged

2007-01-18 Thread Teemu Likonen
Package: iceape-browser Version: 1.0.7-2 Severity: minor After purging the iceape-browser package there are following symlinks left in the /etc/alternatives directory: lrwxrwxrwx 1 root root 15 2007-01-13 11:10 mozilla -> /usr/bin/iceape lrwxrwxrwx 1 root root 31 2007-01-13 11:10 mozilla.1.gz ->

Bug#408233: kappfinder: vim-gui-common provides own .desktop file

2007-01-24 Thread Teemu Likonen
Package: kappfinder Version: 4:3.5.5a.dfsg.1-5 Severity: normal I'm running Etch and I have two GVim items in the KDE menu. One is nicely in "K -> Utilities -> Editors " with other text editors. One is a bit less nicely in "K -> Utilities". $ dpkg --search gvim.desktop vim-gui-common: /usr/share

Bug#402898: /etc/bogofilter.cf should define UTF-8 as default charset since it is Debian's default

2006-12-13 Thread Teemu Likonen
Package: bogofilter Version: 1.1.3-1 Severity: serious I report this as "serious" because this _should_ be fixed before Etch is released. This bug causes bogofilter to work incorrectly in UTF-8 systems (which is Etch's default). Debian Etch uses UTF-8 locales and charset as default. Bogofilter us

Bug#402898: New /etc/bogofilter.cf

2006-12-13 Thread Teemu Likonen
Package: bogofilter Version: 1.1.3-1 Followup-For: Bug #402898 New /etc/bogofilter.cf is attached. It defines the encoding explicitly: charset_default=utf-8 unicode=yes # Comment lines MUST have their hash mark in the leftmost column. # Comments can be added at the end of any line (after whitespa

Bug#403627: openoffice.org-voikko: Maintainer scripts

2006-12-19 Thread Teemu Likonen
Package: openoffice.org-voikko Followup-For: Bug #403627 Rene wrote: > Not to mention that I don't know whether voikkos mainntainer scripts > gracefully handle that... Maintainer scripts should have no problems with this change. They can handle different component names. -- To UNSUBSCRIBE, em

Bug#398507: kdebase-kio-plugins: Fixed udev in Etch?

2006-12-04 Thread Teemu Likonen
Package: kdebase-kio-plugins Followup-For: Bug #398507 Fixed udev package still isn't in Etch because of the freeze. I haven't seen any discussion on the matter in the debian-release list archives. Has anyone contacted? I am not a Debian developer but just a user who wants this bug to disappear.

Bug#402144: kaffeine: KDE does not recognize files with ".m2t" extension (TS files made by Kaffeine)

2006-12-08 Thread Teemu Likonen
Package: kaffeine Version: 0.8.3-1 Severity: minor Kaffeine stores DVB TS stream files with extension ".m2t". They are not recognized by KDE. Command /usr/bin/file tells this about .m2t files: "MPEG transport stream data". -- System Information: Debian Release: 4.0 APT prefers testing APT po

Bug#402376: ntpdate: The "-u" option should be default in /etc/default/ntpdate

2006-12-09 Thread Teemu Likonen
Package: ntpdate Version: 1:4.2.2.p4+dfsg-1 Severity: normal The current default is to not use the option "-u". ntpdate does not get time if privileged ports are used: # /usr/sbin/ntpdate-debian 10 Dec 00:22:18 ntpdate[3526]: the NTP socket is in use, exiting With "-u" it works: # /usr/sb

Bug#405525: Now it seems to work

2007-01-05 Thread Teemu Likonen
severity 405525 important retitle 405525 Random crashes thanks Since the last message I have upgraded kdebase package and rebooted. I don't know if it's because of this or not, but now k3b seems to be working fine. I'll lower the severity below release critical level and maybe later close this

Bug#396542: Another location for ROMs

2007-01-07 Thread Teemu Likonen
I don't care to file a new bug for this: README.ROMs advices to copy the ROM files to /usr/lib/vice directory. They can also be copied to ~/.vice directory. Maybe this should be mentioned too (?). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact

Bug#409922: fontconfig-config: Debconf questions tells that Debian's default is "Bitstream Vera" but actually it's DejaVu

2007-02-06 Thread Teemu Likonen
Package: fontconfig-config Version: 2.4.2-1 Severity: minor The dependency of fontconfig-config defines ttf-dejavu as the first alternative font (ttf-bitstream is the second). I guess this makes DejaVu the default font family in new Debian installations. fontconfig-config's first debconf question

Bug#410026: linux-image-2.6.18-3-k7: Oops related to firefox-bin (Iceweasel): "BUG: unable to handle kernel paging request at virtual address"

2007-02-07 Thread Teemu Likonen
Package: linux-image-2.6.18-3-k7 Version: 2.6.18-7 Severity: important I've got kernel Oops two times and it maybe related to process firefox-bin. It was just casual web surfing without anything special going on otherwise on the system. The Iceweasel was dead and did not respond. I was able to clo

Bug#410026: Iceweasel version

2007-02-07 Thread Teemu Likonen
Forgot to add that my Iceweasel package version is 2.0.0.1+dfsg-2. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#410057: cron should send email with UTF-8 charset as it's default in Etch

2007-02-07 Thread Teemu Likonen
Package: cron Version: 3.0pl1-100 Severity: important UTF-8 charset is default in Etch and hence I think cron should send email messages with this charset. I tried to source and export my system's locale variables (LANG and LC_*) in /etc/init.d/cron but it did not effect to emails sent by the cron

Bug#410057: cron should send email with UTF-8 charset as it's default in Etch

2007-02-07 Thread Teemu Likonen
tags 410057 + patch thanks > I tried to source and export my > system's locale variables (LANG and LC_*) in /etc/init.d/cron but it > did not effect to emails sent by the cron. I was wrong. This works just fine; I don't know what I did wrong first. Anyway, I suggest to add something like the fo

Bug#410026: linux-image-2.6.18-3-k7: Oops related to firefox-bin (Iceweasel): "BUG: unable to handle kernel paging request at virtual address"

2007-02-07 Thread Teemu Likonen
dann frazier kirjoitti: > Can you reproduce this with the 2.6.18.dfsg.1-10 in sid? We'll see. I'm now using 2.6.18.dfsg.1-10. Since there was two weeks time between the previous Oopses I don't expect to get new information very soon. Hopefully never :) -- To UNSUBSCRIBE, email to [EMAIL PRO

Bug#417324: linux-2.6: UTF-8 is the system-wide default encoding in Debian but kernel's filesystem modules use ISO-8859-1

2007-04-02 Thread Teemu Likonen
Package: linux-2.6 Severity: important UTF-8 is the default charset since Debian Etch. The default charset of kernel's vfat filesystem is ISO-8859-1. Therefore, when vfat or ntfs filesystem is mounted, kernel assumes that system's charset is ISO-8859-1 if not told otherwise. Wouldn't UTF-8 be bett

Bug#411357: ttf-dejavu: DejaVu Sans: Bad kerning of letter "f" in Iceweasel

2007-02-18 Thread Teemu Likonen
Package: ttf-dejavu Version: 2.14-2 Severity: important Iceweasel renders DejaVu Sans' letter "f" (U+0066) badly in CSS's "text-align:justify;" formatting. On the other hand Konqueror renders it just fine so I don't know if this is Iceweasel/Firefox or DejaVu Sans bug. Attached to this message is

Bug#408984: vim-runtime: Does not set 'omnifunc' for *.css files

2007-01-29 Thread Teemu Likonen
Package: vim-runtime Version: 1:7.0-122+1 Severity: normal Tags: patch I think that when *.css file is loaded the variable 'omnifunc' should be set so that omni completion would be automatically enabled. I suggest adding the line setlocal omnifunc=csscomplete#CompleteCSS to file /usr/share/vim/v

Bug#408984: CSS files

2007-01-29 Thread Teemu Likonen
retitle 408984 vim-runtime: Does not set 'omnifunc' for filetype "css" thanks Well, actually it's not only about *.css files. The 'omnifunc' should be set when 'filetype' is changed to some filetype which supports omni completion. So, just like the command "set ft=html" also sets omnifunc=htmlc

Bug#410026: kernel BUG at mm/slab.c:595!

2007-04-03 Thread Teemu Likonen
My kernel showed a some kind of bug again, and again it's somehow related to Iceweasel. I had flash animations going on web page (evil proprietary flash player). This time I was able to kill the firefox-bin process and start Iceweasel again: it seems to be working fine, no need to reboot. A sys

Bug#417913: ark: Does not compress anything from Konqueror's context menu if URL starts with system:/

2007-04-05 Thread Teemu Likonen
Package: ark Version: 4:3.5.5-3 Severity: normal When browsing files with Konqueror, user starts usually with URL "system:/home". Ark functions included in Konqueror's context menus can't handle such URLs. For example if I select "Compress -> Compress as somepackage.tar.gz", Ark opens the "Please

Bug#417324: Severity

2007-04-09 Thread Teemu Likonen
severity 417324 normal thanks According to Etch release notes this is a known issue. I'll downgrade the severity since this does not affect every Debian installation and desktop environments handle correctly the mounting of removable media with FAT filesystems. http://www.debian.org/releases/s

Bug#387224: program/unopkg: Could not find a Java Runtime Environment!

2006-09-12 Thread Teemu Likonen
Package: openoffice.org Version: 2.0.4~rc1 Severity: normal The utility "program/unopkg" does not work if user has not started OpenOffice before. This makes it impossible to install spell-checking and hyphenation components like openoffice.org-soikko since normally root never starts OpenOffice.

Bug#388714: debian/rules: fails to build if /bin/sh is a symlink to /bin/dash

2006-09-22 Thread Teemu Likonen
Package: openoffice.org-soikko Severity: normal Package fails to build if /bin/sh is a symlink to /bin/dash. In debian/rules file there is a line starting with sh -c "source /usr/lib/openoffice/sdk/setsdkenv_unix.sh [...] The command "source" is a bash builtin which is not in sh. Command "."

Bug#388714: openoffice.org-soikko: The installation script "install-oo2-soikko" is also sh incompatible

2006-09-22 Thread Teemu Likonen
Package: openoffice.org-soikko Followup-For: Bug #388714 The UNO language component is installed with the script "install-oo2-soikko". It has "#!/bin/sh" line at the beginning but the script uses bash extensions. Therefore the component installation/removing fails if user has /bin/sh symlinked to

Bug#671655: im-config: Please add config file for X Input Method (xim)

2012-05-08 Thread Teemu Likonen
* Osamu Aoki [2012-05-08 22:19:11 +0900] wrote: >> X Window System's "Compose" key everywhere, and I think im-config >> should make it easy to configure such settings: >> >> export XMODIFIERS=@im=none >> export GTK_IM_MODULE=xim >> export QT_IM_MODULE=xim > > If I understand right, if

Bug#671655: im-config: Please add config file for X Input Method (xim)

2012-05-05 Thread Teemu Likonen
7.5+8+squeeze1 X Window System (X.Org) infrastruc im-config suggests no packages. -- no debconf information >From 1ce09b9306741a782ae3bcabda037468b16c38e3 Mon Sep 17 00:00:00 2001 From: Teemu Likonen Date: Sat, 5 May 2012 19:15:25 +0300 Subject: [PATCH] Add config files for X Input method (xim)

Bug#857046: emacs-defaults: Add systemd user service unit file for running "emacs --daemon"

2017-03-07 Thread Teemu Likonen
Source: emacs-defaults Severity: wishlist Dear Maintainer, I suggest shipping Emacs packages with a systemd user service unit file such as this: /usr/lib/systemd/user/emacs.service: [Unit] Description=GNU Emacs editor Documentation=man:emacs(1) [Service] Type=forking E

Bug#845565: Bug#853066: gnupg-agent: opens dialog on the wrong computer.

2017-02-05 Thread Teemu Likonen
Charles Plessy [2017-01-31 22:57:07+09] wrote: > Le Sun, Jan 29, 2017 at 10:35:10PM +0900, Charles Plessy a écrit : >> when I am logged on my desktop computer directly with a GNOME shell >> session, and remotly via SSH, attempts to use gpg from the SSH >> session will open a popup on my desktop co

Bug#845565: Bug#853066: gnupg-agent: opens dialog on the wrong computer.

2017-02-05 Thread Teemu Likonen
Teemu Likonen [2017-02-05 11:44:27+02] wrote: > I'll just confirm the above and add that even executing > > gpg-connect-agent updatestartuptty /bye > > on the remote ssh session shell (Bash) doesn't help. I tried > gpg+pinentry with this command on the remote

Bug#854829: gnupg: tofu-default-policy ask -> Assertion "conflict_set" in get_trust failed

2017-02-10 Thread Teemu Likonen
gpg: O j: Assertion "conflict_set" in get_trust failed (../../g10/tofu.c:2780) -- /// Teemu Likonen - .-.. <https://keybase.io/tlikonen> // // PGP: 4E10 55DC 84E9 DFF6 13D7 8557 719D 69D3 2453 9450 /// signature.asc Description: PGP signature

Bug#855056: scdaemon: Duplicate udev lines in debian/scdaemon.udev file

2017-02-13 Thread Teemu Likonen
Package: scdaemon Version: 2.1.18-5 Severity: minor Scdaemon package version 2.1.18-5 introduced new udev rules for Nitrokey and Yubikey. All the Nitrokey lines were already in the file so there are now duplicates. In the Debian package source tree (git) you can confirm this with command: sor

Bug#854829: [pkg-gnupg-maint] Bug#854829: gnupg: tofu-default-policy ask -> Assertion "conflict_set" in get_trust failed

2017-02-13 Thread Teemu Likonen
Daniel Kahn Gillmor [2017-02-13 19:42:29-05] wrote: > On Sat 2017-02-11 01:07:42 -0500, Teemu Likonen wrote: >> Confirmed on gnupg 2.1.18-3: >> >> $ gpg --tofu-default-policy ask --fingerprint >> gpg: O j: Assertion "conflict_set" in get_tr

Bug#794971: lvm2: Volume group not found, unable to find LVM during boot

2016-06-08 Thread Teemu Likonen
Ertuğrul Harman [2015-08-08 23:51:11+03] wrote: > During every boot time after a fresh installation of debian jessie, I > get following errors after grub screen passes: > > Volume group "ert-debian-vg" not found. > Skipping volume group "ert-debian-vg" > Unable to find LVM "volume ert-debian-vg/ro

Bug#789955: devscripts: [bts] "bts show" command displays error: (process:29614): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed

2015-06-25 Thread Teemu Likonen
Package: devscripts Version: 2.15.3 Severity: minor When executing "bts show xxx" command from shell bts prints this error message: (process:29614): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed All seems to be working well, though. It's likely that the erro

Bug#789955: devscripts: [bts] "bts show" command displays error: (process:29614): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed

2015-06-25 Thread Teemu Likonen
James McCoy [2015-06-25 12:40:24-04] wrote: > On Jun 25, 2015 12:15 PM, "Teemu Likonen" wrote: >> All seems to be working well, though. It's likely that the error >> message comes from some other component/library but I don't know >> where to throw thi

Bug#864604: usb-modeswitch: USB 3G modem is detected twice as "USB Mass Storage"

2017-06-11 Thread Teemu Likonen
Package: usb-modeswitch Version: 2.5.0+repack0-1 Severity: normal Dear Maintainer, I have a Telewell TW-3G HSPA+ modem (usb). When it is plugged the device is identified as usb mass storage. See the kernel log below (journalctl -fk): 2017-06-11T12:29:52+ mithlond kernel: usb 1-7: new high-sp

Bug#864604: usb-modeswitch: USB 3G modem is detected twice as "USB Mass Storage"

2017-06-11 Thread Teemu Likonen
Josua Dietze [2017-06-11 16:31:16+02] wrote: > Bottom line: > The product ID 0x9801 needs to be added to the serial driver of the kernel. > > For a quick fix you can do what usb_modeswitch did previously: > # modprobe -v option > # echo "1c9e 9801" > /sys/bus/usb-serial/drivers/option1/new_id > >

Bug#864604: Telewell TW-3G HSPA+ modem not detected (was: Bug#864604: usb-modeswitch: USB 3G modem is detected twice as "USB Mass Storage")

2017-06-14 Thread Teemu Likonen
Teemu Likonen [2017-06-11 19:34:02+03] wrote: > Josua Dietze [2017-06-11 16:31:16+02] wrote: >> Bottom line: >> The product ID 0x9801 needs to be added to the serial driver of the kernel. > I'll try to help others and report the vendor and product ids to > ker

Bug#864788: cache TTL values ignored for smartcard PINs

2017-06-14 Thread Teemu Likonen
lains it a bit in here: https://lists.gnupg.org/pipermail/gnupg-users/2017-April/058069.html -- /// Teemu Likonen - .-.. <https://keybase.io/tlikonen> // // PGP: 4E10 55DC 84E9 DFF6 13D7 8557 719D 69D3 2453 9450 /// signature.asc Description: PGP signature

Bug#834414: apt-daily.service fails permanently and quietly as it runs before network is up

2017-06-21 Thread Teemu Likonen
Nicolas LE [2016-12-26 16:39:08+01] wrote: > Confirming. Confirming too on Debian 9 (Stretch) and apt version 1.4.6. Systemd service apt-daily-upgrade.service can't do its job because it tries to run on boot before network connection. The associated timer is scheduled to run on [Timer]

Bug#834414: apt-daily.service fails permanently and quietly as it runs before network is up

2017-06-22 Thread Teemu Likonen
Teemu Likonen [2017-06-22 09:12:03+03] wrote: > Systemd service apt-daily-upgrade.service can't do its job because it > tries to run on boot before network connection. The associated timer is > scheduled to run on > > [Timer] > OnCalendar=*-*-* 6:00 >

Bug#847380: Set GPG_TTY

2017-06-27 Thread Teemu Likonen
an.org/cgi-bin/bugreport.cgi?bug=847389 -- /// Teemu Likonen - .-.. <https://keybase.io/tlikonen> // // PGP: 4E10 55DC 84E9 DFF6 13D7 8557 719D 69D3 2453 9450 /// signature.asc Description: PGP signature

Bug#847389: bash: /etc/skel/.bashrc should contain line "export GPG_TTY=$(tty)"

2017-09-17 Thread Teemu Likonen
Daniel Kahn Gillmor [2017-09-06 13:43:14-04] wrote: > On Wed 2016-12-07 19:59:07 +0200, Teemu Likonen wrote: >> GnuPG agent's (package: gpg-agent) man/info page says that >> >> You should always add the following lines to your .bashrc or >> whatever ini

Bug#868437: gnupg: does not work after installation

2017-07-15 Thread Teemu Likonen
ommand will work. apt install dirmngr The gnupg package recommends dirmngr but I don't know why it's not part of the default installation. -- /// Teemu Likonen - .-.. <https://keybase.io/tlikonen> // // PGP: 4E10 55DC 84E9 DFF6 13D7 8557 719D 69D3 2453 9450 /// signature.asc Description: PGP signature

Bug#869636: abcde: munge* functions don't work as documented

2017-07-25 Thread Teemu Likonen
Package: abcde Version: 2.8.1-1 Severity: normal Tags: patch Dear Maintainer, abcde's Debian repository commit b42de9e27e3c8f2d8fb190b40675f15ff79f5f4f introduced new customizable functions mungetrackname(), mungeartistname() and mungealbumname(). However, the predefined functions do not work as

Bug#847389: bash: /etc/skel/.bashrc should contain line "export GPG_TTY=$(tty)"

2016-12-07 Thread Teemu Likonen
Package: bash Version: 4.3-11+b1 Severity: wishlist File /etc/skel/.bashrc should contain line "export GPG_TTY=$(tty)". GnuPG agent's (package: gpg-agent) man/info page says that You should always add the following lines to your .bashrc or whatever initialization file is used for all shel

Bug#852873: xfce4-session: ssh-agent is started even if user wishes to use gpg-agent's ssh agent protocol

2017-01-27 Thread Teemu Likonen
Package: xfce4-session Version: 4.12.1-5 Severity: normal Dear Maintainer, XFCE starts ssh-agent even if user wishes to use gpg-agent's ssh agent protocol. The details: I have a Debian testing XFCE4 desktop system and use gpg-agent to manager ssh-agent protocol as well. There is "enable-ssh-supp

Bug#831991: The glossy shader displays reflections in black sometimes

2016-07-21 Thread Teemu Likonen
I just downloaded and tried Blender version 2.77a from www.blender.org and can confirm that this bug affects the newest upstream version too. signature.asc Description: PGP signature

Bug#1041730: dpkg: Systemd dpkg-db-backup.timer unit should be "Persistent=true"

2023-07-22 Thread Teemu Likonen
Package: dpkg Version: 1.21.22 Severity: minor Tags: patch X-Debbugs-Cc: tliko...@iki.fi Dpkg installs systemd timer unit dpkg-db-backup.timer which is supposed to run daily: # /lib/systemd/system/dpkg-db-backup.timer [Unit] Description=Daily dpkg database backup timer Documentati

Bug#466384: xkb-data: 0.9+cvs.20070428-1 breaks 0.8-17 Finnish patch

2008-02-22 Thread Teemu Likonen
I'm CCing this to Troy Korjuslommi who has been dealing with the new fi(kotoistus) keyboard for long time and been contact with the X.org upstream. Hi Troy, the following bug was reported to Debian bug tracking system by Martin-Éric Racine: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=4663

Bug#466384: xkb-data: 0.9+cvs.20070428-1 breaks 0.8-17 Finnish patch

2008-02-23 Thread Teemu Likonen
Teemu Likonen kirjoitti: > Hi Troy, the following bug was reported to Debian bug tracking system > by Martin-Éric Racine: > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466384 > > > The Finnish keyboard map change in 0.9+cvs.20070428-1 breaks the > > dead_macr

Bug#467142: xkb-data: Please update en_US.UTF-8/Compose file from the upstream

2008-02-23 Thread Teemu Likonen
Package: xkb-data Version: 0.9-4 Severity: wishlist Quite recently the default Finnish keyboard layout has changed. The current default is now called fi(kotoistus). It contains some keymappings which don't work with the Compose file shipped with Debian Sid. I'm referring to this file: /usr/share

Bug#466384: The change of default Finnish keyboard

2008-02-23 Thread Teemu Likonen
severity 466384 wishlist retitle 466384 Please don't change the default Finnish keyboard to fi(kotoistus) thanks Martin-Éric Racine kirjoitti: > On 2/23/08, Teemu Likonen <[EMAIL PROTECTED]> wrote: > > Debian Etch's fi(basic) is the same as Debian Sid's fi(class

Bug#466384: The change of default Finnish keyboard

2008-02-23 Thread Teemu Likonen
Martin-Éric Racine kirjoitti: > I'm someone > who actually *needs* all those new letters My point is that this really is not about you and me. This Kotoistus keyboard is about Finnish people in general. > For everything else, it breaks what little > compatibility there was was with other neighb

Bug#466384: The change of default Finnish keyboard

2008-02-23 Thread Teemu Likonen
Martin-Éric Racine kirjoitti: > On 2/23/08, Teemu Likonen <[EMAIL PROTECTED]> wrote: > > Martin-Éric Racine kirjoitti: > > My point is that this really is not about you and me. This > > Kotoistus keyboard is about Finnish people in general. > > The average Finn

Bug#467142: The 'dead_stroke' keys and 'EZH WITH CARON' don't work in Finnish keyboard

2008-03-01 Thread Teemu Likonen
severity 467142 important retitle 467142 The 'dead_stroke' keys and 'EZH WITH CARON' don't work in Finnish keyboard thanks I upgrade the severity to 'important' because Finnish keyboard is partly broken and hence this is indeed a bug. Anyway, the fix is quite trivial: new upstream version of en_

Bug#457765: Shell quotes wrong in dash.1 man page in Unicode environment

2008-03-03 Thread Teemu Likonen
Gerrit Pape kirjoitti: > Hi Teemu, thanks for the patch. But somehow I think there must be > another solution, wasn't there some discussion around this on > [EMAIL PROTECTED] I agree that this patch may not be a long-term solution. There are so many manpages with similar problems. Some manp

Bug#463775: vim: The quilt command in debian/rules may not work correctly with user's ~/.quiltrc

2008-02-03 Thread Teemu Likonen
Package: vim Version: 1:7.1-241+1 Severity: normal Tags: patch The debian/rules shipped with the vim package executes 'quilt' command in such manner that user's ~/.quiltrc is included. Also, user may have set QUILT_PATCHES variable to a non-default value. These may cause the vim package to not bui

Bug#501518: upgrade-reports: etch->lenny works better with etch's apt-get than lenny's aptitude

2008-10-17 Thread Teemu Likonen
I'll add my report here because it's somewhat similar. Log of aptitude's selections and conflict resolutions is attached. Stuart Prescott [2008-10-08 01:34 +0100]: > On an etch box with X, KDE and assorted office-type applications > installed, I followed the sequence of steps outlined on d-d-a [

Bug#501821: xserver is not reconfigurable

2008-10-19 Thread Teemu Likonen
> All i can find is dpkg-reconfigure xserver-xorg (with and without > -phigh) and this does NOT ASK FOR ANY hsync or vsync frequencies! > xserver configuration is really horror again and again - sorry. I'll just add my "me too" here. Automatic X server configuration does not work that well yet. I

Bug#500540: kdebase: automounting vfat (partialy) case sensitive due to utf8 is plain wrong and dangerous

2008-10-20 Thread Teemu Likonen
New version of "pmount" package was uploaded (and unblocked) recently. It deals with the very same issue. Vincent Fourmond on the debian-release list points to this bug report, see: http://lists.debian.org/debian-release/2008/10/msg00793.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] w

Bug#500540: kdebase: automounting vfat (partialy) case sensitive due to utf8 is plain wrong and dangerous

2008-10-10 Thread Teemu Likonen
Heinrich Langos <[EMAIL PROTECTED]> writes: > Now lets try again with more sane vfat options: > > # mount | grep vfat > /dev/sda1 on /mnt type vfat > (rw,nosuid,nodev,noatime,uhelper=hal,flush,uid=1000,shortname=lower,check=relaxed,codepage=850,iocharset=iso8859-1) > As you see it is not perfect

Bug#492610: Etch'n'half & KDE login: The process for the file protocol died unexpectedly

2008-11-11 Thread Teemu Likonen
Teemu Likonen (2008-07-27 21:25 +0300) wrote: > I just started to get error messages at KDE login. Two popup windows > appear with the following errors: > > [Window title: KDesktop error] > The process for the file protocol died unexpectedly > The process for the m

Bug#462557: git-core: git -h shouldn't depend on being inside a repository

2008-12-27 Thread Teemu Likonen
retitle 462557 Please implement "git -h" option to print short usage message severity 462557 wishlist thanks As the -h option does not even exist for many Git commands, I retitled this bug. If the option gets added then it might be good idea to make it work consistently and outside a repository

Bug#463856: git-core: Add a --quiet option to git-merge

2008-12-27 Thread Teemu Likonen
tags 463856 + fixed-upstream thanks Frédéric Brière (2008-02-03 14:52 -0500) wrote: > It'd be nice if git-merge had a --quiet option to make it less > verbose, at least in trivial cases like "Already up to date" and "Fast > forward". (Bonus points if git-pull then passes that option to both > git

Bug#530872: detox: Please use UTF-8 by default in system-wide config file

2009-05-28 Thread Teemu Likonen
Package: detox Version: 1.2.0-1 Severity: wishlist Tags: patch Detox's system-wide config file /etc/detoxrc defines filter sequences than can be used with the detox command-line tool. The default sequence translates 8-bit ISO-8859-1 characters to "safe" ASCII characters. Using ISO-8859-1 may not s

Bug#420893: konqueror: Can't (u)mount partitions which are being referred to with LABEL or UUID in /etc/fstab

2007-04-25 Thread Teemu Likonen
Package: konqueror Version: 4:3.5.5a.dfsg.1-6 Severity: normal If system's /etc/fstab defines a partition with LABEL or UUID and with mount option "user" or "users", then Konqueror is unable to mount or umount such partitions. To reproduce: 1) Put something like the following to system's /etc/fst

Bug#542029: run-parts: ambiguous term "letter" in the man page

2009-08-17 Thread Teemu Likonen
Package: debianutils Version: 2.30 Severity: minor run-parts man page uses word "letter" ambiguously. The man page says: If neither the --lsbsysinit option nor the --regex option is given then the names must consist entirely of upper and lower case letters, digits, underscores, and hy

Bug#542029: run-parts: ambiguous term "letter" in the man page

2009-08-17 Thread Teemu Likonen
On 2009-08-17 14:54 (UTC), Clint Adams wrote: > On Mon, Aug 17, 2009 at 03:25:27PM +0300, Teemu Likonen wrote: >> run-parts man page uses word "letter" ambiguously. The man page says: >> >> If neither the --lsbsysinit option nor the --regex option is given >

Bug#542193: debian-installer: May install Grub to wrong hard disk

2009-08-18 Thread Teemu Likonen
Package: debian-installer Severity: important Debian installer may install Grub to wrong hard disk. Here's the case I experienced. I have two HDs and they are identified as /dev/sda (SATA) and /dev/hda (ATA, my backup disk). I installed Debian Lenny to /dev/sda with text-mode installer and no exp

Bug#542193: debian-installer: May install Grub to wrong hard disk

2009-08-19 Thread Teemu Likonen
On 2009-08-18 14:38 (+0300), Teemu Likonen wrote: > But that's not all. Now trying to boot the first kernel from the Grub > menu resulted in an another error. I can't actually remember the message > but I know the cause of the error. Debian installer had put boot option >

Bug#467142: Fixing dead_stroke issue before Lenny?

2008-04-27 Thread Teemu Likonen
Dear Debian X maintainers, As this issue is important for Finnish keyboard to work properly I'd like to know whether or not you are planning to include a newer version of libx11 to Debian Lenny? I see that newer upstream version is already in experimental; not in Sid, though. If Lenny's version w

Bug#474980: [vim-runtime] Netrw explorer shows files as symlinks under a symlinked directory

2008-04-08 Thread Teemu Likonen
Package: vim-runtime Version: 1:7.1.285-1 Severity: normal Vim's netrw explorer shows all files as symlinks if the current path contains symlinked directory parts. This is quite confusing. Steps to reproduce: $ mkdir directory $ touch directory/file $ ln -s directory link $ vim . Netrw d

Bug#486417: [vim-runtime] GUI menu "Window -> Split File Explorer" does not work if the path has special characters

2008-06-15 Thread Teemu Likonen
"git format-patch") fixes the issue by backslash-escaping many characters. Recent Vim versions (starting from 7.1.299, I think) contains new function fnameescape() which I believe will be used in the future. >From 8da38ff6455fff9a2f422657c3a4e67134ec6bd2 Mon Sep 17 00:00:00 2001 From:

Bug#486454: Does not remove automatically installed packages with remove/purge

2008-06-16 Thread Teemu Likonen
Package: aptitude Version: 0.4.11.4-1 Severity: normal Aptitude does not remove automatically installed packages with "aptitude remove". Files are marked as automatically installed, though. It tried exactly the same thing in Etch and Sid: $ sudo aptitude install emacs Metapackage "emacs" and a

Bug#486454: Does not remove automatically installed packages with remove/purge

2008-06-16 Thread Teemu Likonen
Daniel Burrows wrote (2008-06-16 07:08 -0700): > When you've removed emacs, what do you get from > "aptitude why emacs22-common"? Ah, there is a recommendation set by malaga-bin package: $ aptitude why emacs22-common i malaga-bin Recommends info | info-browser i A emacs22

  1   2   >