Bug#161354: mysql-server: NIS user "mysql" makes mysql-server uninstallable

2005-01-24 Thread Piotr Roszatycki
The same is applied if there is db or ldap backend used. It is because mysql is compiled with --static option for ./configure script. -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `- -- To UNSUBSCR

Bug#161354: mysql-server: NIS user "mysql" makes mysql-server uninstallable

2005-01-25 Thread Piotr Roszatycki
On Monday 24 of January 2005 14:54, Christian Hammers wrote: > Hello Piotr > > On 2005-01-24 Piotr Roszatycki wrote: > > The same is applied if there is db or ldap backend used. It is because > > mysql is compiled with --static option for ./configure script. > > Is it

Bug#161354: mysql-server: NIS user "mysql" makes mysql-server uninstallable

2005-01-25 Thread Piotr Roszatycki
On Tuesday 25 of January 2005 11:49, Christian Hammers wrote: > Hello Piotr > > On 2005-01-25 Piotr Roszatycki wrote: > > # ltrace -f mysqld 2>&1 | grep getpwnam > > getpwnam("mysql" > > <... getpwnam resumed> ) = NULL &g

Bug#161354: mysql-server: NIS user "mysql" makes mysql-server uninstallable

2005-01-25 Thread Piotr Roszatycki
rks, then my packages should see the mysql user and work > fine. If they don't, they create a user in /etc/passwd or more specific in > whatever adduser has configured as target database. I'm using LDAP and DB backends. It seems like mysql requires user entry only in /etc/passwd file.

Bug#161354: mysql-server: NIS user "mysql" makes mysql-server uninstallable

2005-01-26 Thread Piotr Roszatycki
you that the problem is fixed in newer packages. No, it isn't: $ dpkg -s mysql-server|grep ^Version Version: 4.0.23-3 You can consider the hack with "getent passwd mysql >> /etc/passwd" or just show DebConf message if the mysql user entry is missing in /etc/passwd... -

Bug#341773: segfaults (!) when processing previously valid group files

2005-12-15 Thread Piotr Roszatycki
tags 341773 confirmed thanks I've reproduced this problem and I'm working on solution. I've noticed the libnss-db package breaks only on amd64 architecture or perhaps on 64-bit archs. Thanks for report. On Friday 02 December 2005 23:50, Daniel Stone wrote: > Package: libnss-db > Version: 2.2.3

Bug#338503: ITP: cvssuck -- inefficient cvs repository grabber using cvs command

2005-11-10 Thread Piotr Roszatycki
Package: wnpp Severity: wishlist Owner: Piotr Roszatycki <[EMAIL PROTECTED]> * Package name: cvssuck Version : 0.3.cvs20020108 * URL : http://cvs.m17n.org/~akr/cvssuck/ * License : BSD Description : inefficient cvs repository grabber using cvs c

Bug#339002: ITP: cvsconnect -- CVS connection minimizer

2005-11-14 Thread Piotr Roszatycki
Package: wnpp Severity: wishlist Owner: Piotr Roszatycki <[EMAIL PROTECTED]> * Package name: cvsconnect Version : 0.1 * URL : http://cvs.m17n.org/~akr/cvssuck/ * License : BSD Description : CVS connection minimizer CVSconnect enables you to do multip

Bug#347373: tora: QODBC driver not loaded

2006-01-10 Thread Piotr Roszatycki
Package: tora Version: 1.3.18-3 Severity: normal I can't start the ODBC connection to MySQL database. The message: $ tora QSqlDatabase: QODBC driver not loaded QSqlDatabase: available drivers: QMYSQL3 QPSQL7 QODBC3 -- System Information: Debian Release: testing/unstable APT prefers unstable

Bug#347569: VDE2 Released

2006-01-12 Thread Piotr Roszatycki
The most important question is if vde1 is compatible with vde2? I doubt so I wonder if I should release vde and vde2 packages separately... The upstream source is very, very messed. I think the original tarball have to be repackaged and cleaned up. Please, be patient. -- .''`.P

Bug#345762: debootstrap: The script which installs the latest debootstrap in the current directory.

2006-01-03 Thread Piotr Roszatycki
Package: debootstrap Version: 0.3.3 Hello. This script downloads the latest debootstrap and installs it in the current directory. It can be very useful if you need to install the latest Debian environment on outdated host, i.e. sid chroot on woody or sarge host. I think it is worth of puttin

