Bug#818129: xen-utils-common: error parsing domU config file with /usr/lib/xen-common/bin/xen-init-name

2016-03-13 Thread Lubomir Host
Package: xen-utils-common Version: 4.6.0-1+nmu2 Severity: important Dear Maintainer, xen-init-name is a Python script which parses output of the following command: xen create --quiet --dryrun --defconfig /etc/xen/test1.cfg But there is no 'config' key in JSON output of the command above. The

Bug#741195: mc doesn't open Java archive data (JAR) with .zip extension (e.g. Android application)

2014-03-09 Thread Lubomir Host
Package: mc Version: 3:4.8.11-1 Severity: minor Dear Maintainer, mc is not able to open Java archive data (JAR) files with .zip extension. Try to download any zip file from http://download.cyanogenmod.org/ and open them with mc: wget

Bug#639330: openssh-server doesn't check if user's shell is listed in /etc/shells

2011-08-25 Thread Lubomir Host
behaviour of openssh on Debian. Others systems may be affected too. # ssh -l rajo localhost rajo@localhost's password: Last login: Fri Aug 26 02:28:05 2011 from localhost $ id uid=1000(rajo) gid=1000(rajo) groups=1000(rajo) $ getent passwd rajo rajo:x:1000:1000:Lubomir Host,,,:/home/rajo: $ ps

Bug#555957: zsh: failed to create hard link as lock file /root/.zsh/history.LOCK: no space left on device

2009-11-14 Thread Lubomir Host
On Sat, Nov 14, 2009 at 03:37:21PM +, Clint Adams wrote: On Thu, Nov 12, 2009 at 10:21:00PM +0100, Lubomir Host wrote: Package: zsh Version: 4.3.6-6 Severity: important When root filesystem becomes full (where shell history $HISTFILE is stored), zsh can't execute any command

Bug#555957: zsh: failed to create hard link as lock file /root/.zsh/history.LOCK: no space left on device

2009-11-12 Thread Lubomir Host
Package: zsh Version: 4.3.6-6 Severity: important When root filesystem becomes full (where shell history $HISTFILE is stored), zsh can't execute any command: 22:02 r...@server [~]## ls -la zsh: failed to create hard link as lock file /root/.zsh/history.LOCK: no space left on device 22:02

Bug#548073: installation of otrs2 breaks apache configuration

2009-09-23 Thread Lubomir Host
Package: otrs2 Version: 2.2.7-2lenny1 Severity: serious Justification: Policy 10.7.3 Installation of otrs2 package breaks apache2 configuration from the following reasongs: - otrs2 creates /etc/apache2/conf.d/otrs2 This configure options for ALL virtualhosts on the server. Location od

Bug#548075: otrs2: missing file /usr/share/otrs/Kernel/Config/Files/ZZZAAuto.pm

2009-09-23 Thread Lubomir Host
Package: otrs2 Version: 2.2.7-2lenny1 Severity: minor $ apt-get install otrs2 ... Run '/etc/init.d/apache2 restart' to activate new configuration! Reloading web server config: apache2. ERROR: No such file or directory: /usr/share/otrs/Kernel/Config/Files/ZZZAAuto.pm ERROR: No such file or

Bug#548076: otrs2: can't configure database with dbconfig-common when using non-standard MySQL port

2009-09-23 Thread Lubomir Host
Package: otrs2 Version: 2.2.7-2lenny1 Severity: normal dbconfig-common should ask for hostname and port (not only username and password) of MySQL database, where otrs2 will be installed. For this reason installation fails. Installation process ask the following question: An error

Bug#546637: zabbix-server-mysql: Location of fping binary is /usr/bin/ not /usr/sbin/

2009-09-14 Thread Lubomir Host
Package: zabbix-server-mysql Version: 1:1.6.5-1+b1 Severity: normal Path to fping and fping6 binary should be set to /usr/bin/fping and /usr/bin/fping6. See list of files from package 'fping': $ dpkg -L fping | grep bin/fping /usr/bin/fping /usr/bin/fping6 Here is little patch: ---

Bug#546638: zabbix-proxy-mysql: wrong package description

2009-09-14 Thread Lubomir Host
Package: zabbix-proxy-mysql Severity: minor Descriptions of the following packages are wrong and confusing: $ apt-cache search zabbix-proxy zabbix-proxy-mysql - network monitoring solution - proxy (using PostgreSQL) zabbix-proxy-pgsql - network monitoring solution - proxy (using MySQL) --

Bug#544942: /etc/init.d/nscd should set PATH to /sbin:...

2009-09-05 Thread Lubomir Host
On Sat, Sep 05, 2009 at 09:28:29AM +0200, Vincent Danjean wrote: Lubomir Host wrote: On Fri, Sep 04, 2009 at 02:25:30PM +, Clint Adams wrote: On Thu, Sep 03, 2009 at 10:21:01PM +0200, Lubomir Host wrote: 22:19 r...@apollo [~] ##: crontab -l | grep nscd * * * * * if [ -z `pidof nscd

Bug#544942: /etc/init.d/nscd should set PATH to /sbin:...

