Bug#864474: unbound anchor key

2017-06-09 Thread Ognyan Kulev
Additionally, unbound package doesn't use upstream location /etc/unbound/root.key but uses /var/lib/unbound/root.key instead. So as a minimum, the Debian location should be specified in manpages and used in the utilities.

Bug#864474: use dns-root-data

2017-06-09 Thread Ognyan Kulev
Package: ldnsutils Version: 1.7.0-1 According to their manpages, the following utilities use /etc/unbound/root.key by default: drill, ldns-dane, ldns-verify-zone. Instead, ldnsutils should depend on dns-root-data package and if no key file is provided on command line, use

Bug#846145: php7.0 sock path

2016-12-10 Thread Ognyan Kulev
Hi, Actually the path is /run/php/php7.0-fpm.sock (without /var). You can see it in https://anonscm.debian.org/cgit/pkg-php/php.git/tree/debian/rules.d/prepare-fpm-pools.mk /var/run is symlinked to /run but it is better if it's the real path. Best regards, Ognyan

Bug#846946: luks+lvm warnings

2016-12-07 Thread Ognyan Kulev
Hi, It looks like this is an old issue: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544651 Best regards, Ognyan

Bug#846946: debian-stretch-DI-alpha8: guided encrypted lvm: WARNING: Failed to connect to lvmetad

2016-12-04 Thread Ognyan Kulev
Package: installation-reports I used the guided encrypted LVM option of debian-stretch-DI-alpha8-amd64-netinst.iso . The installation works fine, it asks for password on boot and continues to login prompt. But the following warning messages appear before and after entering password and I

Bug#846256: failure on boot

2016-11-29 Thread Ognyan Kulev
Package: console-setup Version: 1.154 On a Debian testing inside virt-manager, console-setup always fails on boot with the following error messages: Unit console-screen.service could not be found. ● console-setup.service - Set console font and keymap Loaded: loaded

Bug#841488: about index index.php

2016-10-23 Thread Ognyan Kulev
Hello, I prepared a patch and it is attached. The problem with PATH_INFO is explained in https://nealpoole.com/blog/2011/04/setting-up-php-fastcgi-and-nginx-dont-trust-the-tutorials-check-your-configuration/ and

Bug#841488: about index index.php

2016-10-21 Thread Ognyan Kulev
I think it would be clearer if the following line is removed from sites-available/default: # Add index.php to the list if you are using PHP And the following lines is added after "# pass PHP scripts to FastCGI server": # (usually you also need to add index.php to the index directive above)

Bug#841488: improve suggested php config

2016-10-21 Thread Ognyan Kulev
Package: nginx-common Version: 1.10.1-3 Severity: wishlist Tags: patch Hello, In snippets/fastcgi-php.conf, url:s like /index.php/some/path are correctly split into /index.php and /some/path. But the suggested php config in sites-available/default has the following line that can't match

Bug#827723: gnome-software: always crashes on Downloading updates

2016-06-20 Thread Ognyan Kulev
dependancy is making problems but all I got from running gnome-software in terminal is SIGSEGV message. Best regards, Ognyan Kulev *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? * What exactly did you do (or not do) that was

Bug#819846: still happens

2016-05-09 Thread Ognyan Kulev
Hello, After last upgrade of gnome-music 3.20.0-3, similar error happened to me at startup, making gnome-music unusable: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/gnomemusic/playlists.py", line 139, in callback self.update_static_playlist(playlist) File

Bug#823841: virt-manager: cannot exit fullscreen with the small menu after last upgrade

2016-05-09 Thread Ognyan Kulev
Package: virt-manager Version: 1:1.3.2-4 Severity: important Dear Maintainer, I just upgraded my Debian stretch/testing and while virt-manager itself wasn't updated, a new undesired behavior appeared. I start a VM (another Debian testing but it's not relevant). I enter fullscreen. Releasing

Bug#822657: gnome-music: Crash at launch

2016-04-26 Thread Ognyan Kulev
Package: gnome-music Version: 3.20.0-2 Justification: renders package unusable Severity: grave After upgrading gnome-music from 3.18 to 3.20 in my Debian testing, gnome-music crashes at launch. The error is: Traceback (most recent call last): File "/usr/bin/gnome-music", line 84, in

Bug#803375: python-csvkit: No command-line tools

2015-10-29 Thread Ognyan Kulev
Package: python-csvkit Version: 0.9.1-2 Severity: grave None of the command-line tools described in https://csvkit.readthedocs.org/en/0.9.1/cli.html is present in the package as executable in /usr/bin. Best wishes, Ognyan