Bug#335306: CVE-2005-3300: phpMyAdmin: including arbitrary files by using direct requests to library scripts

2005-10-28 Thread Piotr Roszatycki
The patch for sarge, also fixes CVE-2005-3301 and CAN-2005-2869. -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `- === debian/changelog ==

Bug#204652: New patch for fakechroot support

2005-10-29 Thread Piotr Roszatycki
Hi. I'm uploading new debootstrap with new patch applied. The whole stuff is relicensed so there is no any license issues, I hope. -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `- diff -Nru debootstrap

Bug#339437: HTTP Response Splitting vulnerability

2005-11-16 Thread Piotr Roszatycki
er I just want to > notify you. Yes, I know. The issue was dicussed on debian-security. The register_globals is disabled in Debian's phpmyadmin package by default so the bug is no such critical at the moment. New version will be available for sid and sarge ASAP. -- .''`

Bug#324318: Only three databases are supported

2005-11-16 Thread Piotr Roszatycki
severity 324318 important thanks It is because the phpMyAdmin doesn't set the $cfg['Servers'][$i]['AllowRoot'] = TRUE The phpMyAdmin should include config_import.lib.php. As workaround you should add $cfg[][]['AllowRoot'] to your config.inc.php. --

Bug#339437: PMASA-2005-6 when "register_globals = on"

2005-11-16 Thread Piotr Roszatycki
#x27;t change program functionality and resolve more problems with bad configration file which are not reported to BTS. -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `- === debian/changelog ===

Bug#339437: PMASA-2005-6 when "register_globals = on"

2005-11-17 Thread Piotr Roszatycki
rvers'][$i]['controluser'] = ''; +$cfg['Servers'][$i]['controlpass'] = '' +$cfg['Servers'][$i]['AllowRoot'] = TRUE; + + to each database entry in config.inc.php file as a workaround. + + CONFIGURATIO

Bug#340286: phpmyadmin: configure script depends on apache, but apache 2 should work allso

2005-11-22 Thread Piotr Roszatycki
ppened. Please, help me to diagnose this problem. Thank you. -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `-

Bug#340357: phpmyadmin: Debconf configuration request Ignored

2005-11-23 Thread Piotr Roszatycki
l creating config files for > packages which are not even installed seems odd, as would this not be > trapable in debconf? This problem is fixed in sid or etch distribution. The stable version have to be unfixed. I'm really sorry. -- .''`.Piotr Roszatycki, Netia SA : :'

Bug#340438: CVE-2005-3665: Cross-site scripting by trusting potentially user-supplied input.

2005-11-23 Thread Piotr Roszatycki
Package: phpmyadmin Version: 4:2.6.2-3sarge1, 4:2.6.4-pl4-1 Severity: critical The patch by Martin Schulze in attachment. -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `- Cross-site scripting by trusting poten

Bug#340286: phpmyadmin: configure script depends on apache, but apache 2 should work allso

2005-11-23 Thread Piotr Roszatycki
and you have not the apache package installed? I propose either `dpkg-reconfigure --force phpmyadmin' or to fix the system and i.e. fix installation of apache package or remove /usr/sbin/apache binary. -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `-

Bug#340357: phpmyadmin: Debconf configuration request Ignored

2005-11-23 Thread Piotr Roszatycki
# dpkg-divert --local --rename --divert /etc/phpmyadmin/apache.conf.d.phpmyadmin.diversion --add /etc/apache/conf.d/phpmyadmin -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `-

Bug#308439: telnetd: can't remove the package

2005-06-07 Thread Piotr Roszatycki
d the system if left in half-broken state. -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#312388: x-fonts packages build with yada does not follow Debian Policy

2005-06-08 Thread Piotr Roszatycki
Fix the yada and put it as debian/yada, then call `debian/yada rebuild rules; debian/yada rebuild control' or migrate to the debhelper ;-) I could fix the yada, just tell me which binary package generates correct postinst/postrm scripts. -- .''`.Piotr Roszatyck

Bug#312409: run-parts can't find directories when fakechrooted

2005-06-08 Thread Piotr Roszatycki
#x27;, 0x4016b440 ) = 10 exit(1 +++ exited (status 1) +++ run-parts uses scandir() function which is not wrapped yet so I'm going to implement it. Thank you for report! -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL

Bug#204652: missing patch

