Hello,
Is there a way to get Nanny on OpenSuse 11.4 KDE 4.6?
I tried:
https://build.opensuse.org/package/show?package=nanny&project=home%3AMBoman%3AGNOME%3APreview
it 's installed but not working?
Hello,
Is there a way to get Nanny on OpenSuse 11.4 KDE 4.6?
I tried:
https://build.opensuse.org/package/show?package=nanny&project=home%3AMBoman%3AGNOME%3APreview
it 's installed but not working?
Hi
Can you start the service as in the init script? Also it’s a gnome application, not KDE…
HI,
I know it’s gnome, but I guess it should work.
From yast the deamon is launched
from Kmenu it won’t work because it asks for gksu so I launch it from a terminal in root and it says in a window:
Nanny daemon is not started
To use the parental control, please start up the daemon.
I did not find any other parental control (other than on/off)
Hi
OK, working on an updated package (2.29.4), also need to build some additional python modules as well, should have something to test soon.
ok, you re the packager then?
I find it very useful to restrain the entertainment at work (IM, facebook…ect) I used a similar stuff on windows before.
looking to test your package !
I have been known to package a few things up
So I pulled the latest git version (aka 2.31.1), but need to create the init script to start the daemon which may be the issue for the version you installed as it’s basically empty. I still haven’t packaged up the python modules but it’s coming
Hi
OK, give this a whirl…
http://software.opensuse.org/search?q=nanny&baseproject=openSUSE%3A11.4&lang=en&include_home=true&exclude_debug=true
–
Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.4 (x86_64) Kernel 2.6.37.6-0.7-desktop
up 1 day 5:53, 5 users, load average: 0.18, 0.17, 0.15
GPU GeForce 8600 GTS Silent - Driver Version: 280.13
Hi
Well I’ve dropped it back to the 2.31.1 version as it had been released
(they haven’t updated the download page). The desktop blocker works,
the website blocker works (you just need to configure firefox to use a
proxy localhost port 53000).
I haven’t been able to get it to stop applications from running, eg
firefox, so there is still some work to be done, hopefully get some
time over the weekend to investigate.
If you installed the git version, manually remove and install the
2.31.1 version.
–
Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.4 (x86_64) Kernel 2.6.37.6-0.7-desktop
up 1 day 14:24, 6 users, load average: 0.27, 0.16, 0.08
GPU GeForce 8600 GTS Silent - Driver Version: 280.13
I thought it was working system wide? what the point to block firefox if they can use other browsers or IM?
HI,
Your package installed well and it asks root pw at launch but always the same message:
Nanny daemon is not started
To use the parental control, please start up the daemon.
In yast>system: nany service is yet started
Hi
Correct, just configure the system wide proxy (I’m just trying it out
after packaging).
–
Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.4 (x86_64) Kernel 2.6.37.6-0.7-desktop
up 1 day 21:57, 5 users, load average: 0.00, 0.09, 0.18
GPU GeForce 8600 GTS Silent - Driver Version: 280.13
Hi
Enable the service via YaST or from the command line;
chkconfig nanny on
Hmm thought I had fixed that so it turned the service on at install.
Which version did you install?
–
Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.4 (x86_64) Kernel 2.6.37.6-0.7-desktop
up 1 day 22:17, 5 users, load average: 0.15, 0.12, 0.13
GPU GeForce 8600 GTS Silent - Driver Version: 280.13
I installed yours:
software.opensuse.org: Search Results
86_64 version
nanny is on but same message
Hi
So the service is started?
chkconfig nanny
rcnanny status
You should see output like;
linux-4fiw:~ # chkconfig nanny
nanny on
linux-4fiw:~ # rcnanny status
Checking for service nanny running
–
Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.4 (x86_64) Kernel 2.6.37.6-0.7-desktop
up 1 day 23:39, 5 users, load average: 0.19, 0.13, 0.12
GPU GeForce 8600 GTS Silent - Driver Version: 280.13
this is the output:
linux-lze3:/home/philippe # chkconfig nanny
nanny on
linux-lze3:/home/philippe # rcnanny status
Checking for service nanny unused
Hi
Then run;
rcnanny start
rcnanny status
–
Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.4 (x86_64) Kernel 2.6.37.6-0.7-desktop
up 3:09, 4 users, load average: 0.11, 0.09, 0.06
GPU GeForce 8600 GTS Silent - Driver Version: 280.13
indeed, something wrong!
linux-lze3:/home/philippe # rcnanny start
Starting nanny done
linux-lze3:/home/philippe # Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/twisted/application/app.py", line 631, in run
runApp(config)
File "/usr/lib64/python2.7/site-packages/twisted/scripts/twistd.py", line 23, in runApp
_SomeApplicationRunner(config).run()
File "/usr/lib64/python2.7/site-packages/twisted/application/app.py", line 374, in run
self.application = self.createOrGetApplication()
File "/usr/lib64/python2.7/site-packages/twisted/application/app.py", line 439, in createOrGetApplication
application = getApplication(self.config, passphrase)
--- <exception caught here> ---
File "/usr/lib64/python2.7/site-packages/twisted/application/app.py", line 450, in getApplication
application = service.loadApplication(filename, style, passphrase)
File "/usr/lib64/python2.7/site-packages/twisted/application/service.py", line 400, in loadApplication
application = sob.loadValueFromFile(filename, 'application', passphrase)
File "/usr/lib64/python2.7/site-packages/twisted/persisted/sob.py", line 210, in loadValueFromFile
exec fileObj in d, d
File "/usr/share/nanny/daemon/nanny.tap", line 20, in <module>
import nanny.daemon
File "/usr/lib/python2.7/site-packages/nanny/daemon/__init__.py", line 33, in <module>
from QuarterBack import QuarterBack
File "/usr/lib/python2.7/site-packages/nanny/daemon/QuarterBack.py", line 39, in <module>
from LinuxSessionCKFiltering import LinuxSessionCKFiltering as SessionFilter
File "/usr/lib/python2.7/site-packages/nanny/daemon/LinuxSessionCKFiltering.py", line 30, in <module>
import gtop
exceptions.ImportError: No module named gtop
Failed to load application: No module named gtop
I installed gtop
linux-lze3:/home/philippe # rcnanny restart
Shutting down nanny done
Starting nanny done
linux-lze3:/home/philippe # rcnanny status
Checking for service nanny running
linux-lze3:/home/philippe #
Now when I laucn Nanny, no more error message… nothing else also!
Hi
OK, added python-gtop to the Requires. So you should get an icon in the
menu system to start nanny-admin-console?
–
Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.4 (x86_64) Kernel 2.6.37.6-0.7-desktop
up 3:31, 4 users, load average: 0.03, 0.04, 0.06
GPU GeForce 8600 GTS Silent - Driver Version: 280.13