[Bug 915259] Re: php5-mysql startup of pdo_mysql.so fail due to undefined symbol: php_pdo_register_driver

2012-04-03 Thread Zoro
Please could you check that

a) you have a file named /etc/php5/cli/conf.d/pdo.ini

/etc/php5/cli/conf.d$ ls
mysqli.ini  mysql.ini  pdo_mysql.ini

I didn't had a pdo.ini with :
 ; configuration for php PDO module
extension=pdo.so

I created it and now it works ! No more mail every 30 minutes !

Thanks a lot !

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/915259

Title:
  php5-mysql  startup of pdo_mysql.so fail due to  undefined symbol:
  php_pdo_register_driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/915259/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 915259] Re: php5-mysql startup of pdo_mysql.so fail due to undefined symbol: php_pdo_register_driver

2012-04-03 Thread Zoro
Please could you check that

a) you have a file named /etc/php5/cli/conf.d/pdo.ini

/etc/php5/cli/conf.d$ ls
mysqli.ini  mysql.ini  pdo_mysql.ini

I didn't had a pdo.ini with :
 ; configuration for php PDO module
extension=pdo.so

I created it and now it works ! No more mail every 30 minutes !

Thanks a lot !

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/915259

Title:
  php5-mysql  startup of pdo_mysql.so fail due to  undefined symbol:
  php_pdo_register_driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/915259/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 915259] [NEW] php5-mysql startup of pdo_mysql.so fail due to undefined symbol: php_pdo_register_driver

2012-01-12 Thread Zoro
Public bug reported:

Hi everyone !

I keep receiving this email :

Subject : Cron root@wandercraft   [ -x /usr/lib/php5/maxlifetime ] 
[ -d /var/lib/php5 ]  find /var/lib/php5/ -depth -mindepth 1 -maxdepth
1 -type f -cmin +$(/usr/lib/php5/maxlifetime) ! -execdir fuser -s {}
2/dev/null \; -delete

PHP Warning:  PHP Startup: Unable to load dynamic library
'/usr/lib/php5/20090626/pdo_mysql.so' -
/usr/lib/php5/20090626/pdo_mysql.so: undefined symbol:
php_pdo_register_driver in Unknown on line 0

My php -v :

PHP Warning:  PHP Startup: Unable to load dynamic library 
'/usr/lib/php5/20090626/pdo_mysql.so' - /usr/lib/php5/20090626/pdo_mysql.so: 
undefined symbol: php_pdo_register_driver in Unknown on line 0
PHP 5.3.6-13ubuntu3.3 with Suhosin-Patch (cli) (built: Dec 13 2011 18:18:37) 
Copyright (c) 1997-2011 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies

My uname -a

Linux  3.0.0-14-server #23-Ubuntu SMP Mon Nov 21 20:49:05 UTC 2011
x86_64 x86_64 x86_64 GNU/Linux

My lsb_release -rd
Description:Ubuntu 11.10
Release:11.10

My ldd /usr/lib/php5/20090626/pdo_mysql.so
linux-vdso.so.1 =  (0x7fffa127d000)
libmysqlclient_r.so.16 = /usr/lib/libmysqlclient_r.so.16 
(0x7fe6a87c1000)
libc.so.6 = /lib/x86_64-linux-gnu/libc.so.6 (0x7fe6a8422000)
libpthread.so.0 = /lib/x86_64-linux-gnu/libpthread.so.0 
(0x7fe6a8204000)
libm.so.6 = /lib/x86_64-linux-gnu/libm.so.6 (0x7fe6a7f8)
libz.so.1 = /lib/x86_64-linux-gnu/libz.so.1 (0x7fe6a7d68000)
/lib64/ld-linux-x86-64.so.2 (0x7fe6a8dde000)

I read that the problem may be related to other local library and that
the PHP 5.3.7 version might solve the problem.

Thank you for your help !

** Affects: php5 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/915259

Title:
  php5-mysql  startup of pdo_mysql.so fail due to  undefined symbol:
  php_pdo_register_driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/915259/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 915259] [NEW] php5-mysql startup of pdo_mysql.so fail due to undefined symbol: php_pdo_register_driver

