Re: [Cooker] [openoffice] GUI fonts invisibles

2002-12-13 Thread Ural Khassanov
On Friday 13 December 2002 22:50, David Walluck wrote: This is documented on the Xft hack page posted earlier, but he describes how to do it through the UI. He says you can use any other scalable font (Verdana, Arial, Helvetica) and it will replace the default font which is Andale Sans UI.

[Cooker] incorrect NLSPATH in /etc/profile

2002-05-05 Thread Ural Khassanov
from /etc/profile (setup package): # some old programs still use it (eg: man), and it is also # required for level1 compliance for LI18NUX2000 NLSPATH=/usr/share/locale/%l/%N What does %l,%N mean? Complete me by hand? :) The result: [sv@rover etc]$ man asdf man: No such file or directory Failed

[Cooker] wish: codepage translation feature in mc

2002-05-05 Thread Ural Khassanov
Please include charset translation feature to midnight commander. It allows to view documents typed in different charsets by pressing Ctrl-T in internal viewer. This feature is very helpful for russian and ukrainian people. No patch is required. Just configure option. Diff to spec: ---

Re: [Cooker] incorrect NLSPATH...-correct / man and some languages

2002-05-05 Thread Ural Khassanov
On Sunday 05 May 2002 16:17, you wrote: NLSPATH=/usr/share/locale/%l/%N %N The value of the name parameter passed to thanks, If you have not noticed, NLSPATH is not exported and so cannot influence man in any way (which is a bug per se). If you feel like fixing it, check

[Cooker] chkconfig/ntsysv: patch to handle xinetd services separately

2002-05-04 Thread Ural Khassanov
By the way, I rewrote ntsysv to manage xinetd services differently. Example: ntsysv - manage current runlevel services only, ntsysv --xinetd - configure xinetd services only, ntsysv --level NNN - manage runlevel NNN services only, ntsysv --level NNN --xinetd - manage all services in one

[Cooker] Re: tcltk bugs parade

2002-04-29 Thread Ural Khassanov
On Monday 29 April 2002 05:12, Geoffrey Lee wrote: ... Rebuilding tcltk-16mdk on 8.2 without tcl - no success. Tix %makeinstall wants tclsh too. Path to it is right, but: tclsh: error while loading shared libraries: libtcl8.3.so... make: Leaving directory '.../tix-8.1.3/unix/tk8.3' - Minor

[Cooker] tcltk bugs parade