2005-06-16 Thread Piotr Roszatycki
Oh, I forgot to attach the patch... -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `- diff -rN -u old-debootstrap-0.3/debian/changelog new-debootstrap-0.3/debian/changelog --- old-debootstrap-0.3/debian/changel

Bug#204652: patch

2005-06-16 Thread Piotr Roszatycki
supported feature. -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#204652: missing patch

2005-06-16 Thread Piotr Roszatycki
/bash -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `- diff -rN -u old-debootstrap-0.3/debian/changelog new-debootstrap-0.3/debian/changelog --- old-debootstrap-0.3/debian/changelog2005-06-16 10:48:23 +0200 +++ n

Bug#302359: debian-installer: linux26 can't boot with root=/dev/ida/c0d0p1 or root=/dev/rd/c0d0p1

2005-06-17 Thread Piotr Roszatycki
On Thursday 16 of June 2005 21:55, you wrote: > On Thu, Mar 31, 2005 at 10:00:00PM +0200, Piotr Roszatycki wrote: > > The problem is shown with Compaq Array and Mylex DAC960 and probably with > > other controllers which use root=/dev/subdirectory/file path schema. This > >

Bug#302359: debian-installer: linux26 can't boot with root=/dev/ida/c0d0p1 or root=/dev/rd/c0d0p1

2005-05-23 Thread Piotr Roszatycki
tags 302359 patch thanks This is the patch which fixes this error only at installation time. The kopt_2_6 line is generated only for fresh menu.lst. It should allow to boot kernel 2.6 with Compaq or Mylex RAID controllers. -- .''`.Piotr Roszatycki, Netia SA : :' :

Bug#92354: RFA: libnss-db -- DB based Name Service Module

2005-05-24 Thread Piotr Roszatycki
retitle 92354 ITA: libnss-db -- DB based Name Service Module owner 92354 [EMAIL PROTECTED] thanks -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a sub

Bug#310821: phpmyadmin: Multiple unfixed vulnerabilities

2005-05-26 Thread Piotr Roszatycki
ve if there are actually unfixed > things. Well, it has to be investigated... Thanks for report. -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#307441: php4-cgi not installed here

2005-05-30 Thread Piotr Roszatycki
-l php4 php4-cgi php5 php5-cgi php5-fcgi Thank you. -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#304786: apache2-common: Include /etc/apache2/conf.d/*.conf

2005-04-15 Thread Piotr Roszatycki
Package: apache2-common Version: 2.0.53-5 Severity: important Please convert Include /etc/apache2/conf.d/[^.#]* to the: Include /etc/apache2/conf.d/*.conf The files in this directory are handled by dpkg and i.e. ucf so there are problems after upgrades. -- System Information: Debian Release:

Bug#304785: Include /etc/apache/conf.d/*.conf

2005-04-15 Thread Piotr Roszatycki
Package: apache Version: 1.3.33-4 Severity: important Please convert Include /etc/apache/conf.d to the: Include /etc/apache/conf.d/*.conf The files in this directory are handled by dpkg and i.e. ucf so there are problems after upgrades. -- System Information: Debian Release: 3.1 APT prefer

Bug#303101: libossp-uuid12 - fails to install

2005-04-15 Thread Piotr Roszatycki
Hi. I'm sure the package is installable. Could you acknowledge it? May I close the bug? -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Bug#304786: apache2-common: Include /etc/apache2/conf.d/*.conf

2005-04-15 Thread Piotr Roszatycki
I've learnt that apache package has applied patch which excludes *.dpkg-* files from included directory. I think it could be better solution if you don't want to change apache2.conf file and be backward compatible. -- .''`.Piotr Roszatycki, Netia SA : :' :

Bug#305107: TG3 driver missing

2005-04-18 Thread Piotr Roszatycki
Why did you remove the tg3 driver? It is the only netcard in my desktops and servers. The driver without firmware worked perfectly. I don't need the non-free freeware. I need working installer and kernel packages from main archive. -- .''`.Piotr Roszatycki, Netia SA :

Bug#305096: phpmyadmin: install failed when /var/www is a root_squashed nfs

