Page 1 of 1
Installation failed
Posted: Sat Dec 02, 2006 1:09 am
by leiw
Please see the following link:
http://uwants.no-ip.org/log.png
My network config:
/etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost
192.168.0.28 scalix.testing.com
/etc/resolv.conf
search testing.com
nameserver 192.168.0.86
nameserver 192.168.0.2
Thanks !!
Posted: Sun Dec 03, 2006 1:58 am
by kanderson
what does "hostname -f" say?
You'll need to install sendmail too, perhaps after removing postfix.
Kev.
Posted: Sun Dec 03, 2006 6:44 am
by leiw
The DNS problem solved, but have another problem after the installation process completed, in the terminal windows have following error:
[root@scalix scalix-11.0.0-RC1]# shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
Thanks !!
Posted: Sun Dec 03, 2006 11:54 am
by leiw
And I type correctly on
http://server ip/sac its said my password or login ID incorrect.
Login ID:
leiw@scalix.no-ip.org on login ID
Posted: Sun Dec 03, 2006 5:34 pm
by constant
.
Use sxadmin to logon to sac.
.
Posted: Sun Dec 03, 2006 6:39 pm
by leiw
I changed the sxadmin to my name (leiw), how can I change back the default name
now ?
Thanks
Posted: Sun Dec 03, 2006 9:21 pm
by florian
ok, so the getcwd error is not relevant - it is just trying to find and automatically start firefox, which fails.
on sac login, you'll first need to find out the right login name.
type
omshowu -m all
you will see two users, one called sxqueryadmin and the other sxadmin or something different.
then type omshowu -n "<name-of-user-as-displayed-in-previous-output-before-the-/>"
then take a note of the value of the Authentication Identifier attribute in it's exact form, with or without @ characters and other things, just as-is, at the very top. use this as the SAC login name. the name can then be changed from within sac.
if you've lost the password of your admin account, you can reset it with
ommodu -n "<name>" -p <password>
Cheers,
Florian.
Posted: Sun Dec 03, 2006 9:53 pm
by leiw
Thank you !