Hi Patrick, first of all, thanks for your help in improving my HOWTO guide, I really appreciate that. I hope together we can fix the last bits and bytes and get a more smooth guide out of it. Especially since my mid-term plan is to create a .deb package at some point which will automatically do what is described in my guide ;-)
Am 13.12.09 01:48, schrieb Patrick Archibald: [...] > ISSUE1: > > The utconfig fails with the following message: > > *"**Startup failed: unable to become the user identity "utwww".**"* > > So, following this comment here > http://www.mail-archive.com/[email protected]/msg08110.html > I edit /opt/SUNWut/lib/utwebadmin replacing the 3 lines > > *su ${SU_SHELL} ${PROCESS_USERNAME}* > > with > > *su ${PROCESS_USERNAME}* That's strange. here it is working fine without removing ${SU_SHELL}. Can you please find out what is exactly placed in the ${SU_SHELL} variable that prevents the su from working? AFAIR its content should be "-s /bin/bash" or something like that. > ISSUE2: > After the Sun Ray DTU login screen I get the following message: > > *"Xsession: warning: xrdb command not found; X resources not merged." * > > I installed xrdb with the following command: > > *sudo apt-get install X11-xserver-utils* Thanks, I added the X11-xserver-utils package to point (1) of my guide. Don't know why it was automatically installed here but it doesn't hurt to have it in the initial apt-get install line. > ISSUE3: > After that I just get an xterm session after logging in at the DTU. I > have the following lines in the .xsession-errors file: > > /etc/opt/SUNWut/gdm/SunRayPreSession/SessReg: Registering your session > with wtmp and utmp > /etc/opt/SUNWut/gdm/SunRayPreSession/SessReg: running: > /usr/bin/X11/sessreg -a -w /var/log/wtmp -u /var/run/utmp -x > "/var/lib/gdm/:11.Xservers" -h "" -l ":11" "myusername" > /etc/gdm/Xsession: Beginning session setup... > /etc/opt/SUNWut/xinitrc.d/0100.SUNWut: 241: [[: not found > /etc/opt/SUNWut/xinitrc.d/0100.SUNWut: 241: [[: not found > > Any suggestions? I can see the same errors here in my .xsession-errors file. However, everything seems to work fine, thought. I will have to investigate that tomorrow at work and find out what the real reason for the error is. And I will let you know and update my patch file accordingly. However, have you installed GNOME at all on your installation? That might be the reason you are just seeing xterm coming up. So try to install GNOME by running "apt-get install gnome-desktop-environment" > PS. I'm going to log my entire installation next time and see if I'm > doing something wrong. That would really be a good idea as it will help to fix the last bits of my guide and have a much smoother process when creating the .deb package I have planned ;) best regards, jens -- Jens Langner Ph: +49-351-2602757 Forschungszentrum Dresden-Rossendorf e.V. Institute of Radiopharmacy - PET Center [email protected] Germany http://www.fzd.de/ _______________________________________________ SunRay-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/sunray-users
