[Bug 87063] Re: [needs-packaging] Please package php5-mssql

2008-01-09 Thread Ondřej Surý
Debian switched to mssql code for sybase and mssql extension in 5.2.4-1. When hardy pulls our updates you will get mssql code in place. Meanwhile please stop this useless rant. Addin more pleases will get us nowhere. -- [needs-packaging] Please package php5-mssql

[Bug 173222] Re: php5-mysql fails to install on Ubuntu Gutsy server.

2007-12-01 Thread Ondřej Surý
Send output of: apt-cache policy php5-mysql Most propably you are pulling php5-mysql from other sources then official. Ondrej. -- php5-mysql fails to install on Ubuntu Gutsy server. https://bugs.launchpad.net/bugs/173222 You received this bug notification because you are a member of Ubuntu

[Bug 93603] Re: RFE: Add more php5 extensions (like php5-gmp)

2007-11-19 Thread Ondřej Surý
dbase support is unlikely to added. Last time I have checked, somebody removed all licensing headers from dbf_* files, so now it's unclear which license does cover that source code. (Previous licensing was non- free). -- RFE: Add more php5 extensions (like php5-gmp)

[Bug 152410] Re: php module not enabled by default in gutsy

2007-10-17 Thread Ondřej Surý
Did you restarted apache after installing php module? -- php module not enabled by default in gutsy https://bugs.launchpad.net/bugs/152410 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 152410] Re: php module not enabled by default in gutsy

2007-10-17 Thread Ondřej Surý
No, it shouldn't. php should not automaticaly restart apache without administrator (ie. just by installing). It could lead to apache not starting because broken configuration, etc. -- php module not enabled by default in gutsy https://bugs.launchpad.net/bugs/152410 You received this bug

[Bug 152410] Re: php module not enabled by default in gutsy

2007-10-17 Thread Ondřej Surý
*** This bug is a duplicate of bug 104270 *** https://bugs.launchpad.net/bugs/104270 ** This bug has been marked a duplicate of bug 104270 Need user notification after installing php-mysql -- php module not enabled by default in gutsy https://bugs.launchpad.net/bugs/152410 You received

[Bug 104270] Re: Need user notification after installing php-mysql