Bug#798100: ufw: rsyslog warning: ~ action is deprecated, consider using the 'stop' statement instead

2015-09-05 Thread Ognyan Kulev
Package: ufw Version: 0.33-2 Severity: minor Tags: patch Hello, The following explanation is included in /etc/rsyslog.d/20-ufw.conf: # Uncomment the following to stop logging anything that matches the last rule. # Doing this will stop logging kernel generated UFW log messages to the file #

Bug#798139: spampd: Syslog level NOTICE should be INFO instead

2015-09-05 Thread Ognyan Kulev
Package: spampd Version: 2.30-22.2 Severity: minor Spampd uses syslog level 2 (NOTICE) for all it's logging and now that we are using systemd and journald, these notices are in bold and attract unneeded attention. I solved the problem by replacing $self->log(2, ...) with $self->log(3, ...)

Bug#749315: Found solution

2015-07-18 Thread Ognyan Kulev
Hi, I had the same solution when I use external monitor on my Thinkpad. http://gregcor.com/2011/05/07/fix-dual-monitors-in-gnome-3-aka-my-workspaces-are-broken/ had the solution for me. The magic configuration command is: gsettings set org.gnome.shell.overrides workspaces-only-on-primary

Bug#785457: cloud.debian.org: AMI don't need getty

2015-05-18 Thread Ognyan Kulev
На 18.05.2015 в 17:17, Emmanuel Kasper написа: My understanding of that applied to Xen virtualization platform that Amazon uses, is that systemd will *always* start a getty on the default system console, which for Xen will be /dev/hvc0 instead of /dev/tty1 Actually you *want* to have this one

Bug#785457: cloud.debian.org: AMI don't need getty

2015-05-18 Thread Ognyan Kulev
На 18.05.2015 в 17:17, Emmanuel Kasper написа: Can you please post a a process list of the getty processes you see in the Amazon hvm ? Now if you have more than one getty started, then there is indeed room for improvement. I already fixed my EC2 instance, so just now I artificially unmasked

Bug#785457: cloud.debian.org: AMI don't need getty

2015-05-18 Thread Ognyan Kulev
I'm a little confused, we should already be doing that for AWS images: https://github.com/andsens/bootstrap-vz/blob/f3be3e4543a37ef1af7b2b5193a8bb7b590d1b79/bootstrapvz/common/tasks/boot.py#L31 systemd does not use the /etc/inittab file. signature.asc Description: OpenPGP digital signature

Bug#785457: cloud.debian.org: AMI don't need getty

2015-05-18 Thread Ognyan Kulev
На 18.05.2015 в 16:43, Ognyan Kulev написа: I'm a little confused, we should already be doing that for AWS images: https://github.com/andsens/bootstrap-vz/blob/f3be3e4543a37ef1af7b2b5193a8bb7b590d1b79/bootstrapvz/common/tasks/boot.py#L31 systemd does not use the /etc/inittab file. Oh

Bug#785457: cloud.debian.org: AMI don't need getty

2015-05-18 Thread Ognyan Kulev
На 18.05.2015 в 17:29, Ognyan Kulev написа: I'm new to Amazon EC2 but I don't see any way to access Xen console (hvc0). Quick googling didn't find anything. The only tty thing that I found is ec2-get-console-output command http://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference

Bug#785457: cloud.debian.org: AMI don't need getty

2015-05-16 Thread Ognyan Kulev
Package: cloud.debian.org Severity: wishlist User: cloud.debian@packages.debian.org Usertags: image Usertags: aws Hi, While fine-tuning the Debian 8.0.0 HVM AMI, I noticed that getty processes fill up space in the otherwise short default process list, so I disabled these with: systemctl

Bug#706305: Amazon AMI HVM images already available

2015-05-16 Thread Ognyan Kulev
I think this bug should be closed. There are official HVM images: https://aws.amazon.com/marketplace/pp/B00WUNJIEE/ All the best, Ognyan signature.asc Description: OpenPGP digital signature

Bug#766321: ITP: fastaq -- FASTA and FASTQ file manipulation tools

2014-10-23 Thread Ognyan Kulev
, cook or serve fasta or fastq files. We will, however, think it. :) There is no file format fastaq, only fasta and fastq. And there is a very popular package already with one-letter difference compared to file format name: fastqc. So I think fastaq as package name is OK. All the best, Ognyan

