Re: Project using Freesbie

2006-06-05 Thread Daniel Seuffert

Dario Freni schrieb:

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




Hi Dario,

the next versions (i386 and amd64) of DesktopBSD will be a live DVD
based on FreeBSD 6.1 and FreeSBIE 2 toolkit.

Best regards and keep up the good work!

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


Project using Freesbie

2006-06-01 Thread Henri-Pierre Charles

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)


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

2006-06-01 Thread Dario Freni
Dominique Goncalves ha scritto:
 Hi,
 
 On 6/1/06, Henri-Pierre Charles [EMAIL PROTECTED] 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:

Assuming 'freesbie' is the user you want to login. Then edit /etc/ttys,
find the ttyv0 line and substitute Pc with freesbie or whatever
label you putted in gettytab.

ttyv0   /usr/libexec/getty freesbie   cons25  on  secure

Then kill -HUP 1 to make changes effective. To make X autostart, I
modified my .cshrc, you can do the same depending on your chosen shell.
I added a row:

[ $?DISPLAY = 0]  [ $?SSH_CLIENT = 0 ]  startx

Bye,
Dario

-- 
Dario Freni ([EMAIL PROTECTED])
FreeSBIE developer (http://www.freesbie.org)
GPG Public key at http://www.saturnero.net/saturnero.asc



signature.asc
Description: OpenPGP digital signature
-- 
FreeSBIE mailing list (http://www.freesbie.org)

Re: Project using Freesbie

2006-06-01 Thread Henri-Pierre Charles

Hello,

On 6/1/06, Dominique Goncalves [EMAIL PROTECTED] wrote:

On 6/1/06, Henri-Pierre Charles [EMAIL PROTECTED] 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)