[Bug 596492] Re: ntpq: write to localhost failed: Operation not permitted with no firewall enabled

2010-06-21 Thread Jamie Strandboge
** Changed in: ntp (Ubuntu) Assignee: Jamie Strandboge (jdstrand) = (unassigned) -- ntpq: write to localhost failed: Operation not permitted with no firewall enabled https://bugs.launchpad.net/bugs/596492 You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 596492] Re: ntpq: write to localhost failed: Operation not permitted with no firewall enabled

2010-06-20 Thread RoyK
just tested on 8.04 and 10.04, both with ufw enabled, and it works fine. Please detail your setup. Can it be ntp.conf has some new and interesting parts? -- ntpq: write to localhost failed: Operation not permitted with no firewall enabled https://bugs.launchpad.net/bugs/596492 You received this

[Bug 596492] Re: ntpq: write to localhost failed: Operation not permitted with no firewall enabled

2010-06-20 Thread Bas van den Dikkenberg
i am running 9.10 the ntp conf # /etc/ntp.conf, configuration for ntpd; see ntp.conf(5) for help driftfile /var/lib/ntp/ntp.drift # Enable this if you want statistics to be logged. #statsdir /var/log/ntpstats/ statistics loopstats peerstats clockstats filegen loopstats file loopstats type

[Bug 596492] Re: ntpq: write to localhost failed: Operation not permitted with no firewall enabled

2010-06-20 Thread Jamie Strandboge
Bas, Can you look in /var/log/kern.log and see if you have an AppArmor debied errors after running your ntpq command? If so, please post them here. Thanks. ** Changed in: ntp (Ubuntu) Status: New = Incomplete ** Changed in: ntp (Ubuntu) Assignee: (unassigned) = Jamie Strandboge

[Bug 596492] Re: ntpq: write to localhost failed: Operation not permitted with no firewall enabled

2010-06-20 Thread Bas van den Dikkenberg
Jamie, no apparmor messages if you wish i can grand you ssh access to the system ? Bas -- ntpq: write to localhost failed: Operation not permitted with no firewall enabled https://bugs.launchpad.net/bugs/596492 You received this bug notification because you are a member of Ubuntu Server

[Bug 596492] Re: ntpq: write to localhost failed: Operation not permitted with no firewall enabled

2010-06-20 Thread Bas van den Dikkenberg
the seems to be a firewall isue any way sorry for the inconfinience these 2 line 's where the bad guys in the firewall $IP6TABLES -A OUTPUT -s ::0.0.0.0/104 -j DROP $IP6TABLES -A OUTPUT -d ::0.0.0.0/104 -j DROP $IP6TABLES -A OUTPUT -s ::0.0.0.0/96 -j DROP $IP6TABLES

[Bug 596492] Re: ntpq: write to localhost failed: Operation not permitted with no firewall enabled

2010-06-20 Thread Bas van den Dikkenberg
It was not a bug, but a config error in FW script these rules where excuted af te start $IP6TABLES -A OUTPUT -s ::0.0.0.0/104 -j DROP $IP6TABLES -A OUTPUT -d ::0.0.0.0/104 -j DROP $IP6TABLES -A OUTPUT -s ::0.0.0.0/96 -j DROP $IP6TABLES -A OUTPUT -d ::0.0.0.0/96 -j