Bug#742005: ECDSA as a reason for packaging new upstream

2014-04-03 Thread Ognyan Kulev
ECDSA key support is added in 1.12 and is desirable too. It adds new dependancy on python-ecdsa. Best regards, Ognyan Kulev -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#742961: cannot open /var/cache/spampd/auto-whitelist: Access denied

2014-03-29 Thread Ognyan Kulev
not sure if this error has any negative effect but anyway it's disturbing that such message shows up. Best regards, Ognyan Kulev -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#724386: gwaterfall: diff for NMU version 0.1-5.1

2014-03-08 Thread Ognyan Kulev
Thank you for your efforts. -Ognyan На 8.3.2014 г. 09:31 ч., Eric Dorland написа: tags 724386 + pending thanks Dear maintainer, I've prepared an NMU for gwaterfall (versioned as 0.1-5.1) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. Regards. --

Bug#733352: [Debian-med-packaging] Bug#733352: Bowtie and tophat fail to build with seqan = 1.4

2014-02-25 Thread Ognyan Kulev
bowtie to work with 1.4. Best regards, Ognyan Kulev -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#729571: Crash with fasta.gz file

2013-11-14 Thread Ognyan Kulev
again, it's OK. Programs should not just crash when invalid input is given to them. Best regards, Ognyan Kulev -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#710682: [Debian-med-packaging] Bug#710682: New upstream version bwa 0.7.5a

2013-06-02 Thread Ognyan Kulev
На 2.06.2013 04:04, Charles Plessy написа: Le Sat, Jun 01, 2013 at 04:35:52PM +0300, Ognyan Kulev a écrit : Package: bwa Version: 0.6.2-1 Severity: wishlist I've updated bwa from 0.7.0 to 0.7.5a in git repository using git-import-orig. README is renamed to README.md by upstream and I

Bug#710682: New upstream version bwa 0.7.5a

2013-06-01 Thread Ognyan Kulev
to 0.7.0 but not uploaded? I'm interested in maintaining bwa package. Can I upload 0.7.5a and maintain the package? Best regards, Ognyan Kulev -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#706000: clustalo: RNA/DNA support should be mentioned in description

2013-04-23 Thread Ognyan Kulev
Package: clustalo Version: 1.1.0-1 Severity: minor ClustalO support RNA/DNA in addition to protein sequences since version 1.1.0. Description of package should reflect this change. Regards, Ognyan Kulev -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#705616: New upstream version bowtie 1.0.0

2013-04-18 Thread Ognyan Kulev
, in particular building 64-bit version. Regards, Ognyan Kulev -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#705681: Ability to set Java options

2013-04-18 Thread Ognyan Kulev
Package: picard-tools Version: 1.82-1 Severity: wishlist Hi, It would be nice if /usr/bin/picard-tools is able to set Java options, e.g. like $ picard-tools -Xmx32g SortSam ... Regards, Ognyan Kulev -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#705686: picard-tools BuildBamIndex fails

2013-04-18 Thread Ognyan Kulev
;; to BuildBamIndex) main=net.sf.picard.sam.BuildBamIndex;; fixes the problem. Probably all picard commands has to be checked. Regards, Ognyan Kulev -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#705616: New upstream version bowtie 1.0.0

2013-04-17 Thread Ognyan Kulev
give me repository rights for updating the patches? Is it OK to go ahead and upload the new version? I've just finished with the patches and the names and descriptions need improvement. I'll do it later. Regards, Ognyan Kulev --- a/blockwise_sa.h +++ b/blockwise_sa.h @@ -448,8 +448,8 @@ try

Bug#697604: Templates/Icons is not found

2013-01-07 Thread Ognyan Kulev
and in upstream it's FastQC directory. The easiest solution is to include all /usr/share/fastqc/* in the jar file. (Well, you could not use jar file at all but I don't think it's a good idea.) Regards, Ognyan Kulev -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#697344: error: abyss has been compiled to use the POPCNT

2013-01-06 Thread Ognyan Kulev
:-) This package runs fine :-) Regards, Ognyan Kulev -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#697344: error: abyss has been compiled to use the POPCNT

2013-01-04 Thread Ognyan Kulev
this feature. POPCNT instruction appeared along with SSE4.2. Please configure abyss Debian package to work on all i686 processors by using --disable-popcnt. Regards, Ognyan Kulev -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#689586: Newer version that fixes blue skin in Flash

