[Bug 222761] Re: [SRU] upsd doesn't start NOT 221737

2008-05-28 Thread Steve Beattie
I reproduced the initial problem using nut-2.2.1-2.1ubuntu7. I verified
that using the package in -proposed, nut-2.2.1-2.1ubuntu7.1, corrects
the issue, but *only* if the -proposed package is a new installation of
the nut package. Upgrading to the nut package in -proposed from the
version released in Hardy does not fix the issue; this is because the
nut user and group already exist in the passwd database, and thus
adduser does not get invoked. Similarly, removing the nut package
entirely and then attempting to install the fixed package leaves the
user with the same problem because on package removal the nut user and
group are not removed.

I'm assuming this is insufficient and am tentatively rejecting the fix,
as the committed fix doesn't actually address the issue for people
currently attempting to use the package.

My test system does not have a UPS attached so I haven't actually
verified that the nut package otherwise works.


** Changed in: nut (Ubuntu Hardy)
   Status: Fix Committed => In Progress

-- 
[SRU] upsd doesn't start NOT 221737
https://bugs.launchpad.net/bugs/222761
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut in ubuntu.

-- 
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 227344] Re: bind-dlz und ldap api

2008-05-28 Thread Launchpad Bug Tracker
This bug was fixed in the package bind9 - 1:9.5.0~rc1-2~0ubuntu2

---
bind9 (1:9.5.0~rc1-2~0ubuntu2) intrepid; urgency=low

  * build: use the correct directories in dh_shlibdeps invocation
  * build: turn on dlz.  LP: #227344

 -- LaMont Jones <[EMAIL PROTECTED]>   Tue, 27 May 2008 21:43:06 -0600

** Changed in: bind9 (Ubuntu)
   Status: New => Fix Released

-- 
bind-dlz und ldap api
https://bugs.launchpad.net/bugs/227344
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

-- 
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 235653] [NEW] ACL covering all IPv4 addresses is broken in 2.2.1

2008-05-28 Thread Charles Lepple
Public bug reported:

Binary package hint: nut

$ lsb_release -rd
Description:Ubuntu 8.04
Release:8.04

$ apt-cache policy nut
nut:
  Installed: 2.2.1-2.1ubuntu7
  Candidate: 2.2.1-2.1ubuntu7
  Version table:
 *** 2.2.1-2.1ubuntu7 0
500 http://us.archive.ubuntu.com hardy/main Packages
100 /var/lib/dpkg/status

To accept connections from all IPv4 addresses, the following statement
would be used in /etc/nut/upsd.conf:

ACL all 0.0.0.0/0
ACCEPT all

Instead of accepting all addresses, it rejects all (the default if no
ACLs match).

This bug was fixed upstream, and released as part of nut-2.2.2. The
patch is here:

http://svn.debian.org/viewsvn/nut?rev=1269&view=rev

A temporary workaround is to create two rules which cover the full set
of IPv4 addresses:

ACL all0 0.0.0.0/1
ACL all128 128.0.0.0/1
ACCEPT all0
ACCEPT all128

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

-- 
ACL covering all IPv4 addresses is broken in 2.2.1
https://bugs.launchpad.net/bugs/235653
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut in ubuntu.

-- 
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 235646] [NEW] Cannot Print to PDF using Likewise-Open

2008-05-28 Thread Matt Austin
Public bug reported:

Binary package hint: likewise-open


I am using Likewise-Open on Ubuntu 8.04 LTS Hardy Heron.

When I attempt to print a document to the CUPS PDF printer (cups-pdf:/),
no PDF document is saved, and the following errors are made in syslog:

May 29 10:23:37 matt-seo kernel: [180337.511320] audit(1212027817.101:5): 
type=1503 operation="inode_permission" requested_mask="w::" denied_mask="w::" 
name="/var/lib/likewise-open/lwidentity_privileged/pipe" pid=19514 
profile="/usr/lib/cups/backend/cups-pdf" namespace="default"
May 29 10:23:37 matt-seo kernel: [180337.555899] audit(1212027817.145:6): 
type=1503 operation="inode_mkdir" requested_mask="w::" denied_mask="w::" 
name="/home/CORP/matt/PDF/" pid=19515 profile="/usr/lib/cups/backend/cups-pdf" 
namespace="default"