2009-09-05 Thread Lubomir Host
On Sat, Sep 05, 2009 at 10:49:31AM +0200, Lubomir Host wrote: On Sat, Sep 05, 2009 at 09:28:29AM +0200, Vincent Danjean wrote: Lubomir Host wrote: On Fri, Sep 04, 2009 at 02:25:30PM +, Clint Adams wrote: On Thu, Sep 03, 2009 at 10:21:01PM +0200, Lubomir Host wrote: 22:19 r

Bug#544942: /etc/init.d/nscd should set PATH to /sbin:...

2009-09-04 Thread Lubomir Host
On Fri, Sep 04, 2009 at 02:25:30PM +, Clint Adams wrote: On Thu, Sep 03, 2009 at 10:21:01PM +0200, Lubomir Host wrote: 22:19 r...@apollo [~] ##: crontab -l | grep nscd * * * * * if [ -z `pidof nscd` ]; then /etc/init.d/nscd restart; fi How and why have you removed /sbin from root's

Bug#418685: mysql-server-5.0: /etc/init.d/mysql stop fails - does not wait a few seconds

2009-09-03 Thread Lubomir Host
+ sleep 5; if [ $r -ne 0 ]; then log_end_msg 1 [ $VERBOSE != no ] log_failure_msg Error: $shutdown_out But it is not a good idea to add sleep command into init script. Best regards, Lubomir Host -- System Information: Debian Release: 5.0.2 APT prefers

Bug#544942: /etc/init.d/nscd should set PATH to /sbin:...

2009-09-03 Thread Lubomir Host
@@ NAME=nscd DESC=Name Service Cache Daemon +PATH=$PATH:/sbin:/usr/sbin:/usr/local/sbin DAEMON=/usr/sbin/nscd PIDFILE=/var/run/nscd/nscd.pid Best regards, Lubomir Host -- System Information: Debian Release: 5.0.2 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686

Bug#534096: zabbix-agent: useless dependency on logrotate

2009-06-21 Thread Lubomir Host
have a systems with no logrotate and installation of zabbix-agent turns on logrotation also for other packages (apache2, mysql, syslog-ng, ...). Please, remove dependency on logrotate package and make logrotate only suggested package. Thanks, Lubomir Host -- System Information: Debian Release

Bug#516368: clusterssh: no event type or button # or keysym ... Tk/Widget.pm

2009-02-20 Thread Lubomir Host
Package: clusterssh Version: 3.24-3 Severity: normal After upgrade to perl-tk/1:804.028-2 (Debian unstable) cssh stops working. Error is: $ cssh Platon no event type or button # or keysym at /usr/lib/perl5/Tk/Widget.pm line 1105. at /usr/bin/cssh line 1462 -- System Information: Debian

Bug#516368: clusterssh: no event type or button # or keysym ... Tk/Widget.pm

2009-02-20 Thread Lubomir Host
Mancill wrote: Hmmm... I'm not getting this error on my sid system, which has perl-tk/1:804.028-3. Could you try updating your perk-tk package and see if you still get the error? Thank you, Tony On Sat, 2009-02-21 at 00:38 +0100, Lubomir Host wrote: Package: clusterssh Version: 3.24-3

Bug#457467: [Yaird-devel] Bug#457467: Bug#457467: failures due to changed kernel interfaces is a feature, not a bug

2008-01-21 Thread Lubomir Host
-0.0.12/perl/Input.pm), I don't know if Jonas merged this. Maybe we should change all Base::fatal() calls into Base::warning() rajo -- ,''`. Lubomir Host 'rajo' rajo AT platon.skICQ #: 257322664 : :' : Jabber: rajo AT jabber.platon.sk VoIP: callto://rajo207 `. `' WWW: http

Bug#460814: [Yaird-devel] yaird: PATCH: get yaird working on 2.6.23 (BUG #443821)

2008-01-15 Thread Lubomir Host
On Tue, Jan 15, 2008 at 04:07:13AM +0100, Jonas Smedegaard wrote: On Tue, Jan 15, 2008 at 02:29:23AM +0100, Lubomir Host wrote: there is no official patch for problems with kernels =2.6.23 (yaird error: unrecognised device: /sys/devices/.../input). I try to fix it and I was able to boot

Bug#460814: yaird: PATCH: get yaird working on 2.6.23 (BUG #443821)

2008-01-14 Thread Lubomir Host
and runit (replacement for SysV init). Please include my patch, because there is a lot of people waiting for it. Thanks, best regards rajo -- ,''`. Lubomir Host 'rajo' rajo AT platon.skICQ #: 257322664 : :' : Jabber: rajo AT jabber.platon.sk VoIP: callto://rajo207 `. `' WWW: http

Bug#334920: another fix

2005-10-29 Thread Lubomir Host
Hi! Here is another quickfix solution. Sorry, some content is in Slovak language, but shell commands are language independent: http://lists.linux.sk/pipermail/linux/2005-October/036291.html Just create simlinks in libssl library. rajo -- Lubomir Host 'rajo' rajo AT platon.sk ICQ