[Bug 492734] Re: ntpd profile in Xubuntu 8.04 LTS is unconfined on boot

2013-05-25 Thread A. Denton
The current status to this problem/bug on one of the last non-migrated machines 
here is:
0 processes are unconfined but have a profile defined.

However Ubuntu 8.04.4 LTS is EOL (end of life) and therefore someone
close this bug, please.

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

Title:
  ntpd profile in Xubuntu 8.04 LTS is unconfined on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/492734/+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 492734] Re: ntpd profile in Xubuntu 8.04 LTS is unconfined on boot

2010-01-05 Thread Aquina
Will a solution to the problem (backport) be made available to hardy?
I'd like to see NTP protecte since it's a very important service within
our network used all the time.

-- 
ntpd profile in Xubuntu 8.04 LTS is unconfined on boot
https://bugs.launchpad.net/bugs/492734
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 492734] Re: ntpd profile in Xubuntu 8.04 LTS is unconfined on boot

2010-01-04 Thread Chuck Short
** Changed in: ntp (Ubuntu)
   Importance: Undecided = Medium

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

-- 
ntpd profile in Xubuntu 8.04 LTS is unconfined on boot
https://bugs.launchpad.net/bugs/492734
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 492734] Re: ntpd profile in Xubuntu 8.04 LTS is unconfined on boot

2009-12-10 Thread Jamie Strandboge
** Summary changed:

- App-Armor and NTPd in Xubuntu 8.04 LTS unconfined!
+ ntpd profile in Xubuntu 8.04 LTS is unconfined on boot

-- 
ntpd profile in Xubuntu 8.04 LTS is unconfined on boot
https://bugs.launchpad.net/bugs/492734
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 492734] Re: ntpd profile in Xubuntu 8.04 LTS is unconfined on boot

2009-12-10 Thread Jamie Strandboge
I can't reproduce this in 8.04 LTS. The scripts in rcS start before rc2,
so the script ordering is correct. The only time this condition will
occur is if ntpd is started before AppArmor, or the profile is removed
from the kernel then added back while ntpd is running.

Aquina-- as a workaround, you can restart ntpd in /etc/rc.local, but it
would be best if you could boot your kernel without 'quiet splash' and
see when ntpd is starting. You might also look in /etc/network and
/etc/dhcp3 to see if there are any scripts that are starting it when a
network interface is comming up.

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

** Changed in: ntp (Ubuntu)
 Assignee: Jamie Strandboge (jdstrand) = (unassigned)

-- 
ntpd profile in Xubuntu 8.04 LTS is unconfined on boot
https://bugs.launchpad.net/bugs/492734
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 492734] Re: ntpd profile in Xubuntu 8.04 LTS is unconfined on boot

2009-12-10 Thread Aquina
I never changed the start order and as you already said the orderng is
correct. Further I noticed (on Xubuntu 8.04) and Ubuntu Server 8.04 NTP
being started and stopped during the boot proccess. I always thought it
was a normal behavior. ;-) What I found in /etc/network/if-
up.d/ntpdate though (hell I have ntpd, ntpdate and rdate installed just
to satisfy obscure dependencies) surprised me! Is that the default
script? I never changed anything in /etc/network/ or /etc/dhcp3/ (using
static IP).

+++/etc/network/if-up.d/ntpdate +++
some lines omitted...

# This is a heuristic:  The idea is that if a static interface is brought
# up, that is a major event, and we can put in some extra effort to fix
# the system time.  Feel free to change this, especially if you regularly
# bring up new network interfaces.
if [ $METHOD = static ]; then
OPTS=-b
fi

invoke-rc.d --quiet ntp stop || true

/usr/sbin/ntpdate-debian -s $OPTS 2/dev/null

invoke-rc.d --quiet ntp start || true

) 

-- 
ntpd profile in Xubuntu 8.04 LTS is unconfined on boot
https://bugs.launchpad.net/bugs/492734
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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