Re: Building a single user Internet terminal / Done!

2002-04-09 Thread Karsten M. Self
on Tue, Apr 09, 2002, Tom Cook ([EMAIL PROTECTED]) wrote: On 0, Shawn McMahon [EMAIL PROTECTED] wrote: begin quoting what Karsten M. Self said on Mon, Apr 08, 2002 at 10:18:58AM -0700: Not recommended. If X quits abnormally, it will also restart. What you want:

RE: Building a single user Internet terminal / Done!

2002-04-09 Thread Kurc, Marcin A.
: Building a single user Internet terminal / Done! on Mon, Apr 08, 2002, Shawn McMahon ([EMAIL PROTECTED]) wrote: begin quoting what Erik van der Meulen said on Mon, Apr 08, 2002 at 10:32:35AM +0200: - /usr/local/bin/startkiosk only does 'startx' Now make that script do a shutdown -h now after

Re: Building a single user Internet terminal

2002-04-08 Thread Erik van der Meulen
On Sun, Apr 07, 2002 at 02:00:04PM -0700, Karsten M. Self wrote: Have the whole system use ext3. Have no shutdown at all (just switch it off like a stereo) I'm going to say DON'T DO THIS as well. This isn't what ext3fs is designed to prevent or protect against. You can speed shutdown by

Re: Building a single user Internet terminal

2002-04-08 Thread Erik van der Meulen
On Sun, Apr 07, 2002 at 02:04:08PM -0700, Karsten M. Self wrote: Also I have made this, only containing 'startx'. Now if I reboot, I see no X, but a message repeating: X: user not authorised to run the X server, aborting. Change the first two lines of /etc/X11/Xserver to read:

Re: Building a single user Internet terminal

2002-04-08 Thread Crispin Wellington
On Mon, 2002-04-08 at 13:35, Erik van der Meulen wrote: On Sun, Apr 07, 2002 at 02:04:08PM -0700, Karsten M. Self wrote: Also I have made this, only containing 'startx'. Now if I reboot, I see no X, but a message repeating: X: user not authorised to run the X server, aborting.

Re: Building a single user Internet terminal / Done!

2002-04-08 Thread Erik van der Meulen
On Mon, Apr 08, 2002 at 01:39:52PM +0800, Crispin Wellington wrote: which contains a file 'SecurityPolicy'. That seems to be applicable, only quite complex! Can I accomplish the required by making changes here? Do you have /etc/X11/Xwrapper.config? Read my post somewhere else in this

Re: Building a single user Internet terminal / Done!

2002-04-08 Thread Shawn McMahon
begin quoting what Erik van der Meulen said on Mon, Apr 08, 2002 at 10:32:35AM +0200: - /usr/local/bin/startkiosk only does 'startx' Now make that script do a shutdown -h now after startx exits, and all you'll have to do to shut down is exit X. Maybe. pgp2QJC55sVdU.pgp Description: PGP

Re: Building a single user Internet terminal / Done!

2002-04-08 Thread Karsten M. Self
on Mon, Apr 08, 2002, Shawn McMahon ([EMAIL PROTECTED]) wrote: begin quoting what Erik van der Meulen said on Mon, Apr 08, 2002 at 10:32:35AM +0200: - /usr/local/bin/startkiosk only does 'startx' Now make that script do a shutdown -h now after startx exits, and all you'll have to do

Re: Building a single user Internet terminal / Done!

2002-04-08 Thread Shawn McMahon
begin quoting what Karsten M. Self said on Mon, Apr 08, 2002 at 10:18:58AM -0700: Not recommended. If X quits abnormally, it will also restart. What you want: startx_command shutdown -h now ...which should only restart the system if X is exited normally. If it exits with a

Re: Building a single user Internet terminal / Done!

2002-04-08 Thread Tom Cook
On 0, Shawn McMahon [EMAIL PROTECTED] wrote: begin quoting what Karsten M. Self said on Mon, Apr 08, 2002 at 10:18:58AM -0700: Not recommended. If X quits abnormally, it will also restart. What you want: startx_command shutdown -h now ...which should only restart the

Re: Building a single user Internet terminal / Done!

2002-04-08 Thread Tom Cook
On 0, Erik van der Meulen [EMAIL PROTECTED] wrote: On Mon, Apr 08, 2002 at 01:39:52PM +0800, Crispin Wellington wrote: which contains a file 'SecurityPolicy'. That seems to be applicable, only quite complex! Can I accomplish the required by making changes here? Do you have

Building a single user Internet terminal

