will need further fixes, but my testing
did not investigate the Dapper version at all.
** Changed in: dovecot (Ubuntu)
Assignee: Onno Benschop (onno-itmaze) => (unassigned)
--
"undefined symbol: quota" on dapper while trying to use imap_quota
https://bugs.launchpad.net/bugs/2
** 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-
** 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
** 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
** 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-bu
** 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-ser
** 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-s
** Attachment added: "diff.samba"
http://launchpadlibrarian.net/13078432/diff.samba
--
"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-
** 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
** 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-bu
** 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
htt
** 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 me
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 ser
*** 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 constan
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..
|>&
on'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 t
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-serve
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
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
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 beca
ise 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)
-
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.
--
Ubunt
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() fu
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 represen
** 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
U
25 matches
Mail list logo