2005-04-18 Thread Piotr Roszatycki
; maybe a test on the existence of the symlink would be better to avoid this > kind of situation. I see you have very specific configuration of your system. The file /var/www/phpmyadmin is handled by dpkg. What is the problem. Can you attach some output? -- .''`.Piotr Roszatycki

Bug#305096: phpmyadmin: install failed when /var/www is a root_squashed nfs

2005-04-19 Thread Piotr Roszatycki
r dpkg: # cat << END > /var/lib/dpkg/diversions /var/www/phpmyadmin /etc/phpmyadmin/phpmyadmin.dir local END # dpkg-divert --list | grep phpmyadmin diversion of /var/www/phpmyadmin to /etc/phpmyadmin/phpmyadmin.dir by local It worked for me. If will work for you, I'm going to close

Bug#305096: phpmyadmin: install failed when /var/www is a root_squashed nfs

2005-04-19 Thread Piotr Roszatycki
On Tuesday 19 of April 2005 10:32, Piotr Roszatycki wrote: > # cat << END > /var/lib/dpkg/diversions > /var/www/phpmyadmin > /etc/phpmyadmin/phpmyadmin.dir > local > END Ouch, sorry... It should be `cat << END >> /var/lib/dpkg/diversions' You shouldn

Bug#304171: phpmyadmin: users can't login after upgrade to 2.6.2

2005-04-20 Thread Piotr Roszatycki
the network and makes more problems in shared hosting environment. -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#305495: apache: AddDefaultCharset breaks the non-latin1 pages

2005-04-20 Thread Piotr Roszatycki
Package: apache Version: 1.3.33-4 Severity: minor There is problem with AddDefaultCharset. The default charset is iso-8859-1. That means the pages which sets other charsets (iso-8859-2, cyrilic, etc.) are broken in the default Apache configuration. It seems to me as English-language-centric point

Bug#296448: What about the package?

2005-04-21 Thread Piotr Roszatycki
Hi. Do you plan to release this toolset? I've found the mp3cue application extremally useful. -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with

Bug#296448: What about the package?

2005-04-21 Thread Piotr Roszatycki
On Thu, 21 Apr 2005, Mike Gerber wrote: > Hi Priotr, > > > Von: Piotr Roszatycki <[EMAIL PROTECTED]> > > Hi. Do you plan to release this toolset? I've found the mp3cue application > > extremally useful. > > The package will be uploaded shortly. Meanwhile, y

Bug#306382: kernel-image-2.6.11-1-686: Changelog missing the change log entries

2005-04-26 Thread Piotr Roszatycki
Package: kernel-image-2.6.11-1-686 Version: 2.6.11-2 Severity: minor The last changelog says: kernel-image-2.6.11-i386 (2.6.11-3) unstable; urgency=low * Build against 2.6.11-3 (Andres Salomon). -- Andres Salomon <[EMAIL PROTECTED]> Sun, 24 Apr 2005 20:20:01 -0400 I *really* would like to

Bug#306382: kernel-image-2.6.11-1-686: Changelog missing the change log entries

2005-04-26 Thread Piotr Roszatycki
tries shoud be in this package. Just now the changelog is almost useless. -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#306382: acknowledged by developer (Re: Bug#306382: kernel-image-2.6.11-1-686: Changelog missing the change log entries)

2005-04-26 Thread Piotr Roszatycki
so long ago all different archs had no common > repository and separeted sources. > > no need to keep that up. there for closing. Please, copy this URL into the changelog so it could be available directly from aptitude and apt-listchanges. It will make the life much easier :) -- .'&

Bug#308966: libnss-db: Crashes with mysql-server-4.1

2005-05-13 Thread Piotr Roszatycki
Package: libnss-db Version: 2.2-6.2 Severity: important The libnss-db is useless with the last mysql-server-4.1. # gdb mysqld GNU gdb 6.3-debian Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or

Bug#308966: libnss-db: Crashes with mysql-server-4.1

2005-05-16 Thread Piotr Roszatycki
need to either upgrade to a version of glibc that does not have this problem (2.3.4 or later when used with nscd), disable LDAP in your nsswitch.conf, or use a mysqld that is not statically linked. I'm readressign the bug for mysql-server-4.1 package. -- .''`.Piotr Rosza

Bug#308966: libnss-db: Crashes with mysql-server-4.1

2005-05-16 Thread Piotr Roszatycki
_to_data_home () #8 0x0818876c in main () -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#308966: libnss-db: Crashes with mysql-server-4.1

2005-05-16 Thread Piotr Roszatycki
with my modifications are attached to this mail. I'd like to do NMU for this package and I hope the fixed version will appear in sarge. -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `- libnss-db_2.2-6.

Bug#253925: Luke Kenneth Casson Leighton

