Bug#863065: fonty-rg: Recommends removed package, and contains unusable scripts

2017-05-29 Thread Radovan Garabik
On Sun, May 21, 2017 at 09:36:31AM +0200, Robert Luberda wrote:
 
> In my opinion both 'utf8' and 'iso' scripts should be:
>  - either removed together with their manpages (or maybe replaced 
>with some documentation in README.Debian explaining how to enable
>fonts from the package?),
>  - or rewritten to use console utilities from the kbd package.

Thanks for noticing, I rewrote the package to use kbd. There is a small
regression though, as far as I know it is not possible to specify
fallback for missing characters, but as the text console is marginal
nowadays, I think this will do.

Best,

-- 
 ---
| Radovan Garabík http://kassiopeia.juls.savba.sk/~garabik/ |
| __..--^^^--..__garabik @ kassiopeia.juls.savba.sk |
 ---
Antivirus alert: file .signature infected by signature virus.
Hi! I'm a signature virus! Copy me into your signature file to help me spread!


signature.asc
Description: PGP signature


Bug#608689: RM: pytris -- security issues; abandoned upstream

2011-01-03 Thread Radovan Garabik
On Sun, Jan 02, 2011 at 08:14:17PM +0200, Stefano Rivera wrote:
 Package: pytris
 Version: 0.98+nmu1
 Severity: grave
 Tags: security
 Justification: user security hole
 
 The setgid wrapper for this game makes no attempt at security.
 

...
 
 I believe the best solution is removal, from unstable, squeeze, and
 lenny.
 
 Radovan, are you OK with reassigning this to ftp.debian.org?


Yes, that is probably something that I should have made earlier.
(and I think it is time to go through my older packages and see which of
them are no more relevant) 

-- 
 ---
| Radovan Garabík http://kassiopeia.juls.savba.sk/~garabik/ |
| __..--^^^--..__garabik @ kassiopeia.juls.savba.sk |
 ---
Antivirus alert: file .signature infected by signature virus.
Hi! I'm a signature virus! Copy me into your signature file to help me spread!


signature.asc
Description: Digital signature


Bug#408277: pyftpd: installation fails: file does not exist: /usr/share/pyftpd/log_simple_config.py