2002-04-28 Thread Ural Khassanov
Putting an yoke on this beast... - tix is completely broken and unfunctional in 8.2 and cooker (15mdk). Crucial directory /usr/lib/tix8.1/* is not installed. Fixed here, see attached diff. By the way, /usr/lib/libtix*.so had been made executable. - rebuiling tcltk.src.rpm requires binary tcl

[Cooker] ntsysv new bug

2002-04-25 Thread Ural Khassanov
New version of ntsysv (the one from cooker) doesn't show oki4daemon service in list. On my machine this service is disabled in all runlevels. chkconfig --list and ntsysv from 8.2 show it. I looked into ntsysv source, this change seems to be done intentionally, but I don't understand why.

[Cooker] pinfo tries to use group nobody

2002-04-23 Thread Ural Khassanov
When called from root, pinfo tries to use nonexistent group nobody. To fix: s/SAFE-GROUP=nobody/SAFE-GROUP=nogroup/ in etc/pinforc

[Cooker] Kernel 2.4.18-6 (8.2DLE) weird instabilities related to ppp

2002-04-21 Thread Ural Khassanov
Hello, all! Just to inform your support staff about the problem... My system: Cel1200, 128mb, SiS630 notebook, 8.2DLE, external 56k modem. Generally all is quite stable. Problems come after ppp and isp-connection installation. After link establishment, in about 20-30 seconds, kernel becomes

[Cooker] PATH=$PATH:dir is evil in .bash_profile

2002-02-11 Thread Ural Khassanov
Subject. There is PATH=$PATH:$HOME/bin in file /etc/skel/.bash_profile We will get $PATH extended in each new instance of bash invoked from previous. Mandrake 8.0 was full of such definitions, most of them seems fixed, but this one remains.

[Cooker] spec-helper, links relativisation script is weird

2001-10-27 Thread Ural Khassanov
/usr/share/spec-helper behaves strangely when we have symlinks to directory: (koffice source package for example) [sv@uralhome /]$ cd /usr/tmp [sv@uralhome tmp]$ mkdir test-root; cd test-root [sv@uralhome test-root]$ ln -sf /usr/share/doc testdirlink [sv@uralhome test-root]$ ln -sf

[Cooker] proftpd 1.2.2 (release and rc2) big files corruption problem

2001-09-08 Thread Ural Khassanov
Hi Proftpd 1.2.2 release and rc2 packages all have this bug on my 8.0 server: downloaded files 1mb in size are corrupted. I downloaded 1417694b tar.gz file 3 times over modem connection and got 100% file corruption. Tested with many ftp clients as well. All packages were rebuilt from src

[Cooker] proftpd 1.2.2 (release and rc2) big files corruption problem

2001-09-08 Thread Ural Khassanov
Hi Ural Khassanov wrote: Proftpd 1.2.2 release and rc2 packages all have this bug on my 8.0 server: downloaded files 1mb in size are corrupted. I downloaded 1417694b tar.gz file 3 times over modem connection and got 100% file corruption. Tested with many ftp clients as well. All packages were

[Cooker] initscripts-5.96-2: all network interfaces are opened in promiscuous mode by default

2001-07-10 Thread Ural Khassanov
Initscripts-5.96-2, kernel-2.4.5-9, iproute2-2.2.4-8 All my eth* interfaces are opened in promiscouous mode by default. When I add PROMISC=no to the ifcfg-eth1 file, ifup eth1 fails with error: either dev is dublicate, or -promisc is a garbage. My system is 8.0 with rebuilt packages.

Re: [Cooker] initscripts-5.96-2: all network interfaces are opened in promiscuous mode by default

2001-07-10 Thread Ural Khassanov
On Tuesday 10 July 2001 15:13, you wrote: Initscripts-5.96-2, kernel-2.4.5-9, iproute2-2.2.4-8 All my eth* interfaces are opened in promiscouous mode by default. problem disappeared after server restart (i think it was killed iptraf program). But anyway, PROMISC=no option in ifcfg-eth* doesn't

[Cooker] kernel-2.4.9 rebuilding notes

2001-07-07 Thread Ural Khassanov
1. To speed up rebuilding process, I manually %define in specfile: build_up=1, build_smp=0, build_enterprise=0 Generated version.h (/usr/include/linux/version.h for kernel-headers and kernel-source): - #include linux/rhconfig.h #else #define

[Cooker] Re: kernel-2.4.5-9 rebuilding notes

2001-07-07 Thread Ural Khassanov
On ÷ÏÓËÒÅÓÅÎØÅ 08 éÀÌØ 2001 00:33, Ural Khassanov wrote: Subject: kernel-2.4.9 rebuilding notes oops, read kernel-2.4.5-9.

[Cooker] gcc internal segfault when compiling koffice-beta3

2001-06-30 Thread Ural Khassanov
I'm getting stable gcc (g++) internal segfault when trying to compile latest koffice-1.1-0.beta3.src.rpm on my LM 8.0 system. Compiler rpms version: gcc-2.96-0.48mdk (out of LM 8.0 box), also I tried recompiled gcc-0.56 from cooker and got the same effect. Libstdc++ is the same version as

Re: [Cooker] gcc internal segfault when compiling koffice-beta3

2001-06-30 Thread Ural Khassanov
On óÕÂÂÏÔÁ 30 éÀÎØ 2001 13:54, you wrote: I'm getting stable gcc (g++) internal segfault when trying to compile latest koffice-1.1-0.beta3.src.rpm on my LM 8.0 system. ok, I've built it with %define unstable 0 and removed --enable-final from 8.0 section of specfile. The --enable-final

Re: [Cooker] From NG - soud in KDE on Mdk8 lost after latest sevurity updates

2001-06-09 Thread Ural Khassanov
On óÕÂÂÏÔÁ 09 éÀÎØ 2001 12:02, Andrej Borsenkow wrote: It is reported that the latest security updates break system sound. People pinpointed it to aRts (and libarts) - and say that rebuilding from source RPM helps. I guess, it does not make good impression; anybody cares to fix it? True. The

Re: [Cooker] Re: [REPOST] What is kapm-idled

2001-06-07 Thread Ural Khassanov
On ÷ÔÏÒÎÉË 05 éÀÎØ 2001 21:18, you wrote: Joseph T Watson [EMAIL PROTECTED] writes: I have noticed a process soaking up a lot of proccessor time, and am trying to figure out what it is?? Does anyone know what kapm-idled is again : --=-=-= http://www.tux.org/lkml/#s14-1: 1.Why is

Re: [Cooker] problems with new NVidia drivers

2001-05-21 Thread Ural Khassanov
On Monday 21 May 2001 05:06, Will Smith wrote: I can't use any 3D app (tuxracer, gltron, chromium) since i upgraded to latest NVidia drivers. Problems seems to come from SDL: [guillaume@agathe guillaume]$ gltron [..] Fatal signal: Segmentation Fault (SDL Parachute Deployed) Has

Re: [Cooker] problems with new NVidia drivers

2001-05-20 Thread Ural Khassanov
On óÕÂÂÏÔÁ 19 íÁÊ 2001 21:34, Guillaume Rousse wrote: I can't use any 3D app (tuxracer, gltron, chromium) since i upgraded to latest NVidia drivers. Problems seems to come from SDL: [guillaume@agathe guillaume]$ gltron [..] Fatal signal: Segmentation Fault (SDL Parachute Deployed) Has

Re: [Cooker] xawtv-3.46: xfs is not restared in postinstall script

2001-05-15 Thread Ural Khassanov
On Monday 14 íÁÊ 2001 22:22, Charles A. Shirley wrote: And new xawtv 3.46 segfaults after a number of tv channel switchings. This didn't happen with old versions. I had the Seg-faulting problem with the previous version as well. I was able to prevent it by removing all of the channel

[Cooker] xawtv-3.46: xfs is not restared in postinstall script

2001-05-13 Thread Ural Khassanov
channel switchings. This didn't happen with old versions. Ural Khassanov, ural2_at_uwc.ufanet.ru

[Cooker] userdrake reverse sorts /etc/group file

2001-04-16 Thread Ural Khassanov
Hi Userdrake 0.3-2mdk: 1. Toolbar icons are big and don't fit on toolbar, so toolbar edges are bad. 2. After saving, /etc/group file is resorted in reverse order. For example, fragment of my /etc/group file: root:x:0:root bin:x:1:root,bin,daemon ... roman:x:506: After adding user test (new

[Cooker] lpr package postinstall script

2001-04-09 Thread Ural Khassanov
Please correct path to manuals in lpr-0.50-8mdk %post script replace /usr/man to /usr/share/man: # Set up update-alternatives entries /usr/sbin/update-alternatives --install /usr/bin/lpr lpr /usr/bin/lpr-lpd 5 \ --slave /usr/share/man/man1/lpr.1.bz2 lpr.1.bz2 /usr/man/man1/lpr-lpd.1.bz2

Re: [Cooker] No telnet login: execv( /usr/sbin/in.telnetd ) failed: Bad address (errno = 14)

2001-04-04 Thread Ural Khassanov
On Wednesday 04 April 2001 12:31, you wrote: Rather often, I cannot login to my machine via telnet. In the syslog, I get this error message: execv( /usr/sbin/in.telnetd ) failed: Bad address (errno = 14) Latest xinetd-2.1.8.9preXXX has broken memory management. So sometimes execv() to