2012-10-04 Thread Ognyan Kulev
/967091 Please upload libvdpau 0.5 that makes special non-default setting for making special case for flashplayer: http://lists.x.org/archives/xorg-announce/2012-September/002066.html Regards, Ognyan Kulev -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#689586: Newer version that fixes blue skin in Flash

2012-10-04 Thread Ognyan Kulev
was experiencing the issue. I reset the setting and now everything is fine :-) Keep up the good work :-) Regards, Ognyan Kulev -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#653073: Solved for me

2012-09-19 Thread Ognyan Kulev
-grub and rebooting Now df shows the much shorter /dev/disk/by-label/root :-) Regards, Ognyan Kulev -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#563314: In Emacs 24 too

2012-09-08 Thread Ognyan Kulev
. Regards, Ognyan Kulev -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#686735: [Pkg-xfce-devel] Bug#686735: xfce4-panel: Action Buttons: No icons for Suspend and Hibernate

2012-09-06 Thread Ognyan Kulev
На 5.09.2012 15:37, Yves-Alexis Perez написа: On Wed, Sep 05, 2012 at 10:03:25AM +0300, Ognyan Kulev wrote: When I go to settings of Action Buttons on my panel, changing button action to Suspend or Hibernate changes the icon of Action Buttons to kind of N/A icon. Other button actions has

Bug#686735: xfce4-panel: Action Buttons: No icons for Suspend and Hibernate

2012-09-05 Thread Ognyan Kulev
Package: xfce4-panel Version: 4.8.6-3 Severity: normal Hi, When I go to settings of Action Buttons on my panel, changing button action to Suspend or Hibernate changes the icon of Action Buttons to kind of N/A icon. Other button actions has proper icons. Regards, Ognyan Kulev -- System

Bug#686735: [Pkg-xfce-devel] Bug#686735: xfce4-panel: Action Buttons: No icons for Suspend and Hibernate

2012-09-05 Thread Ognyan Kulev
It may be relevant that I have a problem with Log Out Dialog too. It directly logs out and doesn't show a dialog. It looked non-Debian specific so I posted it to http://forum.xfce.org/viewtopic.php?id=7421 Regards, Ognyan Kulev -- To UNSUBSCRIBE, email to debian-bugs-dist-requ

Bug#645623: NMU

2012-06-19 Thread Ognyan Kulev
Hi, I intent to do 3-day delayed NMU next Monday because of this bug. Regards, Ognyan Kulev signature.asc Description: Digital signature

Bug#645895: ftp.debian.org: epoch should be part of the .deb file name

2011-10-19 Thread Ognyan Kulev
На 19.10.2011 16:18, Henrique de Moraes Holschuh написа: Well, while % is xml/xhtml/html-friendly, it is *not* http-friendly, and will require double-encoding. So we have encoding : anyway. What about using .. (horizontal :) - it looks much nicer than %-encoding. Regards, Ognyan Kulev

Bug#625810: /etc/cron.d/nsd3 sends mail to hostmaster@hostname

2011-05-06 Thread Ognyan Kulev
MAILTO=hostmaster. This way only errors will generate mail (to root@). Regards, Ognyan Kulev -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#517790: memory

2011-04-19 Thread Ognyan Kulev
MyDNS seems to use significantly less memory than PowerDNS and this is important for light VPS installations. I wanted just to mention a reason for someone to choose MyDNS over PowerDNS Regards, Ognyan Kuev -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#575397: Please upload new key 0x36D33D07 for Ognyan Kulev

2010-03-25 Thread Ognyan Kulev
#RulesforkeyreplacementintheDebianMaintainerskeyring but I'm not totally clear what to do - will signed post by zinoviev be enough? I have the old expired key but I doubt this will help. Regards, Ognyan Kulev -BEGIN PGP PUBLIC KEY BLOCK- Version: GnuPG v1.4.10 (GNU/Linux) mQINBEuqJUUBEADmZwZ5aJFEPmGOX9DX

Bug#569775: left-overs

2010-02-15 Thread Ognyan Kulev
this exit hook is never called. Regards, Ognyan Kulev -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4b794ec9.5090...@triangle.bg

Bug#569775: ntp should not use /etc/ntp.conf.dhcp when dhclient don't receive ntp server

2010-02-14 Thread Ognyan Kulev
. Regards, Ognyan Kulev -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4b77ae04.60...@triangle.bg

Bug#547423: transmission: SEGV when LANG=bg_BG.UTF-8