2002-04-07 Thread Erik van der Meulen
Dear Group - I would like to build on old iron (P90/64Mb) a simple Galeon only Internet terminal. I have prepared a Sid configuration that contains the following: - Internet access - IceWM-experimental - Galeon Things seem to work well (b.t.w. any chance of adjusting the Gnome fonts in menus

Re: Building a single user Internet terminal

2002-04-07 Thread Crispin Wellington
On Sun, 2002-04-07 at 20:25, Erik van der Meulen wrote: Dear Group - I would like to build on old iron (P90/64Mb) a simple Galeon only Internet terminal. I have prepared a Sid configuration that contains the following: - Internet access - IceWM-experimental - Galeon Things seem to work

Re: Building a single user Internet terminal

2002-04-07 Thread martin f krafft
also sprach Erik van der Meulen [EMAIL PROTECTED] [2002.04.07.1425 +0200]: Dear Group - I would like to build on old iron (P90/64Mb) a simple Galeon only Internet terminal. I have prepared a Sid configuration that contains the following: not quite your solution, but look at how jamie did it

Re: Building a single user Internet terminal

2002-04-07 Thread Erik van der Meulen
On Sun, Apr 07, 2002 at 08:44:06PM +0800, Crispin Wellington wrote: Have a script that starts X for a certain user and begins galeon. Run this as a respawn process under /etc/inittab. Make a certain runlevel be kiosk mode (the default). Make other run levels the admin mode (normal logins

Re: Building a single user Internet terminal

2002-04-07 Thread Shawn McMahon
begin quoting what Crispin Wellington said on Sun, Apr 07, 2002 at 08:44:06PM +0800: Have the whole system use ext3. Have no shutdown at all (just switch it off like a stereo) Jeebus. Do you tell people with airbags to not bother using their brakes, just go ahead and hit a tree to stop?

Re: Building a single user Internet terminal

2002-04-07 Thread Crispin Wellington
On Sun, 2002-04-07 at 21:30, Erik van der Meulen wrote: On Sun, Apr 07, 2002 at 08:44:06PM +0800, Crispin Wellington wrote: Have a script that starts X for a certain user and begins galeon. Run this as a respawn process under /etc/inittab. Make a certain runlevel be kiosk mode (the

Re: Building a single user Internet terminal

2002-04-07 Thread Crispin Wellington
On Sun, 2002-04-07 at 21:33, Shawn McMahon wrote: begin quoting what Crispin Wellington said on Sun, Apr 07, 2002 at 08:44:06PM +0800: Have the whole system use ext3. Have no shutdown at all (just switch it off like a stereo) Jeebus. Do you tell people with airbags to not bother

Re: Building a single user Internet terminal

2002-04-07 Thread Kent West
On Sun, 2002-04-07 at 08:47, Crispin Wellington wrote: On Sun, 2002-04-07 at 21:30, Erik van der Meulen wrote: On Sun, Apr 07, 2002 at 08:44:06PM +0800, Crispin Wellington wrote: Have a script that starts X for a certain user and begins galeon. Run this as a respawn process under

Re: Building a single user Internet terminal

2002-04-07 Thread Alex Bernson
My suggestion would be to use straight sawfish for a window manager. It's lightning fast when used alone. Also you could configure a shortcut key such as ctrl-alt-esc to shutdown. If memory serves all you have to do is replace the gnome-session in your .xsession with sawfish On Sun,

Re: Building a single user Internet terminal

2002-04-07 Thread Erik van der Meulen
On Sun, Apr 07, 2002 at 09:47:38PM +0800, Crispin Wellington wrote: Also I have made this, only containing 'startx'. Now if I reboot, I see no X, but a message repeating: X: user not authorised to run the X server, aborting. The su -c command should change to a acceptable user.

Re: Building a single user Internet terminal

2002-04-07 Thread Daniel Similä
On Sun, 7 Apr 2002 18:52:40 +0200 Erik van der Meulen [EMAIL PROTECTED] wrote: On Sun, Apr 07, 2002 at 09:47:38PM +0800, Crispin Wellington wrote: Also I have made this, only containing 'startx'. Now if I reboot, I see no X, but a message repeating: X: user not authorised to run

Re: Building a single user Internet terminal

2002-04-07 Thread Karsten M. Self
on Sun, Apr 07, 2002, Crispin Wellington ([EMAIL PROTECTED]) wrote: Have the whole system use ext3. Have no shutdown at all (just switch it off like a stereo) I'm going to say DON'T DO THIS as well. This isn't what ext3fs is designed to prevent or protect against. You can speed shutdown by

Re: Building a single user Internet terminal

2002-04-07 Thread Karsten M. Self
on Sun, Apr 07, 2002, Erik van der Meulen ([EMAIL PROTECTED]) wrote: On Sun, Apr 07, 2002 at 08:44:06PM +0800, Crispin Wellington wrote: Have a script that starts X for a certain user and begins galeon. Run this as a respawn process under /etc/inittab. Make a certain runlevel be kiosk

Re: Building a single user Internet terminal

2002-04-07 Thread Crispin Wellington
On Mon, 2002-04-08 at 00:52, Erik van der Meulen wrote: On Sun, Apr 07, 2002 at 09:47:38PM +0800, Crispin Wellington wrote: Also I have made this, only containing 'startx'. Now if I reboot, I see no X, but a message repeating: X: user not authorised to run the X server, aborting.