Michael Pope | 1 Jun 2006 05:53
Picon
Gravatar

X Terminal Server

Are there any scripts in the new FreeSBIE that allow the creation of a X 
Terminal Server for PXE-Boot Diskless Terminals to boot from?

If not, are there plans to?

Has anyone created a livecd from FreeSBIE with such features setup?

Michael
--

-- 
FreeSBIE mailing list (http://www.freesbie.org)

Henri-Pierre Charles | 1 Jun 2006 10:25
Picon

Project using Freesbie

Hello, just for information, I have started a project in my university
"Bureau portable", based on Freesbie2 and FreeBSD6.1. The goal is to
give an iso containing all the software usefull for the students.

http://libre.uvsq.fr/index.php/projet-bureau-portable/
(in french only)

It works actually pretty good. Actually the user has to login with
"root" in order to lauch xfce4. Is it possible to lauch it directly,
without using a login ?

H-P
--

-- 
FreeSBIE mailing list (http://www.freesbie.org)

Dominique Goncalves | 1 Jun 2006 11:06
Picon

Re: Project using Freesbie

Hi,

On 6/1/06, Henri-Pierre Charles <hpcharles <at> gmail.com> wrote:
> Hello, just for information, I have started a project in my university
> "Bureau portable", based on Freesbie2 and FreeBSD6.1. The goal is to
> give an iso containing all the software usefull for the students.
>
> http://libre.uvsq.fr/index.php/projet-bureau-portable/
> (in french only)
>
> It works actually pretty good. Actually the user has to login with
> "root" in order to lauch xfce4. Is it possible to lauch it directly,
> without using a login ?

You can use this example of using gdm and pam to autologin a specific user
http://www.freebsd.org/gnome/docs/faq2.html#q23

If there is an another way to autologin a user without using gdm I'm
interested ! :-)

HTH.

> H-P
> --
> FreeSBIE mailing list (http://www.freesbie.org)
>

Regards.

--

-- 
(Continue reading)

Dario Freni | 1 Jun 2006 11:29

Re: Project using Freesbie (autologin on FreeBSD using gettytab)

Dominique Goncalves ha scritto:
> Hi,
> 
> On 6/1/06, Henri-Pierre Charles <hpcharles <at> gmail.com> wrote:
>> Hello, just for information, I have started a project in my university
>> "Bureau portable", based on Freesbie2 and FreeBSD6.1. The goal is to
>> give an iso containing all the software usefull for the students.
>>
>> http://libre.uvsq.fr/index.php/projet-bureau-portable/
>> (in french only)
>>
>> It works actually pretty good. Actually the user has to login with
>> "root" in order to lauch xfce4. Is it possible to lauch it directly,
>> without using a login ?
> 
> You can use this example of using gdm and pam to autologin a specific user
> http://www.freebsd.org/gnome/docs/faq2.html#q23
> 
> If there is an another way to autologin a user without using gdm I'm
> interested ! :-)
> 
> HTH.

Geeky way:

Open /etc/gettytab and add the following rows at the bottom:

freesbie:\
	:al=freesbie:ht:np:sp#115200:

(Continue reading)

Dario Freni | 1 Jun 2006 11:34

Re: X Terminal Server

Michael Pope ha scritto:
> Are there any scripts in the new FreeSBIE that allow the creation of a X
> Terminal Server for PXE-Boot Diskless Terminals to boot from?
> 
> If not, are there plans to?
> 
> Has anyone created a livecd from FreeSBIE with such features setup?

A SoC student this year will make a PXE Boot Installer. The server side
shouldn't be different from what you're looking for. I talked with him
on IRC, and convinced him to port everything on the FreeSBIE toolkit as
a plugin instead of hacking a FreeSBIE live cdrom:

http://wikitest.freebsd.org/MarkusBoelter

This has been always something that I have plan to do, but I've no time
to do it :/

-- 
Dario Freni (saturnero <at> freesbie.org)
FreeSBIE developer (http://www.freesbie.org)
GPG Public key at http://www.saturnero.net/saturnero.asc

--

-- 
FreeSBIE mailing list (http://www.freesbie.org)
Dario Freni | 1 Jun 2006 11:41

Re: Project using Freesbie

Henri-Pierre Charles ha scritto:
> Hello, just for information, I have started a project in my university
> "Bureau portable", based on Freesbie2 and FreeBSD6.1. The goal is to
> give an iso containing all the software usefull for the students.
> 
> http://libre.uvsq.fr/index.php/projet-bureau-portable/
> (in french only)

Very interesting. I'm interested in making a list of projects using
FreeSBIE toolkit and publish it on our website.

Folks, if you have a public project based on freesbie 1 or 2 toolkit
please reply to this email.

Bye and thanks,
Dario

-- 
Dario Freni (saturnero <at> freesbie.org)
FreeSBIE developer (http://www.freesbie.org)
GPG Public key at http://www.saturnero.net/saturnero.asc

--

-- 
FreeSBIE mailing list (http://www.freesbie.org)
Henri-Pierre Charles | 1 Jun 2006 19:05
Picon

Re: Project using Freesbie

Hello,

On 6/1/06, Dominique Goncalves <dominique.goncalves <at> gmail.com> wrote:
> On 6/1/06, Henri-Pierre Charles <hpcharles <at> gmail.com> wrote:
> > It works actually pretty good. Actually the user has to login with
> > "root" in order to lauch xfce4. Is it possible to lauch it directly,
> > without using a login ?
>
> You can use this example of using gdm and pam to autologin a specific user
> http://www.freebsd.org/gnome/docs/faq2.html#q23
>
> If there is an another way to autologin a user without using gdm I'm
> interested ! :-)

I have tried to put /usr/X11R6/bin/startxfce4 directly in the
/etc/ttys, but it fail
with a PATH problem, I have not tried to investigate, but it seem to be the
standard way to do it.

[gkx]dm are useless for a live CD.

H-P
--

-- 
FreeSBIE mailing list (http://www.freesbie.org)

Michael Pope | 2 Jun 2006 07:49
Picon
Gravatar

Re: X Terminal Server

Cool well I might go and help him create that then because two heads are better than one.  What's his Nick on IRC?  Which server and channel is he normally on?

Michael Pope



Dario Freni wrote:
Michael Pope ha scritto:
Are there any scripts in the new FreeSBIE that allow the creation of a X Terminal Server for PXE-Boot Diskless Terminals to boot from? If not, are there plans to? Has anyone created a livecd from FreeSBIE with such features setup?
A SoC student this year will make a PXE Boot Installer. The server side shouldn't be different from what you're looking for. I talked with him on IRC, and convinced him to port everything on the FreeSBIE toolkit as a plugin instead of hacking a FreeSBIE live cdrom: http://wikitest.freebsd.org/MarkusBoelter This has been always something that I have plan to do, but I've no time to do it :/
--

-- 
FreeSBIE mailing list (http://www.freesbie.org)
Henri-Pierre Charles | 2 Jun 2006 13:10
Picon

How to install pkg which need answer

Hello, I still continue to select package for my local Freesbie distribution.
I have tried to add diablo-1.5.0-b00 but the package need to answer
"yes" to the licence question, and the pkginstall.sh fail with an
infinite loop.

Is there a turnaround ? I have tried to modify the pkginstall.sh using
the "yes" command without success.

Or is there a way to add package diffently during the process ?

H-P Charles
--

-- 
FreeSBIE mailing list (http://www.freesbie.org)

Dario Freni | 2 Jun 2006 13:36

Re: How to install pkg which need answer

Henri-Pierre Charles ha scritto:
> Hello, I still continue to select package for my local Freesbie
> distribution.
> I have tried to add diablo-1.5.0-b00 but the package need to answer
> "yes" to the licence question, and the pkginstall.sh fail with an
> infinite loop.
> 
> Is there a turnaround ? I have tried to modify the pkginstall.sh using
> the "yes" command without success.
> 
> Or is there a way to add package diffently during the process ?

Set the PACKAGE_BUILDING environment variable to something. I'm going to
include it in the pkginstall.sh script.

Bye,
Dario

-- 
Dario Freni (saturnero <at> freesbie.org)
FreeSBIE developer (http://www.freesbie.org)
GPG Public key at http://www.saturnero.net/saturnero.asc

--

-- 
FreeSBIE mailing list (http://www.freesbie.org)

Gmane