[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference decwet::advfs_support

Title:AdvFS Support/Info/Questions Notefile
Notice:note 187 is Freq Asked Questions;note 7 is support policy
Moderator:DECWET::DADDAMIO
Created:Wed Jun 02 1993
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1077
Total number of notes:4417

1040.0. "dxadvfs: cannot init logging subsystem, DU v3.2G" by RULLE::BRINGH () Fri Apr 11 1997 12:05


Hi

A customer is running dxadvfs on several systems without problems but they
cannot start it on two systems, one 8200 and one 4100 running v3.2G and
ASE 1.3.

When they try to start dxadvfs they get

dxadvfs: unable to initilize logging subsystem

# setld -i | grep AFA
AFAADVANCED320  installed       POLYCENTER Advanced File System Utilities(Genera
l Applications)
AFAADVGUI320    installed       POLYCENTER Advanced File System GUI(General Appl
ications)
AFAADVMAN320    installed       POLYCENTER Advanced File System Utilities Refere
nce Pages(General Applications)

# cd /
# /usr/lbin/fverify -np < /usr/.smdb./AFAADVANCED320.inv
        0 verification errors encountered.
        0 corrections performed.
# /usr/lbin/fverify -np < /usr/.smdb./AFAADVGUI320.inv
        0 verification errors encountered.
        0 corrections performed.

# ls -l /usr/bin/X11/dxadvfs
-r-x------   1 root     bin      6651904 Jan 30  1995 /usr/bin/X11/dxadvfs
# ls -l /usr/sbin/dxadvfs_mon
-r-x------   1 root     bin       131072 Jan 30  1995 /usr/sbin/dxadvfs_mon
# ls -ld /usr/var/opt/dxadvfs
drwxr-xr-x   2 root     system      8192 Apr 11 15:14 /usr/var/opt/dxadvfs
# ls -l /usr/var/opt/dxadvfs
total 4
-rw-r--r--   1 root     system         0 Apr 11 16:15 dxadvfs.alerts
-rw-r--r--   1 root     system      2895 Apr 11 16:15 dxadvfs.log
-r-x------   1 root     system        89 Apr 11 16:15 dxadvfs.toolbar

and in dxadvfs.log they can see a strange message

Fri Apr 11 16:15:45 1997|truxxx||root
  fatal|***|log.c|line 603
  cannot get messages text for code:1


Any ideas?


Regards,

Mikael Bringh
Unix-support team, TSC, Sweden
bringh@mail.dec.com

T.RTitleUserPersonal
Name
DateLines
1040.1DECWET::MARTINFri Apr 11 1997 16:355
Take a look in the /usr/lib/nls/msg directory.  I don't have a 3.2x system handy
to find out what should actually be there, but if you have systems where dxadvfs
does work, see if you can find out what the difference is.

--Ken
1040.2Solved: dxadvfs: cannot init logging subsystem, DU v3.2GRULLE::BRINGHThu Apr 17 1997 11:3943

Hi Ken,

And thank You for the answer. Yes, You where right. One link, POSIX,
was missing. We manually created it and dxadvfs started up without
problems. That link is supposed to be created at the installation
of AFAADVGUI320, I don't know why it wasn't.

# grep POSIX /usr/.smdb./*
/usr/.smdb./AFAADVGUI320.scp:   if  [ ! -e /usr/lib/nls/msg/POSIX ]
/usr/.smdb./AFAADVGUI320.scp:       (cd /usr/lib/nls/msg ; ln -s en_US.ISO8859-1
 POSIX)


# cd /usr/lib/nls/msg
# ln -s en_US.ISO8859-1 POSIX
# ls -l /usr/lib/nls/msg
total 16
lrwxrwxrwx   1 root     system        15 Apr 11 14:49 POSIX -> en_US.ISO8859-1
lrwxr-xr-x   1 root     system        17 Apr 10 11:59 en_US.88591 -> ./en_US.ISO
8859-1
drwxr-xr-x   2 root     system     16384 Apr 11 14:49 en_US.ISO8859-1
# ls -la /usr/lib/nls/msg/en_US.ISO8859-1
total 785
.
.
-rw-r--r--   1 bin      bin         4503 Jan 30  1995 dxadvfs_api.cat
-rw-r--r--   1 bin      bin          903 Jan 30  1995 dxadvfs_ehandler.cat
-rw-r--r--   1 bin      bin        19772 Jan 30  1995 dxadvfs_gui.cat
-rw-r--r--   1 bin      bin          594 Jan 30  1995 dxadvfs_log.cat
-rw-r--r--   1 bin      bin         2371 Jan 30  1995 dxadvfs_mon.cat
.
.

# grep POSIX /usr/.smdb./*
/usr/.smdb./AFAADVGUI320.scp:   if  [ ! -e /usr/lib/nls/msg/POSIX ]
/usr/.smdb./AFAADVGUI320.scp:       (cd /usr/lib/nls/msg ; ln -s en_US.ISO8859-1
 POSIX)


/Mikael