2005-05-17 Thread Piotr Roszatycki
I see some patch in Fedora distribution with SE Linux support. http://cvs.fedora.redhat.com/viewcvs/rpms/nss_db/devel/nss_db-2.2-selinux.patch?rev=1.3&view=auto How it resolves the problem with libnss-db? -- .''`.Piotr Roszatycki, Netia SA : :' :mail

Bug#309492: libnss-db: Removes *.db files at upgrade time!

2005-05-17 Thread Piotr Roszatycki
Package: libnss-db Version: 2.2-6.2.dexter.1 Severity: important libnss-db removes *.db files at upgrade time even if they are not compiled locally! The upgrade left my system with deleted accounts. -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (900, 'unstable'),

Bug#308966: libnss-db: Crashes with mysql-server-4.1

2005-05-18 Thread Piotr Roszatycki
NIQUE_NAME feature to prevent symbol name clash. It would require another package with db4.3. A tricky. 4. Link mysql dynamically with bundled db4.3 with UNIQUE_NAME feature. Works only for mysql-4.1. May I see your suggestion? My choise is the first one... -- .''`.Piotr

Bug#308966: libnss-db: Crashes with mysql-server-4.1

2005-05-19 Thread Piotr Roszatycki
fe solution would be to remove bdb support. If it is not possible, please consider to compile mysql-server-4.1 with additional patch which I could prepare for you, but we will be in trouble after library changes in libnss-db. -- .''`.Piotr Roszatycki, Netia SA : :' :mai

Bug#308966: The patch for Bug#308966

2005-05-19 Thread Piotr Roszatycki
;@!-lcrypt -lnsl -lm !' \ -e 's!@''ZLIB_DEPS''@!-lz!' \ -e "[EMAIL PROTECTED]@!/usr/bin/make!" \ fill_help_tables.sh > fill_help_tables-t /bin/chmod +x fill_help_tables-t /bin/mv fill_help_tables-t fill_help_tables make[3]: *** No rule to make target

Bug#309968: debconf: KDE fronted resets apache-modconf settings

2005-05-20 Thread Piotr Roszatycki
Package: debconf Version: 1.4.49 Severity: important [EMAIL PROTECTED]:~$ export DEBIAN_FRONTEND=kde [EMAIL PROTECTED]:~$ sudo apache-modconf apache enable mod_php4 Use of uninitialized value in join or string at /usr/share/perl5/Debconf/DbDriver/Stack.pm line 83, line 8. Replacing config file /

Bug#293996: po-debconf: Doesn't work with fakechroot

2005-02-07 Thread Piotr Roszatycki
Package: po-debconf Version: 0.8.18 Severity: minor Tags: patch Hi. I've tried to build my package in fakechroot environment. The build process hangs up on po2debconf and question about mv command. It is probably the problem with fakechroot because it is just a hack but there is very easy workarou

Bug#294061: ITP: pear-package -- create debian packages from PEAR modules

2005-02-07 Thread Piotr Roszatycki
Package: wnpp Severity: wishlist Owner: Piotr Roszatycki <[EMAIL PROTECTED]> * Package name: pear-package Version : 0.1 Upstream Author : Piotr Roszatycki <[EMAIL PROTECTED]> * URL : http://pear-package.alioth.debian.org/ * License : GPL

Bug#307672: Can't purge dcc-common if LDAP is used

2005-05-04 Thread Piotr Roszatycki
Package: dcc-common Version: 1.2.74-2 Severity: normal # dpkg -P dcc-client dcc-common dcc-server dpkg - warning: ignoring request to remove dcc-client which isn't installed. (Reading database ... 19200 files and directories currently installed.) Removing dcc-common ... Purging configuration files

Bug#307275: phpmyadmin: upgrade breaks included conffiles from other packages

2005-05-05 Thread Piotr Roszatycki
a policy violating way, is... > mindboggling. I'm trying to make a workaround for broken apache2. I hope the debian-webapps mailing lists will clarify such issues. -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#307415: phpmyadmin: remove old sym links in /etc/apache*/conf.d

2005-05-05 Thread Piotr Roszatycki
apache2. From which version did you upgrade? It works correctly for me, that means the symlinks was converted to normal files. -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `-

Bug#307441: phpmyadmin dependencies

2005-05-05 Thread Piotr Roszatycki
(>= 0.2.26), ucf (>= 0.8) As you can see, php4-cgi and php4-mysql are listed in "Depends:" field. Are you sure it wasn't installed? -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `- -- To

Bug#307181: phpmyadmin: Always install all conffiles