2012-01-12 Thread Zoro
Public bug reported:

Hi everyone !

I keep receiving this email :

Subject : Cron root@wandercraft   [ -x /usr/lib/php5/maxlifetime ] 
[ -d /var/lib/php5 ]  find /var/lib/php5/ -depth -mindepth 1 -maxdepth
1 -type f -cmin +$(/usr/lib/php5/maxlifetime) ! -execdir fuser -s {}
2/dev/null \; -delete

PHP Warning:  PHP Startup: Unable to load dynamic library
'/usr/lib/php5/20090626/pdo_mysql.so' -
/usr/lib/php5/20090626/pdo_mysql.so: undefined symbol:
php_pdo_register_driver in Unknown on line 0

My php -v :

PHP Warning:  PHP Startup: Unable to load dynamic library 
'/usr/lib/php5/20090626/pdo_mysql.so' - /usr/lib/php5/20090626/pdo_mysql.so: 
undefined symbol: php_pdo_register_driver in Unknown on line 0
PHP 5.3.6-13ubuntu3.3 with Suhosin-Patch (cli) (built: Dec 13 2011 18:18:37) 
Copyright (c) 1997-2011 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies

My uname -a

Linux  3.0.0-14-server #23-Ubuntu SMP Mon Nov 21 20:49:05 UTC 2011
x86_64 x86_64 x86_64 GNU/Linux

My lsb_release -rd
Description:Ubuntu 11.10
Release:11.10

My ldd /usr/lib/php5/20090626/pdo_mysql.so
linux-vdso.so.1 =  (0x7fffa127d000)
libmysqlclient_r.so.16 = /usr/lib/libmysqlclient_r.so.16 
(0x7fe6a87c1000)
libc.so.6 = /lib/x86_64-linux-gnu/libc.so.6 (0x7fe6a8422000)
libpthread.so.0 = /lib/x86_64-linux-gnu/libpthread.so.0 
(0x7fe6a8204000)
libm.so.6 = /lib/x86_64-linux-gnu/libm.so.6 (0x7fe6a7f8)
libz.so.1 = /lib/x86_64-linux-gnu/libz.so.1 (0x7fe6a7d68000)
/lib64/ld-linux-x86-64.so.2 (0x7fe6a8dde000)

I read that the problem may be related to other local library and that
the PHP 5.3.7 version might solve the problem.

Thank you for your help !

** Affects: php5 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/915259

Title:
  php5-mysql  startup of pdo_mysql.so fail due to  undefined symbol:
  php_pdo_register_driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/915259/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 270638] Re: lrzsz xmodem doesn't work

2011-07-08 Thread zoro
Ed Comer wrote:
 Zoro, thanks for the patch but I'm going to have to wait for its
 integration. I have been unable to get a clean compile of lrzsz either
 current or older versions.


Oh well, I just path thing myself and live happily. Thanks
for time, keep me posted.

Zoro!!! :-)

Mark Hinds

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/270638

Title:
  lrzsz xmodem doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/minicom/+bug/270638/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 270638] Re: lrzsz xmodem doesn't work

2011-04-27 Thread zoro
Ed Comer wrote:
 I can confirm this bug. Using trzsz version 0.12.21-5 via minicom I
 cannot get xmodem to download to an ARM7 machines uboot unless I (1)
 open a second shell and use cat/dev/ttyxxx to flush the queue (2) start
 the xmodem send; (3) kill the extra shell. This flushes the queue and
 xmodem then works.

 I know of others that are affected and they simply use HyperTerm within
 a virtual machine as a substitute and they have not reported the bug.
 Lots of folks working with embedded program are impacted by this. Why
 not just apply the patch listed above and fix it for everyone!


Thanks looking at this. I've been using this patch ever since
I first reported the problem so I think think it works.

As and aside, I'm amused by this concept:

they simply use HyperTerm within a virtual machine as a substitute

My first solution was just to write my own xmodem down loader - maybe
a couple hours - I used that for a couple of years, but was annoyed that
sx/minicom didn't work so I eventually tracked down the problem.

I think I actually did use HyperTerm with wine just to see if it worked 
- it did.

Mark Hinds

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/270638

