Kidsuse
Table of Contents

kidSUSE

it's an education opensuse livecd specifically design for children under 12 to use, learn and play.

what

kidSUSE include these apps selected for kids under 12:

when there's still room to fit in:

where

download kidSUSE

Problems with 0.3.16 under Virtual PC
Hugo (guest) 1264887361|%e %b %Y, %H:%M %Z|agohover

Hi, I am getting some problems when trying the iso under Virtual PC - check out this screenshot (safe mode boot): screenshot

Reply  |  Options
Unfold Problems with 0.3.16 under Virtual PC by Hugo (guest), 1264887361|%e %b %Y, %H:%M %Z|agohover
Re: Problems with 0.3.16 under Virtual PC
dennyhalimdennyhalim 1264937250|%e %b %Y, %H:%M %Z|agohover

you need to do:

sudo chmod +s /sbin/halt

to allow everyone to shutdown.

more info:
http://it.dennyhalim.com/2008/10/linux-automatic-login-startx-and.html

Reply  |  Options
Unfold Re: Problems with 0.3.16 under Virtual PC by dennyhalimdennyhalim, 1264937250|%e %b %Y, %H:%M %Z|agohover
Re: Problems with 0.3.16 under Virtual PC
wawan (guest) 1267006204|%e %b %Y, %H:%M %Z|agohover

I have the same problem with hugo. After i enter sudo chmod +s /sbin/halt
then appear :
-bash: sudo : command not found

Reply  |  Options
Unfold Re: Problems with 0.3.16 under Virtual PC by wawan (guest), 1267006204|%e %b %Y, %H:%M %Z|agohover
dennyhalimdennyhalim 1267090418|%e %b %Y, %H:%M %Z|agohover

in that case, do this:

su -c 'chmod +s /sbin/halt'

you can also install sudo with this:

su -c 'zypper in sudo'
Reply  |  Options
Unfold by dennyhalimdennyhalim, 1267090418|%e %b %Y, %H:%M %Z|agohover
Add a New Comment
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License