2005-05-05 Thread Piotr Roszatycki
tes for DebConf as far as Debian sarge is now freezed. -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#307798: apache: Name clash for /icons/ and /images/

2005-05-05 Thread Piotr Roszatycki
Package: apache Version: 1.3.33-4 Severity: important I was suprised that on the fresh installed Apache server, the following URL doesn't work: http://limbdemo.localhost/images/p-by-limb.gif In the error.log: [Thu May 5 17:03:12 2005] [error] [client 127.0.0.5] File does not exist: /usr/share

Bug#307798: apache: Name clash for /icons/ and /images/

2005-05-05 Thread Piotr Roszatycki
mages/ directory name for its own web application. It has impact for some unknown count of application. Even I remove the alias from httpd.conf, it will breaks the directory index or other pages generated internally by webserver. -- .''`.Piotr Roszatycki, Netia SA : :' :mai

Bug#307672: Can't purge dcc-common if LDAP is used

2005-05-06 Thread Piotr Roszatycki
deluser and delgroup works only on /etc/passwd and /etc/group files. My users are on LDAP directory. I suggest to do the same as ssh.postrm do: deluser --quiet dcc > /dev/null || true delgroup --quiet dcc > /dev/null || true -- .''`.Piotr Roszatycki, Netia SA : :'

Bug#307672: Can't purge dcc-common if LDAP is used

2005-05-07 Thread Piotr Roszatycki
On Friday 06 of May 2005 17:23, MJ Ray wrote: > Piotr Roszatycki wrote: > > It doesn't work, because deluser and delgroup works only on /etc/passwd > > and /etc/group files. My users are on LDAP directory. > > Did adduser manage to add the dcc user and group for you? &

Bug#308439: telnetd: usermod doesn't work with LDAP

2005-05-10 Thread Piotr Roszatycki
Package: telnetd Version: 0.17-2 Preparing to replace telnetd 0.17-26 (using .../telnetd_0.17-29_i386.deb) ... usermod: telnetd not found in /etc/passwd dpkg: error processing /var/cache/apt/archives/telnetd_0.17-29_i386.deb (--unpack): subprocess pre-installation script returned error exit stat

Bug#308458: nagios-plugins: check_ping doesn't work with other locales

2005-05-10 Thread Piotr Roszatycki
Package: nagios-plugins Version: 1.4-6 Severity: normal granat:~# /usr/lib/nagios/plugins/check_ping -H 127.0.0.1 -w 500.0,60% -c 2000.0,90% -p 5 /bin/ping -n -U -w 15 -c 5 127.0.0.1 CRITICAL - Could not interpret output from ping command granat:~# LC_ALL=C /usr/lib/nagios/plugins/check_ping -H

Bug#300402: debconf-utils must be dependency of phpmyadmin

2005-03-19 Thread Piotr Roszatycki
;. > > I installed manually and now all works ok... maybe debconf-utils must be > dependency of phpmyadmin ? Which version of ucf you had installed? -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `-

Bug#300402: debconf-utils must be dependency of phpmyadmin

2005-03-20 Thread Piotr Roszatycki
ates :D. If it is possible, please send me your /usr/bin/ucf file and output for command `dpkg -s ucf'. Thank you. -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `- -- To UNSUBSCRIBE, email to [EMAIL P

Bug#315044: debootstrap: new ldd for fakechroot

2005-06-20 Thread Piotr Roszatycki
Package: debootstrap Version: 0.3.1.2 Severity: wishlist I'm going to upload the debootstrap with new ldd for fakechroot. It supports 64-bit architectures like s390, amd64 and sparc64. -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `'

Bug#294061: status of pear-package

2005-06-22 Thread Piotr Roszatycki
ar-package tool is some converted from `pear' packages to `dpkg' packages, i.e. like alien for RPMs. I think we should talk about PEAR modules on [EMAIL PROTECTED] -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED]

Bug#316374: Can't install unixodbc-dev with freetds-dev

2005-06-30 Thread Piotr Roszatycki
Package: unixodbc-dev Version: 2.2.4-11 Severity: normal # apt-get install unixodbc-dev freetds-dev Reading package lists... Done Building dependency tree... Done freetds-dev is already the newest version. Some packages could not be installed. This may mean that you have requested an impossible si

Bug#316381: can't create pbuilder environment with the newest APT

