After reboot, CDE and cifs are not working

 
Thread Tools Search this Thread
Homework and Emergencies Emergency UNIX and Linux Support After reboot, CDE and cifs are not working
# 1  
Old 12-02-2009
After reboot, CDE and cifs are not working

I installed bos.cifs_fs, bos.loc.iso.ko_KR, X11.fnt.ucs.ttf_KR, X11.fnt.ksc5601.ttf on p520 express, AIX 5.3
and upgraded the system from 5.3 TL7 SP? to 5.3 TL7 SP10
and rebooted the system.
During the boot, the system print error messages below (green text)

exec(): 0509-036 Cannot load program dtlogin because of the following errors:
0509-130 Symbol resolution failed for /lib/libX11.a(shr4.o) because:
0509-136 Symbol smsocket (number 101) is not exported from
dependent module /unix.
0509-136 Symbol smconnect (number 102) is not exported from
dependent module /unix.
0509-136 Symbol smgetbuff (number 103) is not exported from
dependent module /unix.
0509-136 Symbol smrcvbuff (number 104) is not exported from
dependent module /unix.
0509-136 Symbol smfreebuff (number 105) is not exported from
dependent module /unix.
0509-136 Symbol smsendbuff (number 106) is not exported from
dependent module /unix.
0509-136 Symbol smwait (number 107) is not exported from
dependent module /unix.
0509-026 System error: Error 0
0509-192 Examine .loader section symbols with the
'dump -Tv' command.

CDE is not working
the system just prompt green text login
after login, I issued the command below
app:/usr/dt/bin] dtlogin -daemon
I received same error messages
and I issued the command below
app:/]mount -v cifs -o fmode=775,uid=203,gid=1 -n 111.111.111.111/administrator /Output /usr/local/Output
I received error messages below
There was an error connecting the share or the server. Make sure the lsdev command shows that device nsmb0 is in the Available state. Also make sure that the share name, user name and password are accurate.

But nsmb0 is in Available state

Please Help me
Thanks in advance
# 2  
Old 12-02-2009
Please try the second search result in google if you have not already. Search:
usr/lib/libX11.a(shr4.o
# 3  
Old 01-05-2010
Looks like one of the X11 related installs has replaced an X11 library with a different (older?) library that does not define the symbol dtlogin is looking for.
I would run:
Code:
# ldd -r dtlogin

and ldd will report the precise name of the library file that is now missing a symbol, see:
2.27: Where can I find ldd for AIX?
for where to get ldd for AIX from, here:
ldd(1): print shared library dependencies - Linux man page
is a manpage for ldd.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Linux froze and got back working 5 days later, no reboot.

Hello my friends, I've come across the weirdest of glitches. I'm running a simple weather monitor (just temperature) on a Raspbeery Pi 3B (Raspbian Linux 4.14.98-v7+). It has a 3G modem that sends out simple packets to my server at home. On june 5th I lost remote access to the device.... (1 Reply)
Discussion started by: OmahaWiz
1 Replies

2. Solaris

Connect to SunOS CDE from another CDE

I have two CDE desktop accounts on different server (called this CDE#1, CDE#2) on the same network. However, my current setup is connecting to the Solaris CDE#1,CDE#2 via Citrix. My plan is to connect to CD#1 and then somehow connect to CDE#2. How do I do this? I am just a regular user... (0 Replies)
Discussion started by: tthach830
0 Replies

3. UNIX Desktop Questions & Answers

How to migrate Solaris 10 CDE config to HP-UX CDE.

Hello, Do you guys by any chance know what is the best (if any ) way to move CDE configuration from a SOLARIS 10 machine to HP-UX? Just the config (actions, text files etc). Thanks in advance! (0 Replies)
Discussion started by: binary0x01
0 Replies

4. AIX

mounting cifs

Dear All, I mounted a windows share on AIX 5.3. with cifs. The write on it is much slower than from other windows clients. Could you help me with any tricks to speed the writing process? Thanks, Zoltán Patalenszki (0 Replies)
Discussion started by: zoltanp
0 Replies

5. AIX

cifs

Hi, I want to access windows folder from aix and viceversa. Is it possible to do that? I came to know we can do that from cifs but when tried to install cifs.base.cmd 3.2.1.0 cifs.base.lic 3.2.1.0 cifs.base.smit 3.2.1.0 cifs.basic.rte 3.2.1.0 cifs.client.rte 3.2.1.0 cifs.websm.apps 3.2.1.0... (4 Replies)
Discussion started by: vjm
4 Replies

6. OS X (Apple)

OS X - cifs - What's Up?

Can all you OS X xperts help me? OS X Leopard 10.5.6: mount -t cifs -o username=name,password=secret //server/share /mnt/dir Works from every linux box I have ever used. This does not work from the OS X terminal. Why? The gui/finder/go: cifs://server/share just works... command line... (2 Replies)
Discussion started by: cjohnsoia
2 Replies

7. HP-UX

mount with CIFS

hi everyone months ago i installed software on hp-ux box. So instead of going to the server room (which is far and cold :) ), I put the DVD in my windows xp box and mount it using CIFS, it was successful. Now I want to install another software on the same hp-ux box using the same windows... (3 Replies)
Discussion started by: neemoze
3 Replies

8. Shell Programming and Scripting

Cifs + 2 gb

Hi all, I am using script to take mysql database backup... its arrround 12 GB ...... I have used tar -a , cp -a and rsync -a to take backup on CIFS mounted drive but it fails to take backup more than 2 GB as well as not able to take backup with ownership,timestamps. Conf files... (3 Replies)
Discussion started by: jagnikam
3 Replies

9. Solaris

CDE Remote Login is not Working !!!

Hi , I have SunBlade 150 Workstation (Solaris 9), I installed the OS again then when I try to login to any server using ( Options > Remote Login > Enter Host Name) after I entered any host name nothing happened just white page for 2 or 3 mintues then the login screen reseted to the local... (4 Replies)
Discussion started by: adel8483
4 Replies

10. Solaris

different between soft reboot and hard reboot

Hi Guru's Can any want here could explain to me the different between soft reboot and hard reboot . Best Regards Seelan (3 Replies)
Discussion started by: seelan3
3 Replies
Login or Register to Ask a Question