2009-09-19 Thread Ognyan Kulev
on launch, I built it with DEB_BUILD_OPTIONS=nostrip noopt so there's detailed crash report that I've attached - I hope this helps. Given that bg l10n users are minority, severity is set to important and not grave. Regards, Ognyan Kulev System: Linux 2.6.30-1-amd64 #1 SMP Sat Aug 15 18:09:19 UTC 2009

Bug#543479: network-bridge doesn't handle secondary address of ${netdev}

2009-08-25 Thread Ognyan Kulev
} and aliases (e.g. eth0:1 defined in /etc/network/interfaces) are loosed. Regards, Ognyan Kulev -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#524209: php5-geoip: Out of memory when using suPHP

2009-04-15 Thread Ognyan Kulev
Package: php5-geoip Version: 1.0.3-1 Severity: grave It's a lenny system. When using libapache2-mod-suphp for running PHP, right after PHP CGI loads geoip the following errors are logged and naturally the PHP script is not executed. After removing php5-geoip package (lexicographically just

Bug#494424: poedit: Gtk-WARNING about GtkPizza

2008-08-09 Thread Ognyan Kulev
no property named `row-ending-details' Although it doesn't seem to affect functionality, it'd be good to fix this. Regards, Ognyan Kulev -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux

Bug#491091: libxml-commons-resolver1.1-java: Tries to resolve from Internet when DOCTYPE of w3c-dtd-xhtml is used

2008-07-16 Thread Ognyan Kulev
don't know if it's commons-resolver's fault or w3c-dtd-xhtml's fault but it'd be good to be resolved. I believe the problem is still present in unstable although I didn't test. Regards, Ognyan Kulev -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

Bug#453777: libxml-commons-resolver1.1-java: Version 1.2 is available

2007-11-30 Thread Ognyan Kulev
Package: libxml-commons-resolver1.1-java Version: 1.1-8 Severity: wishlist Version 1.2 is available in http://xml.apache.org/mirrors.cgi with release notes in http://xml.apache.org/commons/components/resolver/resolver-release-notes.html . It would be nice if it's packaged. Regards, Ognyan Kulev

Bug#442022: Internal network can't access internal server accessed via external ip

2007-09-12 Thread Ognyan Kulev
-A POSTROUTING -s 192.168.0.0/24 -d 192.168.0.2 -p tcp --dport 80 -j SNAT --to 1.2.3.4 I think such hand-written iptables should not be needed. Regards, Ognyan Kulev -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#388020: quodlibet-ext: tray icon plugin is shown only when quodlibet-plugins is installed too

2006-09-18 Thread Ognyan Kulev
Package: quodlibet-ext Version: 0.23.1-1 Severity: normal I have quodlibet and quodlibet-ext installed but when I go to plugins list nothing is shown. When quodlibet-plugins is installed, the two plugins in quodlibet-ext are shown. When quodlibet-plugins is removed, plugins list is empty.

Bug#387907: rosegarden: missing dependancy on qjackctl

2006-09-18 Thread Ognyan Kulev
Mike O'Connor написа: qjackctl is not required for rosegarden. I have never had that package installed, and rosegarden works fine for me. Can you provide the output of rosegarden when you start it when qjackctl is not installed? Error - Rosegarden Attempted to launch JACK audio daemon

Bug#387907: rosegarden: missing dependancy on qjackctl

2006-09-17 Thread Ognyan Kulev
Package: rosegarden Version: 1:1.2.4-1 Severity: normal I'm using GNOME and when started, rosegarden complained that there is no jackd. I have jackd packages and it turned that qjackctl should also be installed. It's good if this is reflected in dependancies in some way. Regards, ogi -- System

Bug#371059: Saving volume settings must not depend on locale

2006-06-07 Thread Ognyan Kulev
Package: quodlibet Version: 0.20.1-1 My locale is bg_BG and floating numbers are written like that: 0,5. The problem is that Quodlibet writes memory/volume setting in ~/.quodlibet/config in locale format but expects it in en_US format (0.5). The following error occurs in this case:

Bug#365873: wpasupplicant: fixes in README.Debian

2006-05-03 Thread Ognyan Kulev
Package: wpasupplicant Version: 0.4.8-3 Severity: wishlist Tags: patch (On behalf of Alexander Velin.) In /usr/share/doc/wpasupplicant/README.Debian.gz : iface eth1 inet dhcp wpa-conf managed wpa-ap-scan 1 wpa-scan-ssid 1 # .. additional options for your setup,

Bug#365074: support for kFreeBSD

2006-04-30 Thread Ognyan Kulev
Robert Millan wrote: - match=$(find $moddir/kernel $moddir \ + match=$(find `ls -d $moddir/kernel 2/dev/null` $moddir \ -name $module.o -or -name $module.ko \ | head -n 1 | sed

Bug#361418: [Proposal] new Debian menu structure

2006-04-14 Thread Ognyan Kulev
Hamish Moffatt wrote: HAM is not an acronym, so Ham Radio would be more appropriate. Even better (IMHO) is the full term Amateur Radio, but some may disagree. I've CC'd debian-hams for their input also. Is there a problem with using Amateur (Ham) Radio? Regards, ogi -- To UNSUBSCRIBE,

Bug#362640: gajim: Cannot start because of sqlite2 error

2006-04-14 Thread Ognyan Kulev
Package: gajim Version: 0.9.1-3 Severity: important I've just dist-upgrade from stable+backports+upstream gajim repository to testing, and the following error occurs always at startup, even after rm -fr ~/.gajim: Traceback (most recent call last): File gajim.py, line 65, in ? from common

Bug#188608: Packages

2006-03-27 Thread Ognyan Kulev
Hi, I've reopened this ITP bug and set myself as owner. My packaging can be found in http://debian.fmi.uni-sofia.bg/~ogi/tmp/ . I had to make it from scratch because the source package by Rob Weir in http://egads.ertius.org/~rob/debian/ is not available anymore. The upstream source is taken

Bug#255569: [Pkg-fonts-devel] Bug #255569

2006-03-26 Thread Ognyan Kulev
Christian Perrier wrote: Would someone have an idea why FreeMono isn't listed in Monospaced fonts when stuff that need only these fonts is used (often terminal emulators...)? It's worth checking if all glyphs have exactly the same width, considering that this happened to DejaVu before:

Bug#358992: More descriptive description

2006-03-25 Thread Ognyan Kulev
Package: ttf-mgopen Version: 1.1-2 Severity: wishlist Please include more descriptive description. Here are some sentences from the home page http://www.ellak.gr/fonts/mgopen/ that could be used: The MgOpen typeface collection is comprised by the following typefaces: * MgOpenCanonica is a

Bug#351046: [INTL:bg] Updated Bulgarian debconf translation (debconf/debian/po/bg.po)

2006-02-02 Thread Ognyan Kulev
Package: debconf Version: 1.4.71 Severity: wishlist Tags: l10n patch Updated Bulgarian debconf translation is attached. Please commit. Regards, ogi bg.po.gz Description: GNU Zip compressed data

Bug#305239: Solution

2005-12-18 Thread Ognyan Kulev
Hi, I confirm that http://www.sng.ecs.soton.ac.uk/mailscanner/serve/cache/339.html is correct. I've changed the default settings of razor, so that its log file is written in /var/log instead of current directory (which happens in postfix hold directory) and everything is OK now. I'm not

Bug#305239: Faq-O-Matic entry in upstream

2005-12-16 Thread Ognyan Kulev
This problem has Faq-O-Matic entry in upstream site: http://www.sng.ecs.soton.ac.uk/mailscanner/serve/cache/339.html It seems that razor log in hold queue is the reason for stopping, but I need to test more. Regards, ogi -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Bug#330957: [INTL:bg] Bulgarian debconf templates translation

2005-09-30 Thread Ognyan Kulev
/README-trans # #Developers do not need to manually edit POT or PO files. # msgid msgstr Project-Id-Version: hylafax 4.2.1-1\n Report-Msgid-Bugs-To: \n POT-Creation-Date: 2005-08-04 00:06+0200\n PO-Revision-Date: 2005-09-30 19:15+0300\n Last-Translator: Ognyan Kulev [EMAIL PROTECTED]\n

Bug#195360: 2-year-old unreproducible bug, can this be closed?

2005-08-12 Thread Ognyan Kulev
Daniel Jacobowitz wrote: That's not relevant. Has anyone reproduced this bug since then? If not, Nathanael's right; it should be closed. The code has changed many times since then. I've experienced it multiple times since then. Others do too:

Bug#195360: 2-year-old unreproducible bug, can this be closed?

2005-08-11 Thread Ognyan Kulev
Nathanael Nerode wrote: It doesn't seem to serve a useful purpose to leave it hanging around. Unless it's reproducible in which case it should lose the tag. No, the Hurd project doesn't have resources to resolve tough and rare problems but at least we try to keep list of known problems.

Bug#284708: acknowledged by developer (Bug#284708: fixed in newt 0.51.6-27)

2005-07-10 Thread Ognyan Kulev
Alastair McKinstry wrote: ok, In the example script that you included in the bug, place -- as an argument just after -menubox. Then further arguments that start with - such as -The Great Unix Clone are not interpreted by getopt as options, but passed directly and interpreted as desired. [...]

Bug#317327: shadow: [INTL:bg] Updated Bulgarian translation

2005-07-07 Thread Ognyan Kulev
Package: shadow Version: 1:4.0.3-37 Severity: wishlist Tags: patch l10n Updated Bulgarian translation is attached. Regards, ogi bg.po.gz Description: GNU Zip compressed data

Bug#317328: popularity-contest: [INTL:bg] Updated Bulgarian (bg) translation

2005-07-07 Thread Ognyan Kulev
Package: popularity-contest Version: 1.29 Severity: wishlist Tags: patch l10n Updated Bulgarian (bg) translation is attached. Regards, ogi bg.po.gz Description: GNU Zip compressed data

Bug#314202: phpdoc: Package name better be php-doc

2005-06-15 Thread Ognyan Kulev
Package: phpdoc Version: 20050512-1 Severity: wishlist Package naming practice in Debian suggests that documentation packages are named package-doc. So I think that this package better be named php-doc. Regards, ogi -- System Information: Debian Release: testing/unstable APT prefers

Bug#314202: phpdoc: Package name better be php-doc

2005-06-15 Thread Ognyan Kulev
Lior Kaplan wrote: Package naming practice in Debian suggests that documentation packages are named package-doc. So I think that this package better be named php-doc. Any references to that practice? Well, I didn't find written rule, but the result of running the following command in Sid

Bug#314295: debhelper: dh_installmenu(1) doesn't mention that debian/menu is considered

2005-06-15 Thread Ognyan Kulev
Package: debhelper Version: 4.2.36 Severity: minor In dh_installmenu(1), only debian/package.menu file is mentioned but debian/menu also works. I guess that there are other manual pages with same defect. Regards, ogi -- System Information: Debian Release: testing/unstable APT prefers

Bug#311117: Fwd: Bug#311117: mozilla-firefox-locale-all: Wrong order of language preferences

2005-05-28 Thread Ognyan Kulev
Cesar Martinez Izquierdo wrote: bg-BG.prop:intl.accept_languages=bg-bg, bg (It's unofficial Bulgarian l10n of Firefox 1.0.) It's a bug in the l10n and should be bg-bg, bg, en-us, en. Would you change it, please? Regards, ogi -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Bug#310945: warnquota: User name is not in warning mail

2005-05-26 Thread Ognyan Kulev
Package: quota Version: 3.12-6 Severity: wishlist Mail that warns about using more disk space doesn't contain user name. This is inconvenient for sysadm that receives these by Cc: and he/she is compelled to look at To: mail header. It's even better if host name is included too, like [EMAIL

Bug#310725: hurd: ext2fs pager assertion failure

2005-05-25 Thread Ognyan Kulev
Colin Watson wrote: ext2fs.static: /build/mbanck/hurd-20050513/build-tree/hurd/ext2fs/pager.c:782: pager_report_extent: Assertion `pager-type == DISK || pager-type == FILE_DATA' failed. There is another report about this too[1]. It's good that it's in list of bugs now. [1]