2005-06-30 Thread Piotr Roszatycki
Package: pbuilder Version: 0.127 Severity: wishlist I'm trying to make # pbuilder create --distribution hoary --mirror 'http://us.archive.ubuntu.com/ubuntu' --nonusmirror '' --othermirror 'deb http://us.archive.ubuntu.com/ubuntu hoary restricted deb-src http://us.archive.ubuntu.com/ubuntu hoary

Bug#316374: Can't install unixodbc-dev with freetds-dev

2005-07-01 Thread Piotr Roszatycki
reopen 316374 thanks On Thursday 30 of June 2005 23:43, Steve Langasek wrote: > On Thu, Jun 30, 2005 at 03:54:54PM +0200, Piotr Roszatycki wrote: > > # apt-get install unixodbc-dev freetds-dev > > Reading package lists... Done > > Building dependency tree... Done > >

Bug#318843: libedit2: undefined symbol: completion_matches

2005-07-18 Thread Piotr Roszatycki
Package: libedit2 Version: 2.9.cvs.20050518-2 Severity: normal Tags: patch My compiled readline.so extension for PHP5 reports: Warning: dl() [function.dl]: Unable to load dynamic library '/usr/local/lib/php/readline.so' - /usr/local/lib/php/readline.so: undefined symbol: completion_matches in

Bug#318887: gettextize can't be run in debian/rules

2005-07-18 Thread Piotr Roszatycki
Package: gettext Version: 0.14.5-2 Severity: wishlist Tags: patch gettextize can't be run in i.e. debian/rules script. I don't see any reason that it should be forbidden. I.e. in my libnss-db package I had to prepare the huge patch with gettextize modifications only. The trivial patch: --- /usr

Bug#302242: ITP: php4-dbase -- dBase module for php4

2005-03-31 Thread Piotr Roszatycki
ption : dBase module for php4 > > This package provides a module for accessing dBase databases from PHP > scripts. What is the real license for this module? The copyright info is very unclear. -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED]

Bug#302359: debian-installer: linux26 can't boot with root=/dev/ida/c0d0p1 or root=/dev/rd/c0d0p1

2005-03-31 Thread Piotr Roszatycki
Package: debian-installer Severity: important The GRUB entry for linux26 have to be kernel /vmlinuz-2.6.8-2-686 root=/dev/rd!c0d0p2 ro Please note the exclamation sign! This is required by Kernel 2.6. It is serious bug and makes the system not bootable. The solution might be: # kopt_2_4=root=/

Bug#302359: debian-installer: linux26 can't boot with root=/dev/ida/c0d0p1 or root=/dev/rd/c0d0p1

2005-03-31 Thread Piotr Roszatycki
n who found this bug. The hardware RAID controller is an usual device for standard server configuration. -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `-

Bug#302359: is this debian-boot issue? installer makes wrong root parameter

2005-04-01 Thread Piotr Roszatycki
Why the Bug#302359 was forwarded to grub maintainer? The grub works perfectly right. It seems the installer generates wrong `root=path' parameter for kernel 2.6 series. -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL

Bug#106399: GRUB with netboot feature

2005-04-01 Thread Piotr Roszatycki
/{stage1,stage2,*stage1_5} /floppy/boot/grub # cp menu.lst /floppy/boot/grub # grub grub> root (fd0) grub> setup (fd0) grub> quit # umount /floppy -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `- diff

Bug#316573: move of files in /var/lib/misc to /var/lib/db silently breaks scripts depending on libnss-db

2005-07-03 Thread Piotr Roszatycki
isting scripts. > sorry, that's just bad style for a NMU. I don't think so. Are you sure? # dpkg-deb -c /var/cache/apt/archives/libnss-db_2.2-6.3_i386.deb | grep Makefile -rw-r--r-- root/root 4713 2005-05-23 16:22:13 ./var/lib/misc/Makefile -- .''`.Piotr Roszatyc

Bug#316847: busybox-cvs: Please enable more applets

2005-07-04 Thread Piotr Roszatycki
Package: busybox-cvs Version: 20040623-1 Severity: wishlist Please, enable more applets that are available in *.udeb flavour. I don't understand why is disabled i.e. ash, dd, etc.. It would be very useful for initrd recovery tool set. -- System Information: Debian Release: testing/unstable APT

Bug#316847: busybox-cvs: Please enable more applets

2005-07-04 Thread Piotr Roszatycki
On Monday 04 of July 2005 13:57, you wrote: > Piotr Roszatycki wrote: > > Please, enable more applets that are available in *.udeb flavour. I don't > > understand why is disabled i.e. ash, dd, etc.. It would be very useful > > for initrd recovery tool set. > > Bec