** Affects: likewise-open (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Cannot Print to PDF using Likewise-Open
https://bugs.launchpad.net/bugs/235646
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open in ubuntu.

-- 
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 203169] Re: "status" function for init scripts

2008-05-28 Thread Bug Watch Updater
** Changed in: lsb (Debian)
   Status: Unknown => New

-- 
"status" function for init scripts
https://bugs.launchpad.net/bugs/203169
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 230632] Re: ssh-vulnkey doesnt check all keys. Also, it would be nice to extend the warning message.

2008-05-28 Thread Kees Cook
Hi, thanks for the report.  Note that openssh-vulnkey can be aimed at
specific files to check them.  As for education, I think Ubuntu has
already taken drastic measures to inform users of the need to replace
the old keys (SSH won't even accept them any more).

** Changed in: openssh (Ubuntu)
 Assignee: (unassigned) => Kees Cook (keescook)
   Status: New => Won't Fix

-- 
ssh-vulnkey doesnt check all keys. Also, it would be nice to extend the warning 
message.
https://bugs.launchpad.net/bugs/230632
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
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 197606] Re: [SRU] Invalid db.table name 'g2_AccessMap' at /usr/bin/mysqlhotcopy line 845

2008-05-28 Thread Adam Sommer
The -proposed package mysqlhotcopy worked fine for me.

-- 
[SRU] Invalid db.table name 'g2_AccessMap' at /usr/bin/mysqlhotcopy line 845
https://bugs.launchpad.net/bugs/197606
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
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 235625] [NEW] CIFS: broken support of symlinks

2008-05-28 Thread Laurent Dinclaux
Public bug reported:

Binary package hint: smbfs

Hello,

I have a samba share on my server witch contains a symlink to an other
folder of the server. I can open that symlink like a normal folder using
Windows or Nautilus (smb://)

When mounting that share using fstab and cifs I cannot browse symlinks
in that share.

Here is my fstab line:

//server/share/media/Network/server/share   cifs
user=user,password=pass,uid=1000,gid=1000,file_mode=0640,dir_mode=0750,rw,exec,auto,iocharset=utf8
00

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

-- 
CIFS: broken support of symlinks
https://bugs.launchpad.net/bugs/235625
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 223836] Re: user table setup fails if hostname is "localhost"

2008-05-28 Thread Adam Sommer
The package in -proposed worked fine for me.

-- 
user table setup fails if hostname is "localhost"
https://bugs.launchpad.net/bugs/223836
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
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 227267] Re: package slapd failed to install

2008-05-28 Thread dynamisdenarii
I had a similar problem, and I found out that it was due to a type
mistake in the /etc/ldap/sldap.conf

I removed my mistake and Rock&Roll

-- 
package slapd failed to install
https://bugs.launchpad.net/bugs/227267
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 in ubuntu.

-- 
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 232390] Re: ssh-keygen still generates compromised keys

2008-05-28 Thread Kees Cook
I assume that something unusual happened in the gutsy openssl update on
your system.  I can confirm that with libssl0.9.8 version 0.9.8e-
5ubuntu3.2 installed on gutsy I don't have bad key generation.

** Changed in: openssh (Ubuntu)
 Assignee: (unassigned) => Kees Cook (keescook)
   Status: New => Invalid

-- 
ssh-keygen still generates compromised keys
https://bugs.launchpad.net/bugs/232390
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
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 226512] Re: php-pear's default system-configuration-file directive is non-existent

2008-05-28 Thread Chuck Short
Hello,

This has been fixed for intrepid. Thanks for reporting the bug.

Regards
chuck

** Changed in: php5 (Ubuntu)
   Status: New => Fix Released