Bug#310027: quota: ability user to display own quota

2005-05-21 Thread Ognyan Kulev
Package: quota Version: 3.12-6 Severity: wishlist Recommended practice is aquota.{user,group} to have access mode of 0600. This means that ordinary user can't display own quota with quota(1). A solution is to make quota(1) SUID and don't allow user or group argument when quota(1) is called by

Bug#306578: Bug should be closed

2005-05-20 Thread Ognyan Kulev
Hi, Thank you for including Bulgarian translation of Firefox in mozilla-firefox-locale-all :-) Please close this bug. Regards, ogi -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#305783: fai: Including resolvconf (recommended by postfix) breaks FAI

2005-05-18 Thread Ognyan Kulev
Michael Tautschnig wrote: Could you please tell us a bit more about the errors in FAI? I don't think that we need to exclude resolvconf, but maybe the script in examples/simple/scripts/FAIBASE/30-interfaces demands some changes. It's a bit hard for me right now to list what exactly happens,

Bug#308130: xdebconfigurator: [INTL:bg] Bulgarian translation of debconf templates

2005-05-07 Thread Ognyan Kulev
: xdebconfigurator\n Report-Msgid-Bugs-To: \n POT-Creation-Date: 2004-10-23 11:32+0200\n PO-Revision-Date: 2005-05-08 07:39+0300\n Last-Translator: Ognyan Kulev [EMAIL PROTECTED]\n Language-Team: Bulgarian [EMAIL PROTECTED]\n MIME-Version: 1.0\n Content-Type: text/plain; charset=UTF-8\n Content

