<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>RE: [K12OSN] Sabayon Not Working?</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>It took me while to get to it, but this doesn't appear to work. Every time you "edit" it looks for a different tmp directory. I've decided to use Kiosk Tool instead. So what is the simplest way to force KDE to be the default/only login type?<BR>
<BR>
Levi Kemp<BR>
Technology Specialist<BR>
Bolivar R-1 Schools<BR>
417-328-8943<BR>
lnkemp@bolivar.k12.mo.us<BR>
<BR>
"The only secure computer is one that's unplugged, locked in a safe, and buried 20 feet under the ground in a secret location... and I'm not even too sure about that one" <BR>
<BR>
                --Dennis Hughes, FBI<BR>
<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: Kemp, Levi<BR>
Sent: Mon 2/11/2008 1:57 PM<BR>
To: Support list for open source software in schools.<BR>
Subject: RE: [K12OSN] Sabayon Not Working?<BR>
<BR>
I use ubuntu at home an finally decided to try Sabayon there to see the results. The only difference I noted is the creation of Sabyon User or sabayon-admin with a home directory in /tmp/sabayon-temp-home-zVNBPk . We had a snow day today, but I'm still going to try and see if that is happening on my Fedora Machine. I don't think so and that may be the reason it isn't working. Can anyone else check this out for me? Thanks!<BR>
<BR>
Levi Kemp<BR>
Technology Specialist<BR>
Bolivar R-1 Schools<BR>
417-328-8943<BR>
lnkemp@bolivar.k12.mo.us<BR>
<BR>
"The only secure computer is one that's unplugged, locked in a safe, and buried 20 feet under the ground in a secret location... and I'm not even too sure about that one" <BR>
<BR>
                --Dennis Hughes, FBI<BR>
<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: k12osn-bounces@redhat.com on behalf of David Hopkins<BR>
Sent: Thu 2/7/2008 7:18 AM<BR>
To: Support list for open source software in schools.<BR>
Subject: Re: [K12OSN] Sabayon Not Working?<BR>
<BR>
I am running EL5 and Sabayon (latest version) is not working properly.<BR>
Just my two cents on this.<BR>
<BR>
Dave Hopkins<BR>
<BR>
On Feb 6, 2008 5:41 PM, Kemp, Levi <lnkemp@bolivar.k12.mo.us> wrote:<BR>
><BR>
> > -----Original Message-----<BR>
> > From: k12osn-bounces@redhat.com<BR>
> > [<A HREF="mailto:k12osn-bounces@redhat.com">mailto:k12osn-bounces@redhat.com</A>] On Behalf Of Ronnie Miller<BR>
> > Sent: Tuesday, February 05, 2008 3:27 PM<BR>
> > To: k12osn@redhat.com<BR>
> > Subject: [K12OSN] Sabayon Not Working?<BR>
> ><BR>
> > I've recently (this week) started having issues with Sabayon<BR>
> > not working.<BR>
> > I just finished building a new server and had everything<BR>
> > almost ready, but when I got ready to build my profile in<BR>
> > Sabayon, it wouldn't work. I've installed Sabayon and the<BR>
> > sabayon-apply part and can even run the "User Profile Editor"<BR>
> > program. The problem occurs when I try to edit an existing<BR>
> > profile or create a new one. Sabayon acts like it's doing<BR>
> > something then nothing - no edit screen or anything. The<BR>
> > "User Profile Editor" dialog box just sits there.<BR>
> ><BR>
> > I also tried it on an older, existing server that I had used<BR>
> > it before on<BR>
> > - same thing. When I click on "Details" that screen pops up<BR>
> > fine, it's just the actual edit screen that never appears.<BR>
> > I'm confused...<BR>
> ><BR>
> ><BR>
> > --<BR>
> > Ronnie Miller<BR>
> > Technology Specialist<BR>
> > Seminole County Schools<BR>
> > 800 S. Woolfork Ave.<BR>
> > Donalsonville, GA 39845<BR>
> > 229.524.5235 Ext. 227<BR>
> ><BR>
> > --<BR>
> > This message has been scanned for viruses and dangerous<BR>
> > content by MailScanner, and is believed to be clean.<BR>
> ><BR>
> > _______________________________________________<BR>
> > K12OSN mailing list<BR>
> > K12OSN@redhat.com<BR>
> > <A HREF="https://www.redhat.com/mailman/listinfo/k12osn">https://www.redhat.com/mailman/listinfo/k12osn</A><BR>
> > For more info see <<A HREF="http://www.k12os.org">http://www.k12os.org</A>><BR>
> ><BR>
><BR>
><BR>
> Exactly the issue I'm having. Try running sabayon through a terminal and<BR>
> see what it prints out when you try to edit. This is what I get.<BR>
><BR>
> Traceback (most recent call last):<BR>
>   File "/usr/lib/python2.4/site-packages/sabayon/profilesdialog.py",<BR>
> line 342, in __edit_button_clicked<BR>
>     session.start ()<BR>
>   File "/usr/lib/python2.4/site-packages/sabayon/profilesdialog.py",<BR>
> line 129, in start<BR>
>     self.temp_homedir = protosession.setup_shell_and_homedir<BR>
> (self.username)<BR>
>   File "/usr/lib/python2.4/site-packages/sabayon/protosession.py", line<BR>
> 60, in setup_shell_and_homedir<BR>
>     temp_homedir = usermod.create_temporary_homedir (pw.pw_uid,<BR>
> pw.pw_gid)<BR>
>   File "/usr/lib/python2.4/site-packages/sabayon/usermod.py", line 64,<BR>
> in create_temporary_homedir<BR>
>     copy_tree (SKEL_HOMEDIR, temp_homedir, uid, gid)<BR>
>   File "/usr/lib/python2.4/site-packages/sabayon/usermod.py", line 58,<BR>
> in copy_tree<BR>
>     copy_tree (src_path, dst_path, uid, gid)<BR>
>   File "/usr/lib/python2.4/site-packages/sabayon/usermod.py", line 58,<BR>
> in copy_tree<BR>
>     copy_tree (src_path, dst_path, uid, gid)<BR>
>   File "/usr/lib/python2.4/site-packages/sabayon/usermod.py", line 62,<BR>
> in copy_tree<BR>
>     os.chown (dst_path, uid, gid)<BR>
> OSError: [Errno 2] No such file or directory:<BR>
> '/tmp/sabayon-temp-home-NwwxrC/.wine/dosdevices/c:'<BR>
><BR>
> I've downloaded the newest version from the website, but I'm having<BR>
> issues getting it to build. All the dependencies are beyond FC6, and I<BR>
> really don't want to have to install EL5 right now. I had more issues<BR>
> getting everything to work in EL5 last time and went back to FC6, that<BR>
> was July of 07 though. Is there an older version of Sabayon that might<BR>
> work on FC6 still?<BR>
><BR>
> Levi<BR>
><BR>
><BR>
> _______________________________________________<BR>
> K12OSN mailing list<BR>
> K12OSN@redhat.com<BR>
> <A HREF="https://www.redhat.com/mailman/listinfo/k12osn">https://www.redhat.com/mailman/listinfo/k12osn</A><BR>
> For more info see <<A HREF="http://www.k12os.org">http://www.k12os.org</A>><BR>
><BR>
<BR>
_______________________________________________<BR>
K12OSN mailing list<BR>
K12OSN@redhat.com<BR>
<A HREF="https://www.redhat.com/mailman/listinfo/k12osn">https://www.redhat.com/mailman/listinfo/k12osn</A><BR>
For more info see <<A HREF="http://www.k12os.org">http://www.k12os.org</A>><BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>