-- 
php-pear's default system-configuration-file directive is non-existent
https://bugs.launchpad.net/bugs/226512
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
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 215904] Re: [SRU] (ITS#5518) Assertion error in io.c:234: ber_flush2

2008-05-28 Thread Sebastian Urban
Just for info:

This also causes the DBus system daemon to randomly crash without any
messages in the log files.

-- 
[SRU] (ITS#5518) Assertion error in io.c:234: ber_flush2 
https://bugs.launchpad.net/bugs/215904
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 in ubuntu.

-- 
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 234927] Re: delay php script execution on cli

2008-05-28 Thread Ronald Chan
Adam,

I'm looking forward on this, i hope the right fix will be committed soon
and push on update-manager. more power to ubuntu, this rocks!!!

-- 
delay php script execution on cli
https://bugs.launchpad.net/bugs/234927
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
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 227464] Re: PHP 5.2.6 fixes important security bugs

2008-05-28 Thread Chuck Short
This has been fixed for intrepid. Thanks for the bug report.

Regards
Chuck

** Changed in: php5 (Ubuntu)
   Status: New => Fix Released

-- 
PHP 5.2.6 fixes important security bugs
https://bugs.launchpad.net/bugs/227464
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
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 154149] Re: Need package: mod_authnz_external

2008-05-28 Thread mountaindrummer
Hi,

I have been trying to get mod_authnz_external working with pwauth on
gutsy, with no luck so far.

How would I go about building this same package for gutsy?

Thanks,

Ryan

-- 
Need package: mod_authnz_external
https://bugs.launchpad.net/bugs/154149
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
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 199124] Re: amavisd-release uses wrong socket

2008-05-28 Thread Bug Watch Updater
** Changed in: amavisd-new (Debian)
   Status: Unknown => New

-- 
amavisd-release uses wrong socket
https://bugs.launchpad.net/bugs/199124
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in ubuntu.

-- 
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 221932] Re: package apache2.2-common 2.2.8-1 failed to install/upgrade:

2008-05-28 Thread Chuck Short
As per above this is a bug in apache2.2-common's postinst (doesn'c check
for dangling symlinks). I have backported the fix from intrepid to
hardy.

I have attached the debdiff that includes the fix.

TEST CASE:

1. Install gutsy in a kvm session
2. Creating a dangling symlink for index.html
3. Upgrade to hardy.

If you have any questions please feel free to let me know.

Thanks
chuck

** Attachment added: "debdiff"
   http://launchpadlibrarian.net/14768987/update

-- 
package apache2.2-common 2.2.8-1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/221932
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
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 235294] Re: [SRU] apache2 mpm-worker segmentation fault.

2008-05-28 Thread Chuck Short
Under heavy loads apache2-mpm-worker will segfault, upstream has fixed
this for apache-2.2.9 however it is not fixed for 2.2.8. I have
backported this patch to 2.2.8. There should be no regressions when this
patch has been introduced. I have attached the patch which fixes this.

TEST CASE:

1. Install apache2-mpm-worker in a KVM environment.
2. tail -f the apache error log file
3. Fun the following command: for i in `seq 1 100`; do ab -n 10 -c 20 
http:// Confirmed

-- 
[SRU] apache2 mpm-worker segmentation fault.
https://bugs.launchpad.net/bugs/235294
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
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 235294] Re: [SRU] apache2 mpm-worker segmentation fault.

2008-05-28 Thread Chuck Short

** Attachment added: "patch"
   http://launchpadlibrarian.net/14768801/100_mpm_wokers_crash.dpatch

-- 
[SRU] apache2 mpm-worker segmentation fault.
https://bugs.launchpad.net/bugs/235294
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
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 231313] Re: [SRU] [Hardy] /usr/share/doc/apache2/README.Debian is a broken symlink

2008-05-28 Thread Chuck Short
This is a bug in the debian/rules file that has been fixed in intrepid.
I have attached the debdiff for the fix. There should be no regressions.

TEST CASE:

1. Setup a kvm seesion
2.  Install apache2-mpm-prefork.
3. Check to see if the README.Debian.gz is broken.

If you have any questions let me know.

Thanks
chuck

** Summary changed:

