[Bug 1577596] Re: ntpd not started when using ntpdate

2016-09-19 Thread Rick Frey
Thanks for the update Robie.  I was not aware of ntpdate being
deprecated (appears to have been deprecated years ago).

For those like myself that require ntpd (the suggested alternative
systemd-timesyncd uses sntp which may not suffice in all use cases), I
think the best fix/workaround is to merely remove the ntpdate package. I
didn't really use ntpdate anymore and suspect it was still installed
from an earlier version of Ubuntu in my case (I've performed a fair
number of inline upgrades on system).

Historically, ntpdate was run prior to starting ntpd in case the clock
was too far off for ntpd to sync.  In looking at the ntp package
further, I see that /etc/default/ntp includes the '-g' option which
allows ntpd to perform a one time sync that would accommodate a clock
with any delta.  This in itself makes ntpdate unneeded for those running
ntp service.  Additionally, ntpd can also be run with arguments to
simulate behavior of ntpdate if needed.

So, if I understand correctly, the ntp package really has no bug (at
least related to starting at boot).  Issue was really due to bug with
deprecated ntpdate package which should be removed if running ntp
anyway.

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

Title:
  ntpd not started when using ntpdate

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/init-system-helpers/+bug/1577596/+subscriptions

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


[Bug 1577596] Re: ntpd not started when using ntpdate

2016-09-16 Thread Rick Frey
I'm seeing same behavior as Alex where failure of ntpdate is preventing
ntpd from starting.  ntpdate is logging same message indicating failure
due to name resolution (Bind not running yet at boot):

Sep 16 10:40:09 scorpion ntpdate[1033]: name server cannot be used:
Temporary failure in name resolution (-3)

The script /etc/network/if-up.d/ntpdate does attempt to stop any running
ntp service prior to running ntpdate but then exits without restarting
ntp if ntpdate-debian fails.

I modified /etc/network/if-up.d/ntpdate to only log a message and exit
as a workaround and ntpd now starts at boot.

I'm still a bit puzzled why ntpd doesn't attempt to start after
/etc/network/if-up.d/ntpdate fails (multiple times in my case due to
multiple interfaces on host).  When /etc/network/if-up.d/ntpdate
runs/fails, there is no log message from ntp indicating it tried to
start (neither before nor after ntpdate fails).  However, after applying
my workaround, the log message for ntp service is one second after last
run of /etc/network/if-up.d/ntpdate.  I would have thought that the
failure of ntpdate would not prevent the later startup of ntp.  I'm
guessing that /etc/network/if-up.d/ntpdate initiates a stop in parallel
to systemd start of ntpd before it logs anything to syslog.

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

Title:
  ntpd not started when using ntpdate

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/init-system-helpers/+bug/1577596/+subscriptions

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


[Bug 1619947] Re: bacula not writing to File table (nor Filename nor Path)

2016-09-03 Thread Rick Frey
Nish's fixes in https://launchpad.net/~nacc/+archive/ubuntu/bacula3 do
correct this issue.  File tables are updated as expected when using the
updated packages.  Is it known when Nish's fixes will be applied to
16.04 LTS?

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

Title:
  bacula not writing to File table (nor Filename nor Path)

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

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


[Bug 1619947] Re: bacula not writing to File table (nor Filename nor Path)

2016-09-03 Thread Rick Frey
This bug may be a (partial) duplicate of 1553563.  There is mention of
users having same problem in comments of 1553563 even though initial bug
description is related to bconsole.

Will attempt to use PPA packages listed in 1553563 to see if fixes this
bug.

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

Title:
  bacula not writing to File table (nor Filename nor Path)

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

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


[Bug 1619947] [NEW] bacula not writing to File table (nor Filename nor Path)

2016-09-03 Thread Rick Frey
Public bug reported:

After installing bacula and successfully running backup jobs found that
no rows are added to'File' table (and associated tables 'Filename' and
'Path').  Note that rows are not purged from table due to retention
(logs validate by show no Files were purged).

Initially installed bacula-director-sqlite3 with same problem.  Thought
issue may have been specific to sqlite3 version of director.  Changed to
bacula-director-pgsql and had same result.  Other tables appear to
update correctly with each backup job.  I suspect same problem exists
with mysql version of director but unable to get mysql version of
bacula-director installed correctly with 16.04 LTS version of package.