Title:
  lrzsz xmodem doesn't work

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 270638] Re: lrzsz xmodem doesn't work

2009-10-30 Thread zoro
sdredwingsfan wrote:
 disregard, my issue was a syntax problem
 

OK, things good then?

-- 
lrzsz xmodem doesn't work
https://bugs.launchpad.net/bugs/270638
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 270638] Re: lrzsz xmodem doesn't work

2009-02-17 Thread zoro
** Description changed:

  Binary package hint: lrzsz
  
+ Seems no one cares about this so I'm updating it.
  
- The xmodem function of sz does not work with many simply xmodem clients 
(AT91RM9200 ROM bootloader for example).
+ The xmodem function of sz does not work with many simply xmodem clients .
+ AT91RM9200 ROM bootloader for example.
  Seems it fails to flush its input before before waiting for the C char and 
then gets confused.
  
  I've attached a patch which I'm using to overcome this. It is applied to an 
older
  version  (0.12.20) of lrzsz because I couldn't get the current one in ubuntu 
to
  config/build - the patch still should work.
  
  Here's the distro and app version info:
  % lsb_release -rd
- Description:  Ubuntu 8.04.1
- Release:  8.04
+ Description:  Ubuntu jaunty (development branch)
+ Release:  9.04
+ 
  % apt-cache policy lrzsz
  lrzsz:
Installed: 0.12.21-4.1
Candidate: 0.12.21-4.1
Version table:
   *** 0.12.21-4.1 0
- 500 http://mirrors.us.kernel.org hardy/universe Packages
+ 500 http://us.archive.ubuntu.com jaunty/universe Packages
  100 /var/lib/dpkg/status

-- 
lrzsz xmodem doesn't work
https://bugs.launchpad.net/bugs/270638
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 270638] Re: lrzsz xmodem doesn't work

2009-02-17 Thread zoro
I'm sorry, but I do I need to do to make this get into the release?


** Also affects: minicom
   Importance: Undecided
   Status: New

** Changed in: lrzsz (Ubuntu)
   Status: New = Confirmed

-- 
lrzsz xmodem doesn't work
https://bugs.launchpad.net/bugs/270638
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 270638] Re: lrzsz xmodem doesn't work

2009-02-17 Thread zoro

Sorry, seems my last comment was incompressible - even to me.
Should read: What do I need to do to get this path into ubuntu?

-- 
lrzsz xmodem doesn't work
https://bugs.launchpad.net/bugs/270638
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 126732] Re: Yakuake + Compiz/Beryl + multiple shells = X Crash

2008-05-06 Thread Zoro
I missed this...

Of course you can mark it as invalid if you want, but the app is still
unusable. As an end user I couldn't care less why something is
happening, I just want it fixed so I can continue to use what is easily
one of the most useful apps available in Linux

-- 
Yakuake + Compiz/Beryl + multiple shells = X Crash
https://bugs.launchpad.net/bugs/126732
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 126732] Re: Yakuake + Compiz/Beryl + multiple shells = X Crash

2008-02-19 Thread Zoro
Actually, I'll add that yakuake is 100% unuseable for me due to this bug

-- 
Yakuake + Compiz/Beryl + multiple shells = X Crash
https://bugs.launchpad.net/bugs/126732
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 126732] Re: Yakuake + Compiz/Beryl + multiple shells = X Crash

2008-02-19 Thread Zoro
I can confirm this in Gnome (Ubuntu 7.10: Gutsy + Compiz) too.

Frustrating is _not_ the word

-- 
Yakuake + Compiz/Beryl + multiple shells = X Crash
https://bugs.launchpad.net/bugs/126732
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 77702] Re: Memory leak in xfce4-menu-plugin

2008-01-17 Thread Zoro
Closed?

-- 
Memory leak in xfce4-menu-plugin
https://bugs.launchpad.net/bugs/77702
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 77702] Re: Memory leak in xfce4-menu-plugin

2007-09-05 Thread Zoro
I can also confirm this in Feisty, and annoying is just not the word for it :)
Has anyone found a way around this problem?

-- 
Memory leak in xfce4-menu-plugin
https://bugs.launchpad.net/bugs/77702
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs