[Bug 898124] Re: Missing Files for Apache2::SizeLimit in libapache2-mod-perl2 (2.0.5-2 oneiric 2.0.5-5 precise)

2013-01-23 Thread Onno
Is this a showstopper for Bugzilla 4.2 on Ubuntu? Also for Ubuntu
server?

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

Title:
  Missing Files for Apache2::SizeLimit in libapache2-mod-perl2 (2.0.5-2
  oneiric 2.0.5-5 precise)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-perl2/+bug/898124/+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 898124] Re: Missing Files for Apache2::SizeLimit in libapache2-mod-perl2 (2.0.5-2 oneiric 2.0.5-5 precise)

2013-01-23 Thread Onno
Is there a workaround?

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

Title:
  Missing Files for Apache2::SizeLimit in libapache2-mod-perl2 (2.0.5-2
  oneiric 2.0.5-5 precise)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-perl2/+bug/898124/+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 310845] Re: php5 serialize() function corrupt strings

2008-12-23 Thread Onno Benschop
Can you please show the actual output of the script?

Also, your script doesn't show the unserialized version of the data.

I suggest you add the following to your script and show the output:

$blob = serialize($data) ;
$new_data = unserialize($blob) ;
var_dump($new_data) ;

-- 
php5 serialize() function corrupt strings
https://bugs.launchpad.net/bugs/310845
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 310845] Re: php5 serialize() function corrupt strings

2008-12-23 Thread Onno Benschop
This is not a fail.

I think you misunderstand what serialize() does. The purpose is to
encapsulate the content of an object - be it a string, array or class -
and store it in a single string variable.

The PHP manual says this about serialize():

Returns a string containing a byte-stream representation of value that
can be stored anywhere.

If you want to pass the serialised bytes around, then you need to either
URL-encode them, or store it as a binary string.

I am closing this as an invalid bug and removing the security team.

** Changed in: php5 (Ubuntu)
   Status: New = Invalid

-- 
php5 serialize() function corrupt strings
https://bugs.launchpad.net/bugs/310845
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 310845] Re: php5 serialize() function corrupt strings

2008-12-23 Thread Onno Benschop
** This bug is no longer flagged as a security issue

-- 
php5 serialize() function corrupt strings
https://bugs.launchpad.net/bugs/310845
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


Re: [Bug 203169] Re: status function for init scripts

2008-12-04 Thread Onno Benschop
I'm not going to tell you what to do, but it seems to me that coding
defensively would be smart.

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

2008-12-03 Thread Onno Benschop
Dennis, is there any reason your patch doesn't use status_of_proc like
all our other patches?

+   status)
+   status_of_proc $DAEMON winbind  exit 0 || exit $?
+

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


Re: [Bug 203169] Re: status function for init scripts

2008-12-03 Thread Onno Benschop
On 04/12/08 08:03, Dennis Pattmann wrote:
 Hi Onno,

 I don't use exit 0 || exit $? because I would like to check all
 Daemons, and if the ybserv maybe don't run the script will exit without
 checking the other daemons like ypbind

   
You do realise that most scripts are running under a set -e environment
and will terminate when the exit status is not 0, so, checking other
daemons will not actually happen in the way you think it will.

-- 
Onno Benschop

Connected via Optus B3 at S31°54'06 - E115°50'39 (Yokine, WA)
--
()/)/)()..ASCII for Onno..
|?..EBCDIC for Onno..
--- -. -. ---   ..Morse for Onno..

ITmaze   -   ABN: 56 178 057 063   -  ph: 04 1219    -
[EMAIL PROTECTED]

-- 
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 288914] Re: Basic logic of NTP should not require constant use of ntpdate and restarting of ntpd

2008-10-26 Thread Onno Benschop
*** This bug is a duplicate of bug 114505 ***
https://bugs.launchpad.net/bugs/114505

** This bug has been marked a duplicate of bug 114505
   ntp brought up before network is ready; fails not resolve any ip or host 
names; ntp does not recover

-- 
Basic logic of NTP should not require constant use of ntpdate and restarting of 
ntpd
https://bugs.launchpad.net/bugs/288914
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee (via bug 114505).

-- 
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 114505] Re: ntp brought up before network is ready; fails not resolve any ip or host names; ntp does not recover

2008-10-26 Thread Onno Benschop
On 25/10/08 04:42, cwsupport wrote:
 The NTP server comes up  down like a yoyo during system boot
How did you determine this?

-- 
Onno Benschop

Connected via Optus B3 at S31°54'06 - E115°50'39 (Yokine, WA)
--
()/)/)()..ASCII for Onno..
|?..EBCDIC for Onno..
--- -. -. ---   ..Morse for Onno..

ITmaze   -   ABN: 56 178 057 063   -  ph: 04 1219    -
[EMAIL PROTECTED]

-- 
ntp brought up before network is ready; fails not resolve any ip or host names; 
ntp does not recover
https://bugs.launchpad.net/bugs/114505
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
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 114505] Re: ntp brought up before network is ready; fails not resolve any ip or host names; ntp does not recover

2008-10-26 Thread Onno Benschop
I don't feel that opening another bug for the same issue is helpful and
have marked Bug #288914 as a duplicate.

On 27/10/08 02:13, cwsupport wrote:
 The question I have yet to resolve is *what* is pulling NTPD up prior to
 S15bind9 being executed (and I reckon it happens more than once!)
This is of much more interest than any other issue.

The patch I submitted to this bug brings NTP down and restarts it when
an interface comes up. It was based on the fix that was supplied by
heindsight. It was applied after testing and confirming, like J Carrera
did, that it worked.

I don't have a machine with multiple interfaces available, but I suspect
now that the code runs for *each* interface, causing NTP to be restarted
multiple times. While annoying, this should not actually cause it to fail.

I'm much more interested in attempting to determine what starts NTP and
how to fix that.

-- 
Onno Benschop

Connected via Optus B3 at S31°54'06 - E115°50'39 (Yokine, WA)
--
()/)/)()..ASCII for Onno..
|?..EBCDIC for Onno..
--- -. -. ---   ..Morse for Onno..

ITmaze   -   ABN: 56 178 057 063   -  ph: 04 1219    -
[EMAIL PROTECTED]

-- 
ntp brought up before network is ready; fails not resolve any ip or host names; 
ntp does not recover
https://bugs.launchpad.net/bugs/114505
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
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 114505] Re: ntp brought up before network is ready; fails not resolve any ip or host names; ntp does not recover

2008-10-26 Thread Onno Benschop
See above, date: 2008-03-07

-- 
ntp brought up before network is ready; fails not resolve any ip or host names; 
ntp does not recover
https://bugs.launchpad.net/bugs/114505
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
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 114505] Re: ntp brought up before network is ready; fails not resolve any ip or host names; ntp does not recover

2008-10-26 Thread Onno Benschop
Just to be clear, this patch has already been accepted and applied into
NTP - it was what closed this bug report on 2008-03-08 and now, seven
months later, there has been a further report indicating that there is
still a problem.

-- 
ntp brought up before network is ready; fails not resolve any ip or host names; 
ntp does not recover
https://bugs.launchpad.net/bugs/114505
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
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 114505] Re: ntp brought up before network is ready; fails not resolve any ip or host names; ntp does not recover

2008-10-26 Thread Onno Benschop
J Carrera, I do not know what you mean by 'write to hardware switch' to
ntpdate.

-- 
ntp brought up before network is ready; fails not resolve any ip or host names; 
ntp does not recover
https://bugs.launchpad.net/bugs/114505
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
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 114505] Re: ntp brought up before network is ready; fails not resolve any ip or host names; ntp does not recover

2008-10-24 Thread Onno Benschop
The machines that you are having issues with, were they fresh hardy
installs, upgrades, or a mixture?

How are their network interfaces managed?

Are they running Ubuntu, or Ubuntu-server?

In re-reading this bug-report, I can see there are many issues that
appear to affect this bug and the NTP server restarting several times
during boot appears to be related to the several ways in which it's
started.

While not ideal by any stretch of the imagination, the aim was to get to
a point after boot at which time ntpdate had succesfully run and NTP -
if installed - was running.

From your report, this does not appear to be the case.

** Changed in: ntp (Ubuntu Hardy)
   Status: New = Incomplete

-- 
ntp brought up before network is ready; fails not resolve any ip or host names; 
ntp does not recover
https://bugs.launchpad.net/bugs/114505
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
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-07-16 Thread Onno Benschop
** Also affects: postgresql-8.3 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: asterisk (Ubuntu)
   Importance: Undecided
   Status: 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 203169] Re: status function for init scripts

2008-04-03 Thread Onno Benschop
** Bug watch added: Debian Bug tracker #291148
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=291148

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

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

2008-04-02 Thread Onno Benschop

** Attachment added: diff.bind9
   http://launchpadlibrarian.net/13078242/diff.bind9

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

2008-04-02 Thread Onno Benschop

** Attachment added: diff.atd
   http://launchpadlibrarian.net/13078239/diff.atd

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

2008-04-02 Thread Onno Benschop

** Also affects: apache2 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: bind9 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: cron (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: dovecot (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: samba (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: openssh (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: sysklogd (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: udev (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: at (Ubuntu)
   Importance: Undecided
   Status: New

** Attachment added: diff.apache2
   http://launchpadlibrarian.net/13078229/diff.apache2

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

2008-04-02 Thread Onno Benschop

** Attachment added: diff.udev
   http://launchpadlibrarian.net/13078492/diff.udev

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

2008-04-02 Thread Onno Benschop

** Attachment added: diff.dovecot
   http://launchpadlibrarian.net/13078420/diff.dovecot

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

2008-04-02 Thread Onno Benschop

** Attachment added: diff.sysklogd
   http://launchpadlibrarian.net/13078457/diff.sysklogd

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

2008-04-02 Thread Onno Benschop

** Attachment added: diff.ssh
   http://launchpadlibrarian.net/13078441/diff.ssh

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

2008-04-02 Thread Onno Benschop

** Attachment added: diff.cron
   http://launchpadlibrarian.net/13078414/diff.cron

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