1. Ubuntu Release:
Description:Ubuntu 16.04.1 LTS
Release:16.04

2. Version of package:
bacula-director-pgsql:
  Installed: 7.0.5+dfsg-4build1
  Candidate: 7.0.5+dfsg-4build1
  Version table:
 *** 7.0.5+dfsg-4build1 500
500 http://us.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
100 /var/lib/dpkg/status

3. Expectation:
Backup jobs insert rows into File table.

4. What happened:
File, Filename and Path tables are not populated and are empty.

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


** Tags: bacula

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

Title:
  bacula not writing to File table (nor Filename nor Path)

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

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


[Bug 686911] Re: Current value unavailable in Cricket grapher

2010-12-07 Thread Rick Frey
Slight correction of previous comment:  
The version of Format.pm supplied with cricket 1.0.5-11 is patched in manner 
described in comments for bug #64403 but the fix for my host was to use the 
patch in the attachment for bug #64403.  It appears the incorrect version of 
patch was applied to 1.0.5-11 and needs to be updated to listed difference.

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

Title:
  Current value unavailable in Cricket grapher

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


[Bug 686911] Re: Current value unavailable in Cricket grapher

2010-12-07 Thread Rick Frey

** Patch added: "Format.pm.x86_64-linux.1.0.5-11.patch"
   
https://bugs.launchpad.net/ubuntu/+source/cricket/+bug/686911/+attachment/1759337/+files/Format.pm.x86_64-linux.1.0.5-11.patch

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

Title:
  Current value unavailable in Cricket grapher

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


[Bug 686911] Re: Current value unavailable in Cricket grapher

2010-12-07 Thread Rick Frey


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

Title:
  Current value unavailable in Cricket grapher

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


[Bug 686911] [NEW] Current value unavailable in Cricket grapher

2010-12-07 Thread Rick Frey
Public bug reported:

Binary package hint: cricket

Description:Ubuntu 10.04.1 LTS
Release:10.04
cricket:
  Installed: 1.0.5-11
  Candidate: 1.0.5-11
  Version table:
 *** 1.0.5-11 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/universe Packages
100 /var/lib/dpkg/status


The current value data is missing/incorrect in Cricket grapher.  Searching bug 
reports found same bug reported in earlier version of Ubuntu under bug #64403 
(also listed as duplicate to 54659).  A patch was listed in #64403 to fix issue 
with x86_64 architecture.  

The file (RRD/Format.pm) supplied with cricket 1.0.5-11 is close to
patch listed in bug #64403.  However the slight difference did cause the
current value data to be incorrect (either 0 or -nan).  By modifying
RRD/Format.pm to same as listed in patch for but #64403, the current
value is displayed correctly by the Cricket grapher on my system
architecture (x86_64).

I am unable to test package on other x86_64 systems to determine if
anything specific to my platform, but the following patch fixes issue on
my host.


--- Format.pm.orig  2010-12-07 22:46:23.526041539 -0600
+++ /usr/share/cricket/lib/RRD/Format.pm2010-12-07 22:42:51.486042147 
-0600
@@ -164,7 +164,7 @@
 $self->{'statHead'} = "a4 a5 x7 d Q Q Q x80";
 $self->{'dsDef'} = "a20 a20 Q d d x56";
 $self->{'rraDef'} = "a20 x4 Q Q d x72";
-$self->{'liveHead'} = "Q";
+$self->{'liveHead'} = "Q Q";
 $self->{'liveHead3'} = "Q Q";
 $self->{'pdpDef'} = "a30 x2 Q d x64";
 $self->{'cdpDef'} = "d Q x64";

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: cricket 1.0.5-11 [modified: usr/share/cricket/lib/RRD/Format.pm]
ProcVersionSignature: Ubuntu 2.6.32-26.48-server 2.6.32.24+drm33.11
Uname: Linux 2.6.32-26-server x86_64
Architecture: amd64
Date: Tue Dec  7 23:18:22 2010
InstallationMedia: Ubuntu-Server 10.04.1 LTS "Lucid Lynx" - Release amd64 
(20100816.2)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: cricket

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


** Tags: amd64 apport-bug lucid

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

Title:
  Current value unavailable in Cricket grapher

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