- [Hardy] /usr/share/doc/apache2/README.Debian is a broken symlink
+ [SRU] [Hardy] /usr/share/doc/apache2/README.Debian is a broken symlink

** Attachment added: "update"
   http://launchpadlibrarian.net/14768917/update

-- 
[SRU] [Hardy] /usr/share/doc/apache2/README.Debian is a broken symlink
https://bugs.launchpad.net/bugs/231313
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
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 199124] Re: amavisd-release uses wrong socket

2008-05-28 Thread James Westby
** Bug watch added: Debian Bug tracker #467189
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467189

** Also affects: amavisd-new (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467189
   Importance: Unknown
   Status: Unknown

-- 
amavisd-release uses wrong socket
https://bugs.launchpad.net/bugs/199124
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in ubuntu.

-- 
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 235294] Re: [SRU] apache2 mpm-worker segmentation fault.

2008-05-28 Thread Chuck Short
** Summary changed:

- apache2 mpm-worker segmentation fault.
+ [SRU] apache2 mpm-worker segmentation fault.

-- 
[SRU] apache2 mpm-worker segmentation fault.
https://bugs.launchpad.net/bugs/235294
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
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 234196] Re: [SRU] dnPrettyNormal: Assertion `pretty != ((void *)0)' failed.

2008-05-28 Thread Anderson
My feedback:

slapd-2.4.7-6ubuntu4.2 runs well on the production environment since
Tue, 27 May 2008 22:36:03 -0300 (almost 12 hours ago). No assertion
fails or crashes.

-- 
[SRU] dnPrettyNormal: Assertion `pretty != ((void *)0)' failed.
https://bugs.launchpad.net/bugs/234196
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 in ubuntu.

-- 
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 227410] Re: [SRU] catalog Backup fails because .my.cnf is not read

2008-05-28 Thread Martin Pitt
Accepted into -proposed, please test and give feedback here

** Changed in: bacula (Ubuntu Hardy)
   Status: New => Fix Committed

** Tags added: verification-needed

-- 
[SRU] catalog Backup fails because .my.cnf is not read
https://bugs.launchpad.net/bugs/227410
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in ubuntu.

-- 
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 227613] Re: [SRU] SIGSEGV in bacula-fd

2008-05-28 Thread Martin Pitt
Accepted into -proposed, please test and give feedback here

** Changed in: bacula (Ubuntu Hardy)
   Status: New => Fix Committed

** Tags added: verification-needed

-- 
[SRU] SIGSEGV in bacula-fd
https://bugs.launchpad.net/bugs/227613
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in ubuntu.

-- 
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 228693] Re: [SRU] bacula-director-pgsql postinstall broken

2008-05-28 Thread Martin Pitt
Accepted into -proposed, please test and give feedback here

** Changed in: bacula (Ubuntu Hardy)
   Status: In Progress => Fix Committed
   Target: ubuntu-8.04.1 => None

** Tags added: verification-needed

-- 
[SRU] bacula-director-pgsql postinstall broken
https://bugs.launchpad.net/bugs/228693
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in ubuntu.

-- 
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


Re: [Bug 234927] Re: delay php script execution on cli

2008-05-28 Thread Adam Sommer
>  Yes that fixed it!, many thanks but can we still pursue this as a real bug
> or this case can be closed?


That's a good question, it may be feasible to only add the php5-clamav
php.ini to the cli only after a dpk-reconfigure or something.  I can take a
look at the package and talk to the ClamAV maintainer to see which aproach
is best.


>
>  by the way many thanks for your great time!!!


You're quite welcome.


-- 
Party On,
Adam


** Attachment added: "unnamed"
   http://launchpadlibrarian.net/14762926/unnamed

-- 
delay php script execution on cli
https://bugs.launchpad.net/bugs/234927
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
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 234927] Re: delay php script execution on cli

2008-05-28 Thread Ronald Chan
Adam,

 Yes that fixed it!, many thanks but can we still pursue this as a real bug or 
this case can be closed?
 by the way many thanks for your great time!!!

-- 
delay php script execution on cli
https://bugs.launchpad.net/bugs/234927
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
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