Bug#316573: move of files in /var/lib/misc to /var/lib/db silently breaks scripts depending on libnss-db

2005-07-04 Thread Piotr Roszatycki
y rewrite the package and link it against db4.3, so please be patient or just download the package from sarge. -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] wit

Bug#317107: pbuilder: Please don't cleanup the build environment after error

2005-07-06 Thread Piotr Roszatycki
Package: pbuilder Version: 0.128 Severity: wishlist The pbuilder cleans up directory after error: -> Aborting with an error -> cleaning the build env... I'd like to keep the environment after error so I could investigate what was wrong. Just put `umountproc; exit 1' after `echo " -> Aborting

Bug#317107: pbuilder: Please don't cleanup the build environment after error

2005-07-07 Thread Piotr Roszatycki
what > > was wrong. Just put `umountproc; exit 1' after `echo " -> Aborting with > > an error";' > > Are you looking at 'C' hooks? > > or --debug option? What do you mean? How to preserve the environment after that error was occured? --

Bug#303535: phpmyadmin: htaccess override apache.conf settings

2005-04-07 Thread Piotr Roszatycki
t is also not part of the FHS being replaced by /srv > that most admin named /data before or used /home/http/) .It > could be removed from future distributions ... > Again is there a place to discuss such matters ? I think the best place shoud be [EMAIL PROTECTED] -- .''`.

Bug#304044: login broken, username always reset to www-data with mod_ssl and php4-mcrypt

2005-04-10 Thread Piotr Roszatycki
okie auth and a controluser set, without controluser only > connecting as www-data is tried): I had the same with php5-mcrypt. Did you try to clean up the cookie in browser? It worked for me. -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `'

Bug#304171: phpmyadmin: users can't login after upgrade to 2.6.2-rc1

2005-04-11 Thread Piotr Roszatycki
ansferring > data to...' and you are returned to the login prompt. Everything used to > work fine before the upgrade. (2.6.1-pl3-2, running on sarge, mysql > 4.1.10a) Try to clean up cookies in browser. There is some annoying bug in phpMyAdmin. -- .''`.Piotr Ro

Bug#304191: apache-common: apache-modconf with higher Debconf priority if no arguments

2005-04-11 Thread Piotr Roszatycki
Package: apache-common Version: 1.3.33-4 Severity: wishlist Tags: patch The /etc/apache/modules.conf file tells: # To update it, run the command: #/usr/sbin/apache-modconf apache But it is not true if default priority (medium) is set for Debconf. The `apache-modconf apache' does nothing! I

Bug#304171: phpmyadmin: users can't login after upgrade to 2.6.2-rc1

2005-04-11 Thread Piotr Roszatycki
phpmyadmin. Esp. since there is no error message and no documentation about this bug at all. I'll try to make a [Clean cookies] button on login screen as a workaround. What do you think? Do you have better idea? -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL

Bug#304171: phpmyadmin: users can't login after upgrade to 2.6.2-rc1

2005-04-12 Thread Piotr Roszatycki
e path was changed. The previous cookie was pma_mcrypt_iv, path=/phpmyadmin the current cookie is pma_mcrypt_iv, path=/phpmyadmin/ But... The browser sends old cookie and there is no possibility to remove the old one. -- .''`.Piotr Roszatycki, Netia SA : :' :mailto

Bug#304171: phpmyadmin: users can't login after upgrade to 2.6.2-rc1

2005-04-14 Thread Piotr Roszatycki
tags 304171 wontfix thanks I'm marking the bug as unfixeable. I'm going to write some info in README.Debian and NEWS file. -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `- -- To UNSUBSCRIBE, ema

Bug#274225: Security patch in latest version affects woody?

2005-04-14 Thread Piotr Roszatycki
tags 274225 wontfix thanks This bug can't be fixed for woody version. If you can't risk the login/password leakage, you have to upgrade to the package from sarge. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#304018: suPHP_Engine not allowed here

2005-04-14 Thread Piotr Roszatycki
tags 304018 pending thanks It seems the suPHP directive can't be used inside section. I'm removing this directive. It seems that suPHP is almost useless for non masshosting environment. See #287897. -- .''`.Piotr Roszatycki, Netia SA : :' :mailto:[EMAIL PR

  1   2   3   4   >