2007-10-17 Thread Ondřej Surý
Same for libapache2-mod-php5 itself (#152410). -- Need user notification after installing php-mysql https://bugs.launchpad.net/bugs/104270 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 146236] Re: Bluetooth Manager (ikona) - Browse Device...

2007-09-28 Thread Ondřej Surý
That's why it's binary package is language-pack-cs and not bluez-gnome. -- Bluetooth Manager (ikona) - Browse Device... https://bugs.launchpad.net/bugs/146236 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing

[Bug 144844] Re: empathy crashes with Gtk-Error **: Byte index 23 is off the end of the line

2007-09-26 Thread Ondřej Surý
Today this crash happened after telepathy-haze crashed #145119. I'm running empathy in gdb atm, so I'll keep you informed after it crashes again with reasonable backtrace. -- empathy crashes with Gtk-Error **: Byte index 23 is off the end of the line https://bugs.launchpad.net/bugs/144844 You

[Bug 144844] Re: empathy crashes with Gtk-Error **: Byte index 23 is off the end of the line

2007-09-26 Thread Ondřej Surý
Full backtrace attached. ** Attachment added: gdb-empathy.txt http://launchpadlibrarian.net/9514804/gdb-empathy.txt -- empathy crashes with Gtk-Error **: Byte index 23 is off the end of the line https://bugs.launchpad.net/bugs/144844 You received this bug notification because you are a

[Bug 144844] empathy crashes with Gtk-Error **: Byte index 23 is off the end of the line

2007-09-25 Thread Ondřej Surý
Public bug reported: Binary package hint: empathy empathy crashes when receiving/displaying message from AIM transport (ICQ). Some messages are received fine, some crashes empathy, but after restart message is received and displayed without problem. Error message is: (empathy:23684):

[Bug 114825] Re: dapper - php5 - 5.1.2 bug in fread

2007-09-13 Thread Ondřej Surý
This bug has simple workaround. Just change getFile function in IT.php to fread in 8192 byte chunks. something like: define(MAX_FREAD_SIZE, 8192); $fsize = filesize($filename); $content = ; [...stripped...btw: that part with comparing $fsize 1 is pretty dumb, why they open file and then

[Bug 136481] Re: make php-pear depend on php-dev (for pecl)

2007-08-31 Thread Ondřej Surý
php-pear already suggests: php5-dev | php4-dev and note in description: Note: to build and install precompiled PECL extensions, you will need one of the php development packages installed. ** Changed in: php5 (Ubuntu) Status: New = Invalid -- make php-pear depend on php-dev (for pecl)

[Bug 133843] Re: php5-dev installation error

2007-08-21 Thread Ondřej Surý
** Changed in: php5 (Ubuntu) Status: Incomplete = Invalid -- php5-dev installation error https://bugs.launchpad.net/bugs/133843 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 126731] Re: php5-cli, php5-cgi, libapache2-mod-php5 to provide php5

2007-07-19 Thread Ondřej Surý
Certainly not a bug in php5 packaging: Package: php5 [...] Depends: libapache2-mod-php5 (= 5.2.1-0ubuntu1) | php5-cgi (= 5.2.1-0ubuntu1), php5-common (= 5.2.1-0ubuntu1) [...] Reason why libapache2-mod-php5 wants to be installed is that it's listed first in phpldap admin dependencies. As a quick

[Bug 87063] Re: [needs-packaging] Please package php5-mssql

2007-07-12 Thread Ondřej Surý
RJT said: The mssql_* functions it provides are in fact aliases to sybase_* functions, and they don't behave in the same way as the true mssql_* functions, nor are they as reliable when used with MS SQL Server databases. How do they not behave same way? What's those reliability problems?

[Bug 87063] Re: [needs-packaging] Please package php5-mssql

2007-07-11 Thread Ondřej Surý
It won't be packaged for dapper/edgy/feisty. Maybe for feisty if somebody will do that. I'll try to poke sean (or myself) to package it for Debian and maybe it will get propagated to gutsy. Anyway is it really that hard to do: apt-get install php5-dev cp -a php-5.x.x/ext/mssql /tmp/ cd

[Bug 87063] Re: [needs-packaging] Please package php5-mssql

2007-07-11 Thread Ondřej Surý
That's a problem when you recompile whole php5 and add php5-mssql .deb package. If you compile just one module, it should not happen. (Should means that security update should not change ABI, but you never know when dealing with php upstream.) -- [needs-packaging] Please package php5-mssql

[Bug 87063] Re: [needs-packaging] Please package php5-mssql

2007-07-11 Thread Ondřej Surý
BTW: That provided patch is wrong in some details. It should use modulelist first and just add pdo_mssql to extramodulelist. --without-mssql is not needed Some typos in control file (cutpaste from mysql entry). It doesn't ensure compatibility with existing sybase module users. ** Attachment

[Bug 87063] Re: [needs-packaging] Please package php5-mssql

2007-07-11 Thread Ondřej Surý
It should have been: Maybe for gutsy... (not feisty) -- [needs-packaging] Please package php5-mssql https://bugs.launchpad.net/bugs/87063 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 123659] Re: bad integration of adp ( advence php debugger)

2007-07-03 Thread Ondřej Surý
That's bug in third party application (adp I suppose) and not bug in php or pecl itself. ** Changed in: php5 (Ubuntu) Status: New = Invalid -- bad integration of adp ( advence php debugger) https://bugs.launchpad.net/bugs/123659 You received this bug notification because you are a

[Bug 120619] [Gutsy] invalid resolution detected resulting in BIG fonts on i915

2007-06-15 Thread Ondřej Surý
Public bug reported: It's regression from feisty. I get huge fonts on my Dell D420 when using built-in LCD (1280x800). I guess that newer cairo just get DPI of internal monitor wrong. When I use external (1280x1024) monitor everything is ok. When I use non-gnome (tried qtconfig-qt4) it's ok.

[Bug 120619] Re: [Gutsy] invalid resolution detected resulting in BIG fonts on i915

2007-06-15 Thread Ondřej Surý
** Attachment added: As you can see, gecko canvas is ok, only gnome parts of firefox is affected http://launchpadlibrarian.net/8096697/big-fonts.png -- [Gutsy] invalid resolution detected resulting in BIG fonts on i915 https://bugs.launchpad.net/bugs/120619 You received this bug

[Bug 55138] Re: Dell 2950 w/ PERC 5i/Integrated, seeing RAID'd HDD's

2007-06-06 Thread Ondřej Surý
2 Rimas: Nope, I was already using patches scsi-mod module (look at reporter of #57265). Must be some other error. Anyway I am going to investigate it now, I'll report back. -- Dell 2950 w/ PERC 5i/Integrated, seeing RAID'd HDD's https://bugs.launchpad.net/bugs/55138 You received this bug

[Bug 51235] Re: Ubuntu odpojení napájec ího kabelu a pop-up v GNOME

2007-06-04 Thread Ondřej Surý
That bug is about half-way translation in gnome-power-manager in fully updated Dapper. You can see it on screenshot - Power Information is in English, rest of text is in Czech. -- Ubuntu odpojení napájecího kabelu a pop-up v GNOME https://bugs.launchpad.net/bugs/51235 You received this bug

[Bug 118230] Re: [apport] php5-cgi crashed with SIGSEGV in virtual_file_ex()

2007-06-02 Thread Ondřej Surý
Could I see your /etc/php5/cgi/php.ini? And list of installed modules? And output of: ldd /usr/bin/php5-cgi for module in /usr/lib/php5/20060613+lfs/*; do echo ${module}; ldd ${module}; done -- [apport] php5-cgi crashed with SIGSEGV in virtual_file_ex() https://bugs.launchpad.net/bugs/118230

[Bug 118230] Re: [apport] php5-cgi crashed with SIGSEGV in virtual_file_ex()

2007-06-02 Thread Ondřej Surý
And one more thing. You mentioned Aprelium's abyss web server. Does php5 crash on command line or when running from that web server? It's not clear from your bugreport. -- [apport] php5-cgi crashed with SIGSEGV in virtual_file_ex() https://bugs.launchpad.net/bugs/118230 You received this bug

[Bug 118230] Re: [apport] php5-cgi crashed with SIGSEGV in virtual_file_ex()

2007-06-01 Thread Ondřej Surý
Hi Henrik, could you also supply (possibly minimal) code which makes php5 to crash? Ondrej. -- [apport] php5-cgi crashed with SIGSEGV in virtual_file_ex() https://bugs.launchpad.net/bugs/118230 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact

[Bug 74647] Re: php5-gd not using bundled GD library

2007-05-22 Thread Ondřej Surý
Using bundled libraries is security hell. It will never happen in Debian. And I very much doubt that it will happen in Ubuntu. Correct way is to push those changes to upstream GD library. And it's a WIP at least according to http://www.libgd.org/FAQ_PHP#How_do_I_get_gd_to_work_with_PHP.3F --

[Bug 115340] Re: missing php5.load

2007-05-22 Thread Ondřej Surý
What is your version of Ubuntu? What is your version of libapache2-mod-php5 (#dpkg -l *php5*)? What does 'dpkg -L libapache2-mod-php5' says? -- missing php5.load https://bugs.launchpad.net/bugs/115340 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug

[Bug 50353] Re: Cannot install PDO and PDO Drivers in PHP5

2007-05-22 Thread Ondřej Surý
This is fixed in Ubuntu 7.04 version of php5. See http://packages.ubuntu.com/cgi-bin/search_contents.pl?searchmode=filelistword=php5-mysqlversion=feistyarch=i386 And no, there is no need for separate packages (as in php5-pdo-oracle). ** Changed in: php5 (Ubuntu) Status: Confirmed = Fix

[Bug 39719] Re: imagerotate() is not working

2007-05-22 Thread Ondřej Surý
*** This bug is a duplicate of bug 74647 *** https://bugs.launchpad.net/bugs/74647 ** This bug has been marked a duplicate of bug 74647 php5-gd not using bundled GD library -- imagerotate() is not working https://bugs.launchpad.net/bugs/39719 You received this bug notification because

[Bug 63141] Re: PHP (cli) exits with a segfault if pg_connect() called.

2007-05-22 Thread Ondřej Surý
There is a workaround. If it segfaults, then load modules in reverse order manually from php.ini. -- PHP (cli) exits with a segfault if pg_connect() called. https://bugs.launchpad.net/bugs/63141 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact

[Bug 115340] Re: missing php5.load

2007-05-22 Thread Ondřej Surý
BTW I very much doubt, that this is error in package. I rather think that this comes from broken setup of yours like unfinished installation of affected package or something like that. -- missing php5.load https://bugs.launchpad.net/bugs/115340 You received this bug notification because you are

[Bug 63141] Re: PHP (cli) exits with a segfault if pg_connect() called.

2007-05-22 Thread Ondřej Surý
For more information see: http://bugs.php.net/bug.php?id=40926 and http://bugs.debian.org/411982 -- PHP (cli) exits with a segfault if pg_connect() called. https://bugs.launchpad.net/bugs/63141 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact

[Bug 104863] Re: php5-gd needs to update php.ini

2007-05-22 Thread Ondřej Surý
Did you restarted apache2 after installing php5-gd? This could be just error of php not loading new configuration until restarted. -- php5-gd needs to update php.ini https://bugs.launchpad.net/bugs/104863 You received this bug notification because you are a member of Ubuntu Bugs, which is the

[Bug 104863] Re: php5-gd needs to update php.ini

2007-05-22 Thread Ondřej Surý
Does your output of: dpkg -l libapache2-mod-php5 includes /etc/php5/apache2/conf.d line? Does that symlink exists? $ ls -l /etc/php5/apache2/conf.d lrwxrwxrwx 1 root root 9 2007-05-22 17:55 /etc/php5/apache2/conf.d - ../conf.d And it's part of the libapache2-mod-php5 package. If it doesn't

[Bug 109569] Re: php5-gd : undefined symbol: gdImagePngCtxEx

2007-05-21 Thread Ondřej Surý
Resolved by original reporter. ** Changed in: php5 (Ubuntu) Status: Unconfirmed = Rejected -- php5-gd : undefined symbol: gdImagePngCtxEx https://bugs.launchpad.net/bugs/109569 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for

[Bug 104863] Re: php5-gd needs to update php.ini

2007-05-21 Thread Ondřej Surý
to tell, since we don't know details. ** Changed in: php5 (Ubuntu) Assignee: (unassigned) = Ondřej Surý Status: Unconfirmed = Needs Info -- php5-gd needs to update php.ini https://bugs.launchpad.net/bugs/104863 You received this bug notification because you are a member of Ubuntu

[Bug 94127] Re: conffile prompt on upgrade

2007-05-21 Thread Ondřej Surý
It's probably because you have installed phpX-mysql modules, which modifies php.ini on install to put 'extension=mysql.so'. I guess it cannot be helped. -- conffile prompt on upgrade https://bugs.launchpad.net/bugs/94127 You received this bug notification because you are a member of Ubuntu

[Bug 73852] Re: dpkg -S /usr/bin/phpize fails

2007-05-21 Thread Ondřej Surý
It's not a bug, but a feature. /usr/bin/phpize is not part of php5-dev package. Instead it gets registered by update-alternatives script (since you can have phpize4 and phpize5 in system at the same time). ** Changed in: dpkg (Ubuntu) Status: Unconfirmed = Rejected ** Changed in: php5

[Bug 58347] Re: Listed as conflicting with libapache2-mod-php4

2007-05-21 Thread Ondřej Surý
php4 will be dropped from Debian and Ubuntu, so that will solve your problem ;-). But to answer your question. You will have to download sources, remove those conflicting lines and recompile both php versions. Then track when fix came out and follow same procedure. -- Listed as conflicting with

[Bug 69749] Re: pcre header file missing

2007-05-21 Thread Ondřej Surý
Install php5-dev. This is not a bug, but a feature of packaging. Headers and libraries needed for development are usually kept in name-dev packages. ** Changed in: php5 (Ubuntu) Assignee: (unassigned) = Ondřej Surý Status: Unconfirmed = Rejected -- pcre header file missing https

[Bug 24143] Re: Can't handle big files (4GB, 64 bits pointer)

2007-05-21 Thread Ondřej Surý
Fixed in feisty. ** Changed in: php5 (Ubuntu) Status: Confirmed = Fix Released -- Can't handle big files (4GB, 64 bits pointer) https://bugs.launchpad.net/bugs/24143 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs

[Bug 47858] Re: pear startup script won't find php bin or pear script files

2007-05-21 Thread Ondřej Surý
Umm, which version of php you are running? And which version of Ubuntu. I don't remember pear ever having this kind of issue. ** Changed in: php5 (Ubuntu) Assignee: (unassigned) = Ondřej Surý Status: Unconfirmed = Needs Info -- pear startup script won't find php bin or pear script

[Bug 104863] Re: php5-gd needs to update php.ini

2007-05-21 Thread Ondřej Surý
Hmm, strange. That shouldn't happen, but who knows what version of php5 was in beta... Could you do: dpkg -L php5-gd on affected system and add output here? -- php5-gd needs to update php.ini https://bugs.launchpad.net/bugs/104863 You received this bug notification because you are a member

[Bug 104863] Re: php5-gd needs to update php.ini

2007-05-21 Thread Ondřej Surý
Ah, and output of dpkg -l *php5* as well. -- php5-gd needs to update php.ini https://bugs.launchpad.net/bugs/104863 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 55138] Re: Dell 2950 w/ PERC 5i/Integrated, seeing RAID'd HDD's

2007-05-11 Thread Ondřej Surý
Hmm, strange. After upgrading to 2.6.15-28 (amd64) I cannot boot my system. There are times when system boots with many write errors and sometimes it just prints: run-init: /sbin/init: error 13 Kernel panic - not syncing: Ateempted to kill init! But I can only guess, that it's connected to

[Bug 55138] Re: Dell 2950 w/ PERC 5i/Integrated, seeing RAID'd HDD's

2007-05-11 Thread Ondřej Surý
Ignore my last comment. Kernel is broken on my Dells, but it's not connected to megaraid_sas (or rather scsi subsystem where this error was). During boot I can catch on remote console that only sda is in my system and that's just fine. Ondrej. -- Dell 2950 w/ PERC 5i/Integrated, seeing RAID'd

[Bug 112464] Re: desktop != osobní

2007-05-04 Thread Ondřej Surý
V některých kontextech lze bez problémů použít překlad osobní počítač, a hodí se to tam lépe než stolní počítač. Zejména v místech, kdy v originálním textu lze zaměnit 'desktop computer' za 'personal computer' bez ztráty významu. Pokud chceš, aby tvé bugreporty bral alespoň někdo vážně, tak se

[Bug 112465] Re: restricted != nesvobodný - uzavřený

2007-05-04 Thread Ondřej Surý
Cílem překladu není překlad doslovný, ale překlad, který je srozumitelný a nebližší původnímu sdělení. Překlad 'Správce nesvobodných ovladačů' v tomto ohledu svou roli plní dobře. ** Changed in: language-pack-cs (Ubuntu) Status: Unconfirmed = Rejected -- restricted != nesvobodný -

[Bug 85431] Re: Správce nastevení XFCE, u tlačítka je napsáno Popisek tlačít ka|...

2007-03-02 Thread Ondřej Surý
Na spolupráci s upstream překladateli pomalu, ale jistě pracujeme. Samozřejmě ne vždy to jde hladce nebo jednoduše. A při současné roztříštěnosti překladů mezi mnoho míst někdy dochází k podobným situacím. Problém taky bývá v rozdílu verzí, které jsou aktuální pro upstream (tedy xfce.org) a

[Bug 81524] Re: No new mail in evolution imap

2007-01-29 Thread Ondřej Surý
I can confirm that. My IMAP server is Cyrus 2.2 (both of them). I tried removing and adding account in Evolution, tried creating new local account to start with empty Evolution settings. Nothing helped. Thunderbird is just fine. What I was able to get from CAMEL_VERBOSE_DEBUG is that sometimes

[Bug 81524] Re: No new mail in evolution imap

2007-01-29 Thread Ondřej Surý
It does (just read bug in upstream bugzilla). -- No new mail in evolution imap https://launchpad.net/bugs/81524 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 72924] Re: OpenOffice.org - názvy prog ramů

2006-11-23 Thread Ondřej Surý
Tipnul bych, že to souvisí s přechodem od OOo 1.1.x na OOo 2.0.x -- OpenOffice.org - názvy programů https://launchpad.net/bugs/72924 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 70701] Re: Systém / Správa / Aktual izace software

2006-11-08 Thread Ondřej Surý
Mea Culpa. Opravu jsem udělal jenom pro dappera, který je stále proklikávací z hlavní stránky. Hned to napravím (teda až mi přijde link s .po souborem) a další první pondělí v měsíci (tj. v prosinci) by se měl nainstalovat nový language- pack-cs s opravou. -- Systém / Správa / Aktualizace

[Bug 70897] Re: Název Synapticu

2006-11-08 Thread Ondřej Surý
Já bych v rámci trendu, který nastolilo GNOME použil: Synaptic - správce balíčků i samotný debianí balíček má: Description: Graphical package manager Slovo synaptic bych zachoval, protože se často používá v diskuzích, tak ať ho lze snadno najít, slovo grafický je v grafickém prostředí

[Bug 70701] Re: Systém / Správa / Aktual izace software

2006-11-08 Thread Ondřej Surý
Tak už ke mě dotekl .po soubor a už je to v něm opravené, tak buď už to udělal někdo jiný anebo to doteklo automaticky. -- Systém / Správa / Aktualizace software https://launchpad.net/bugs/70701 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 70897] Re: Název Synapticu

2006-11-08 Thread Ondřej Surý
PS: jak reportovat bug primo pro Ubuntu Czech Translators, abych tu nematl anglicke kolegy? Takhle je to úplně v pohodě :). -- Název Synapticu https://launchpad.net/bugs/70897 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 70897] Re: Název Synapticu

2006-11-08 Thread Ondřej Surý
Navrhuju tento problém přenést do ubuntu-l10n-cs, kde se nám bude lépe diskutovat. -- Název Synapticu https://launchpad.net/bugs/70897 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 70701] Re: Systém / Správa / Aktual izace software

2006-11-07 Thread Ondřej Surý
Tuhle chybu už jsem opravil a měla by se projevit v další aktualizaci jazykových balíčků. ** Changed in: language-pack-cs (Ubuntu) Assignee: (unassigned) = Ondřej Surý Status: Unconfirmed = Fix Committed -- Systém / Správa / Aktualizace software https://launchpad.net/bugs/70701

[Bug 65579] Re: Administrator of Ubuntu Czech Translators destroys dictionary for translators by providing less suitable and unnatural translation

2006-10-12 Thread Ondřej Surý
This is social issue in the end and there is no need to open bug in malone for it. If you want this issue resolved by third party, then seek advice of Community Council. Ondřej -- Administrator of Ubuntu Czech Translators destroys dictionary for translators by providing less suitable and

[Bug 63157] bzr should either depend on python2.5 or remove python2.5 specific code from postinst

2006-09-30 Thread Ondřej Surý
Public bug reported: without python2.5 postinst has UnicodeError(s): $ sudo dpkg --configure -a Setting up bzr (0.11~rc2-0ubuntu3) ... Compiling /usr/lib/python2.5/site-packages/bzrlib/tests/blackbox/test_status.py ... Sorry: UnicodeError: (\\N escapes not supported (can't load unicodedata

[Bug 63016] [edgy] Indication of new messages in folder is prefixed by folder-display|

2006-09-29 Thread Ondřej Surý
Public bug reported: Applies to evolution-2.8 in current edgy. Every folder which has new messages in it is displayed in bold and prefixed with text folder-display|, which makes it pretty unusable because one cannot see name of the folder. More info about environment: - protocol: imap with ssl

[Bug 63016] Re: [edgy] Indication of new messages in folder is prefixed by folder-display|

2006-09-29 Thread Ondřej Surý
** Attachment added: My folder list with mentioned bug http://librarian.launchpad.net/4542843/evolution-2.8-folder-display-bug.png -- [edgy] Indication of new messages in folder is prefixed by folder-display| https://launchpad.net/bugs/63016 -- ubuntu-bugs mailing list

[Bug 63034] gnome-language-selector offers Kashubian language in addition to Czech

2006-09-29 Thread Ondřej Surý
Public bug reported: -csb vs. -cs problem: when gnome-language-selector is started it complains that The language support is not installed completely and it offers Kashubian language packs as addition to Czech. It looks like you are using regular expression to find all additional language

[Bug 26940] Re: Kernel 2.6.15-7-686 won't boot with root on SATA disk

2006-09-27 Thread Ondřej Surý
Yes, it's fixed in edgy. Thanks -- Kernel 2.6.15-7-686 won't boot with root on SATA disk https://launchpad.net/bugs/26940 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 61215] Re: Kubuntu Edgy Edge Knot 3 - PCI: BIOS Bug: MCFG area is not E820-reserved, Not using MMCONFIG

2006-09-21 Thread Ondřej Surý
*** This bug is a duplicate of bug 58489 *** ** This bug has been marked a duplicate of bug 58489 Does not boot on HP dc7600 USDT (regression from dapper) -- Kubuntu Edgy Edge Knot 3 - PCI: BIOS Bug: MCFG area is not E820-reserved, Not using MMCONFIG https://launchpad.net/bugs/61215 --

[Bug 61077] Re: Does not boot on Alienware desktop

2006-09-21 Thread Ondřej Surý
*** This bug is a duplicate of bug 58489 *** ** This bug has been marked a duplicate of bug 58489 Does not boot on HP dc7600 USDT (regression from dapper) -- Does not boot on Alienware desktop https://launchpad.net/bugs/61077 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 59756] Re: Edgy Live CD (AMD64) fails to boot

2006-09-21 Thread Ondřej Surý
*** This bug is a duplicate of bug 58489 *** ** This bug has been marked a duplicate of bug 58489 Does not boot on HP dc7600 USDT (regression from dapper) -- Edgy Live CD (AMD64) fails to boot https://launchpad.net/bugs/59756 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 58489] Re: Does not boot on HP dc7600 USDT (regression from dapper)

2006-09-21 Thread Ondřej Surý
nommconf doesn't help ** Changed in: linux-source-2.6.17 (Ubuntu) Status: Needs Info = Confirmed ** Bug 59756 has been marked a duplicate of this bug ** Bug 61077 has been marked a duplicate of this bug ** Bug 61215 has been marked a duplicate of this bug -- Does not boot on HP dc7600

[Bug 59202] Re: BIND vulnerability

2006-09-07 Thread Ondřej Surý
Version(s): 9.3.2 and prior versions Description: A vulnerability was reported in BIND. A remote user can cause denial of service conditions. A remote user (DNS server) can send specially crafted RRset responses in return to a recursive SIG query to cause the requesting named service to crash

[Bug 56782] Re: Unexpected crash when closing a text buffer

2006-09-03 Thread Ondřej Surý
I can confirm that, adding another crash report, emacs crashes with signal 11 on exit (^x^c). ** Summary changed: - Unexpected crash when closing a text buffer + (21.4a-6ubuntu1): Unexpected crash when closing a text buffer -- (21.4a-6ubuntu1): Unexpected crash when closing a text buffer

[Bug 58489] Does not boot on HP dc7600 USDT (regression from dapper)

2006-09-01 Thread Ondřej Surý
Public bug reported: Kernel freezes after: HP Compaq aptop series board detected. Selecting BIOS-method for reboots NET: Registered protocol family 16 EISA bus registered ACPI: bus type pci registered PCI: BIOS Bg: MCFG area is not E820-reserved PCI: Not using MMCONFIG PCI: PCI BIOS revision 2.20

[Bug 26940] Re: Kernel 2.6.15-7-686 won't boot with root on SATA disk

2006-09-01 Thread Ondřej Surý
Now it behaves just strange on lastest edgy kernel, sometimes it does boot fast, but more often there is long delay before SATA disks are brought up, see todays boot dmesg snippet: [17179572.852000] SCSI subsystem initialized [17179572.852000] libata version 1.20 loaded. [17179572.852000] ahci

[Bug 58489] Re: Does not boot on HP dc7600 USDT (regression from dapper)

2006-09-01 Thread Ondřej Surý
Freezes at exactly same place, no message changed (MMCONFIG wasn't used before or now). -- Does not boot on HP dc7600 USDT (regression from dapper) https://launchpad.net/bugs/58489 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 57265] Re: Return value of slave_configure in scsi_scan.c is ignored

2006-08-22 Thread Ondřej Surý
Patch which actually applies to current linux-source-2.6.15 -- Return value of slave_configure in scsi_scan.c is ignored https://launchpad.net/bugs/57265 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 57265] Return value of slave_configure in scsi_scan.c is ignored

2006-08-22 Thread Ondřej Surý
Public bug reported: Number of scsi drivers return some return code from slave_configure function which is called on scsi bus scan (or whatever). This value gets ignored in 2.6.15.x and this causes problem with LSI Logig Megaraid SAS driver which uses return value to indicate that disk should

[Bug 57265] Re: Return value of slave_configure in scsi_scan.c is ignored

2006-08-22 Thread Ondřej Surý
-- Return value of slave_configure in scsi_scan.c is ignored https://launchpad.net/bugs/57265 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 56984] python-gmenu package missing Replaces: gnome-menus

2006-08-20 Thread Ondřej Surý
Public bug reported: python-gmenu is missing Replaces: gnome-menus ( version) and therefore whole bunch is not installable because gnome-menus depends on python-gmenus. dpkg: error processing /var/cache/apt/archives/python-gmenu_2.15.91-0ubuntu1_i386.deb (--unpack): trying to overwrite

[Bug 56985] nautilus-data missing Replaces: nautilus

2006-08-20 Thread Ondřej Surý
Public bug reported: When updating dapper to edgy: dpkg: error processing /var/cache/apt/archives/nautilus-data_2.15.91-0ubuntu1_all.deb (--unpack): trying to overwrite `/usr/share/gconf/schemas/apps_nautilus_preferences.schemas', which is also in package nautilus Ondrej ** Affects:

[Bug 56986] cupsys-common missing Replaces: cupsys

2006-08-20 Thread Ondřej Surý
Public bug reported: When updating dapper to edgy: dpkg: error processing /var/cache/apt/archives/cupsys-common_1.2.2-0ubuntu2_all.deb (--unpack): trying to overwrite `/usr/share/cups/charsets/windows-874', which is also in package cupsys Ondrej ** Affects: cupsys (Ubuntu) Importance:

[Bug 56985] Re: nautilus-data missing Replaces: nautilus

2006-08-20 Thread Ondřej Surý
I was updating from latest stable Ubuntu 6.06.1 with some packages from edgy already updated - kernel, libc6 and locales: --dapper-- [EMAIL PROTECTED]:~$ dpkg -L nautilus | grep /usr/share/gconf/schemas/apps_nautilus_preferences.schemas /usr/share/gconf/schemas/apps_nautilus_preferences.schemas

[Bug 26940] Re: Kernel 2.6.15-7-686 won't boot with root on SATA disk

2006-08-18 Thread Ondřej Surý
Fixed in 2.6.17-6.18, there is still very short delay, but I guess it's normal. ** Changed in: linux-source-2.6.17 (Ubuntu) Status: Confirmed = Fix Released -- Kernel 2.6.15-7-686 won't boot with root on SATA disk https://launchpad.net/bugs/26940 -- ubuntu-bugs mailing list

[Bug 26940] Re: Kernel 2.6.15-7-686 won't boot with root on SATA disk

2006-08-05 Thread Ondřej Surý
Nope, it's not. See the very long delay between 4th and 5th line: [17179579.088000] SCSI subsystem initialized [17179579.088000] libata version 1.20 loaded. [17179579.088000] ahci :00:1f.2: version 1.2 [17179579.088000] ACPI: PCI Interrupt :00:1f.2[B] - GSI 18 (level, low) - IRQ 201

[Bug 52546] Re: original HP keybord bundled with HP dc7600 doesn't work

2006-07-20 Thread Ondřej Surý
Just tried Ubuntu 6.06 LTS Live CD (both i386 and amd64) and keyboard doesn't work after booting linux kernel (it does work when CD boots first menu, where you can choose Run or Install or Memory test, etc.). Ondrej. -- original HP keybord bundled with HP dc7600 doesn't work

[Bug 52546] Re: original HP keybord bundled with HP dc7600 doesn't work

2006-07-14 Thread Ondřej Surý
Here is dmesg generated by: a) unplugging usbps2 conv b) rebooting c) plugging usbps2 afterboot d) unplugging ps2 keyboard d) plugging ps2 keyboard into usbps2 convertor since it doesn't work at all Ondrej. -- original HP keybord bundled with HP dc7600 doesn't work

[Bug 52546] Re: original HP keybord bundled with HP dc7600 doesn't work

2006-07-12 Thread Ondřej Surý
Did you install via a Live-CD? You are right, that computer was upgraded from breezy. But I have two pieces of same hardware spare on stock, I can try installing on box on green field and see what happens. It seems to me that it maybe related to some Ubuntu specific patches, because all other

[Bug 52546] Re: original HP keybord bundled with HP dc7600 doesn't work

2006-07-12 Thread Ondřej Surý
This is current content of /etc/modules: # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with # are ignored. lp mousedev psmouse Will providing dmesg output without

[Bug 52546] Re: original HP keybord bundled with HP dc7600 doesn't work

2006-07-11 Thread Ondřej Surý
** Attachment added: Dmesg output on HP dc7600 USDT http://librarian.launchpad.net/3347410/dmesg-dc7600.txt -- original HP keybord bundled with HP dc7600 doesn't work https://launchpad.net/bugs/52546 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 52546] original HP keybord bundled with HP dc7600 doesn't work

2006-07-10 Thread Ondřej Surý
Public bug reported: Original keyboard bundled with HP dc7600 USDT (Ultra-Slim Desktop) doesn't work in Ubuntu. It does work on startup (GRUB, etc.), but after starting kernel it just doesn't work (no input is received). However when there is USB-PS2 converter attached (empty without anything

[Bug 52546] Re: original HP keybord bundled with HP dc7600 doesn't work

2006-07-10 Thread Ondřej Surý
I forgot to mention that original keyboard is PS/2. -- original HP keybord bundled with HP dc7600 doesn't work https://launchpad.net/bugs/52546 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 26940] Re: Kernel 2.6.15-7-686 won't boot with root on SATA disk

2006-06-27 Thread Ondřej Surý
[EMAIL PROTECTED]:~# cat /proc/mounts rootfs / rootfs rw 0 0 none /sys sysfs rw 0 0 none /proc proc rw,nodiratime 0 0 udev /dev tmpfs rw 0 0 /dev/sda1 / ext3 rw,noatime,data=ordered 0 0 /dev/sda1 /dev/.static/dev ext3 rw,noatime,data=ordered 0 0 tmpfs /var/run tmpfs rw 0 0 tmpfs /var/lock tmpfs rw

[Bug 26940] Re: Kernel 2.6.15-7-686 won't boot with root on SATA disk

2006-06-27 Thread Ondřej Surý
BTW adding ahci to /etc/mkinitramfs/modules and regenerating /boot/initrd-whatever-kernel-version-is does help. See any of: EOF xargs -i wget www.rfc1925.org/{} dapper-20060625-1.png dapper-20060626-1.png dapper-20060627-1.png dapper-20060627-2.png EOF -- Kernel 2.6.15-7-686 won't boot with

[Bug 26940] Re: Kernel 2.6.15-7-686 won't boot with root on SATA disk

2006-06-24 Thread Ondřej Surý
Uncompressed picture can be found at http://www.rfc1925.org/dapper-20060624-1.png (size difference is neglible on normal internet connection). -- Kernel 2.6.15-7-686 won't boot with root on SATA disk https://launchpad.net/bugs/26940 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 26940] Re: Kernel 2.6.15-7-686 won't boot with root on SATA disk

2006-06-24 Thread Ondřej Surý
With 2.6.15-25-686 it takes incredibly long time in Waiting for root filesystem. I am trying to find a way ho -- Kernel 2.6.15-7-686 won't boot with root on SATA disk https://launchpad.net/bugs/26940 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 26940] Re: Kernel 2.6.15-7-686 won't boot with root on SATA disk

2006-06-24 Thread Ondřej Surý
With 2.6.15-25-686 it takes incredibly long time in Waiting for root filesystem. I am trying to find a way how to attach bootchart picture here ok, it's at http://www.rfc1925.org/dapper-20060624-1.png.bz2 ** Changed in: linux-meta (Ubuntu) Status: Needs Info = Unconfirmed --

[Bug 48713] Re: Fortunes are in iso-8859-2 encoding (not UTF-8)

2006-06-22 Thread Ondřej Surý
fortunes-cs are in utf-8 since 1.8-1, see: http://packages.qa.debian.org/f/fortunes-cs/news/20060404T134712Z.html This bugs is fixed in Edgy since it was synced to 2.0-1 from debian. -- Fortunes are in iso-8859-2 encoding (not UTF-8) https://launchpad.net/bugs/48713 -- ubuntu-bugs mailing list

<    4   5   6   7   8   9