Bug#308129: localization-config: [INTL:bg] Bulgarian translation of debconf templates

2005-05-07 Thread Ognyan Kulev
files. # # Ognyan Kulev [EMAIL PROTECTED], 2005. # #, fuzzy msgid msgstr Project-Id-Version: localization-config\n Report-Msgid-Bugs-To: \n POT-Creation-Date: 2004-09-05 12:52+0300\n PO-Revision-Date: 2005-03-06 21:26+0200\n Last-Translator: Ognyan Kulev\n Language-Team: Bulgarian [EMAIL PROTECTED]\n

Bug#306578: mozilla-firefox-locale-all: Bulgarian translation of Mozilla Firefox 1.0

2005-05-03 Thread Ognyan Kulev
Ognyan Kulev wrote: It's reviewed by Bulgarian translators list [EMAIL PROTECTED] but I'll have to check if results of discussion are reflected in the jar. The outcomes in the mentioned discussion are reflected in the jar :-) Regards, ogi -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Bug#306578: mozilla-firefox-locale-all: Bulgarian translation of Mozilla Firefox 1.0

2005-04-28 Thread Ognyan Kulev
Cesar Martinez Izquierdo wrote: Has it been tested enough? Is it working without problems? If it works fine, I will include it after the last mozilla-firefox-locale-all enters testing (7 days remaining). I tested it and I haven't found problems. The translation itself is very good. It's

