Subject: Re: How to unlimit datasize when starting from xdm?
To: Frederick Bruckman <fredb@immanent.net>
From: S. N. Cho <sucho2@vt.edu>
List: netbsd-help
Date: 12/29/2002 14:17:03
Thanks very much!

Now it works.

Sung


On Sunday 29 December 2002 07:17 pm, Frederick Bruckman wrote:
> On Sun, 29 Dec 2002, S. N. Cho wrote:
>=20
> > Thanks to others, I now know how to set unlimited datasize vi adding=20
"unlimit
> > datasize" in /etc/csh.login.  This worked fine when I started x by st=
artx.
> > But now I am logging in via xdm and when I check the datasize limit b=
y=20
typing
> > "limit" in console, it is at default setting.  It seems like xdm does=
n't=20
read
> > csh.login settings.  Where do I need to add "unlimit datasize" for it=
 to=20
work
> > with xdm login?  Thank you in advance.
>=20
> You need to add it to ~/.xsession. [Note that if you want to use csh
> commands in a script, you'll have to add #!/bin/csh to the beginning
> of the file.] The last command in ~/.xsession should always "exec"
> your session or window manager, like "exec xsm", or "exec xterm -T
> login" (primitive) -- I use either "exec ssh-agent wmx" or "exec
> ssh-agent gnome-session".
>=20
> Frederick
>=20
>=20