2007-02-25 Thread Radovan Garabik
On Sun, Feb 25, 2007 at 06:04:40AM -0400, José Parrella wrote:
 The problem is that pycentral tries to install the _config.py files,
 which are symlinks to files in /etc/pyftpd and aren't configured yet
 (that is, they're suffixed .dpkg-new)

However, I am unable to reproduce the bug - I tried with python-central
and pyftpd purged, with old pyftpd conffies left over, etc...
It manifested itself only in one case, when I experimented with symlinks in
/etc/pyftpd/ and left over the symlinks and reinstalled the package. 
I have to admit am lost at this point.

 
 pycentral can be called with a special -x option which excludes modules.
 The exclude pattern could be 'config.py' (since 'config' excludes real
 files) However this approach didn't work for me (and dh_pycentral
 doesn't support excluding, for some reason)
 
 If you change the direction of the symlinks, however, you can get an
 installable package. That means you'll get real packages under
 /usr/share, and symlinks in /etc. I'm not really sure if this is
 Policy-compliant, but you should also state those files as conffiles.

that is contrary to the Policy, section 10.7.2:
Any configuration files created or used by your package must reside in /etc
If your package creates or uses configuration files outside of /etc, and it
is not feasible to modify the package to use /etc directly, put the files in 
/etc and create symbolic links to those files from the location that the 
package requires


 
 The first approach (excluding the files from dh_pycentral) seemed the
 right one, so if someone with more experience with Python than me could
 check it, that'd be great. You'll find attached a brief debdiff. Thanks
 for your time and work.
 

What if I made pyftpd pre-depend on python-central? I think it might help.


-- 
 ---
| Radovan Garabík http://kassiopeia.juls.savba.sk/~garabik/ |
| __..--^^^--..__garabik @ kassiopeia.juls.savba.sk |
 ---
Antivirus alert: file .signature infected by signature virus.
Hi! I'm a signature virus! Copy me into your signature file to help me spread!



Bug#329870: pydf: Does not start on alpha architecture after installing

2005-09-29 Thread Radovan Garabik
On Wed, Sep 28, 2005 at 07:57:56PM +0200, Adrian Neumaier wrote:

...

 
 python2.4 (2.4.1+2.4.2rc1-1):
 
 python2.4 -c 'import os; print os.statvfs(/)'
 (4096, 4096, 1802133918588257, 2020764933271418, 1546304191037019, 0, 0, 255, 
 0, 0)
^^^  ^

this says your filesystem is 1802133918588257*4096 B == 6.4 exabytes big(!)
likewise, it says you have 7.2 exabytes of free space, therefore the
occupied space is negative and this is where pydf fails.
I am going to reassign the bug to python.

 
 python2.4 -c 'import os; print os.statvfs(/home)'
 (4096, 4096, 1640913730780508, 1108307721154497, 1101865270110756, 0, 0, 255, 
 0, 0)
 
 

ditto



-- 
 ---
| Radovan Garabík http://kassiopeia.juls.savba.sk/~garabik/ |
| __..--^^^--..__garabik @ kassiopeia.juls.savba.sk |
 ---
Antivirus alert: file .signature infected by signature virus.
Hi! I'm a signature virus! Copy me into your signature file to help me spread!



Bug#329870: pydf: Does not start on alpha architecture after installing

2005-09-28 Thread Radovan Garabik
On Sat, Sep 24, 2005 at 12:38:37AM +0200, Adrian Neumaier wrote:
 Package: pydf
 Version: 0.9.8.5
 Severity: grave
 Justification: renders package unusable
 
 After doing an 'apt-get install pydf' and trying to start it i get the
 following output:
 
 [EMAIL PROTECTED]:~$ pydf
 FilesystemSize   Used  Avail  Use% Mounted on
 Traceback (most recent call last):
   File /usr/bin/pydf, line 395, in ?
 display_mp(mp)
   File /usr/bin/pydf, line 261, in display_mp
 used_f = myformat(used, sizeformat, fs_blocksize)
   File /usr/bin/pydf, line 151, in myformat
 return hfnum(size, 1024)
   File /usr/bin/pydf, line 117, in hfnum
 power = int(log(size)/log(base))
 ValueError: math domain error


ok, as usual :-), send me the output of:

stat -f /mnt
python -c 'import os; print os.statvfs(/mnt)'

where /mnt is the mountpoint that is problematic (if you do not have
many, could you check them all?)

if you see any negative numbers in the last statement, re-run it with
different versions of python - and we should file a bug against python
(and I'll make some extra checks in pydf so that it is more robust)

I checked it on escher.debian.org and could not reproduce the bug.


-- 
 ---
| Radovan Garabík http://kassiopeia.juls.savba.sk/~garabik/ |
| __..--^^^--..__garabik @ kassiopeia.juls.savba.sk |
 ---
Antivirus alert: file .signature infected by signature virus.
Hi! I'm a signature virus! Copy me into your signature file to help me spread!



Bug#308246: file conflicts in uniconf-tools, fonty-rg

2005-05-11 Thread Radovan Garabik
On Mon, May 09, 2005 at 11:44:11AM -0400, Simon Law wrote:
 Hi Radovan,
 
 Can you upload fonty-rg's /usr/bin/uni as /usr/bin/utf8 instead?  In
 UniConf, the /usr/bin/uni tool queries and manages a database, while in
 fonty-rg, it's used just for switching console-fonts.

ok, I'll do a new version

 
 Simon
 
 

-- 
 ---
| Radovan Garabík http://kassiopeia.juls.savba.sk/~garabik/ |
| __..--^^^--..__garabik @ kassiopeia.juls.savba.sk |
 ---
Antivirus alert: file .signature infected by signature virus.
Hi! I'm a signature virus! Copy me into your signature file to help me spread!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]