Bug#306578: mozilla-firefox-locale-all: Bulgarian translation of Mozilla Firefox 1.0

2005-04-27 Thread Ognyan Kulev
Package: mozilla-firefox-locale-all Severity: wishlist Hi, In https://bugzilla.mozilla.org/show_bug.cgi?id=271341 , there is Bulgarian l10n of Mozilla Firefox 1.0. Is there a problem to include it in Debian? It's not official l10n but it's sufficiently good. Regards, ogi -- System

Bug#306119: ITP: gwaterfall -- View all characters of font in all sizes

2005-04-24 Thread Ognyan Kulev
Package: wnpp Severity: wishlist Owner: Ognyan Kulev [EMAIL PROTECTED] * Package name: gwaterfall Version : 0.1 Upstream Author : Noah Levitt [EMAIL PROTECTED] * URL : http://keithp.com/cvs/gwaterfall/ * License : MIT-like Description : View all

Bug#305783: fai: Including resolvconf (recommended by postfix) breaks FAI

2005-04-22 Thread Ognyan Kulev
Package: fai Version: 2.8 Severity: normal Instead of exim4, I decided to use postfix, so in packages_config/FAIBASE I replaced exim4 with postfix. This led to errors in FAI and I found that the reason is that resolvconf is installed. It's recommended by postfix and I don't know why FAI

Bug#305544: fai: PACKAGES aptitude-r doesn't work

2005-04-20 Thread Ognyan Kulev
Package: fai Version: 2.8 Severity: normal Tags: patch PACKAGES aptitude-r in package_config/* doesn't work. Patch is attached. -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.8-1-686 Locale:

Bug#305362: fai: cfengine2 instead of cfengine

2005-04-19 Thread Ognyan Kulev
Package: fai Version: 2.8 Severity: wishlist FAI uses cfengine as important part of automatic installation. Since cfengine 1 is no longer supported upstream, I think it's better if cfengine2 is used. Regards, ogi -- System Information: Debian Release: 3.1 APT prefers testing APT policy:

Bug#305363: fai: Fixed IP floppy is not well documented

2005-04-19 Thread Ognyan Kulev
Package: fai Version: 2.8 Severity: wishlist There are things that better be mentioned in FAI documentation about creating floppies for fixed IP clients. What I found out is that DNSSRVS should be passed as kernel parameter. Another kernel parameter of interest is DOMAIN. Perhaps there are

  1   2   >