YaST no longer works on SLES 10

 
Thread Tools Search this Thread
Operating Systems Linux SuSE YaST no longer works on SLES 10
# 1  
Old 11-21-2007
YaST no longer works on SLES 10

YaST no longer works on one of our SUSE Linux Enterprise Server 10, When I issue “Yast” I get the following error messages
"warning: the ncurses frontend is installed but does not work"
"You need to install yast2-ncurses to use the YaST2 text mode interface"
Can you help? please
# 2  
Old 11-22-2007
I believe the problem is in the followin piece of code :
Code:
-# use text mode if DISPLAY is not set or no qt plugin is installed
-if [ -z "$DISPLAY" ] || ! check_qt ; then
+if [ "$SELECTED_GUI" = "ncurses" ]; then
if check_ncurses ; then
TTY=`/usr/bin/tty`
# on console, start yast in UTF-8 locale (only on a 'local' console)
@@ -186,10 +217,11 @@
/usr/bin/test -x /bin/unicode_stop && /bin/unicode_stop
fi
else
- echo "You need to install yast2-ncurses to use the YaST2 text mode interface"
+ echo "You need to install yast2-ncurses to use the YaST2 text mode interface" >&2
exit 1
fi

This link may be a solution for you.
# 3  
Old 04-24-2009
Sorry, this is a very old topic, but I had this same issue today with the same errors and had a hard time finding a resolution.

I ended up running "ldconfig -v" and this fixed it for me. Somewhere in the library stack something probably got messed up on your box. By running "ldconfig -v", it rebuilds those stacks and, for me, fixed yast.

Here's the URL where I found the info:
YaST no longer works on SLES 10 - FixUnix - Unix Linux Forum
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. SuSE

'createrepo' not found on SLES 10.3

Hello All, I'm trying to configure a SLES 10.3 machine as our Zypper server. I created the zypper directories with all the RPMs, made the directory structure accessible over HTTP but I'm stuck at the final stage: createrepo. Looks like 'createrepo' is not present on this version :confused: ... (3 Replies)
Discussion started by: satish51392111
3 Replies

2. SuSE

SLES 9 vs SLES 11 hard drive cache read timings are diffrent

Can anyone give me a little clue on why the hard drive cache read timings on sles 9 is better then sles 11? The same hardware was used in both test. I even deleted the ata_generic module from initrd. The speed difference is 10MB vs 5 MB Thanks (1 Reply)
Discussion started by: 3junior
1 Replies

3. Solaris

Graphical program no longer works after Solaris 10 upgrade

This is a fairly complex issue. I do not have a lot of knowledge on X11. But here are the things. I am running a program called Synergy off a Solaris server. The server sits in a remote network and can be accessed via NAT. Using Putty, I will enable X11 forwarding and launch Synergy via Putty.... (0 Replies)
Discussion started by: Leion
0 Replies

4. SuSE

configure vnc sles 11

Is there any doc/procedure to set up VNC on SLES 11 to connect from windows clients?? (1 Reply)
Discussion started by: s_linux
1 Replies

5. Linux

installing phpmyadmin with yast

Hi, I'm install LAMP on a OpenSUSE 11.1 box for the first time. I can get all the packages to work/install apart from phpMyAdmin. When I try to install that I get the below. From command line; yast2 –i phpMyAdmin This opens 'Starting the software manager' and goes through downloading... (1 Reply)
Discussion started by: woofie
1 Replies

6. UNIX for Dummies Questions & Answers

Change IP permanently without Yast?

Folks; i have a SUSE 10 box and i need to change the IP/GW & Netmask on it but without Yast tool. Which files/services needed to be edited or restarted to make it happen? Thanks in advance (1 Reply)
Discussion started by: Katkota
1 Replies

7. UNIX for Advanced & Expert Users

How to detect OS is SLES 10 or not

Hi, I would like to programmatically find if given OS is SLES 10 / RHEL 3/.RHEL 4/RHEL5 etc .. For this do we have any library call/sys call? Or should we use any sys. structure which would give me detailed info. Share me if you have any pointers. Thanks in advance - Krishna (1 Reply)
Discussion started by: krishnamurthig
1 Replies

8. Forum Support Area for Unregistered Users & Account Problems

My account no longer works

Hello. This is me: https://www.unix.com/unix-dummies-questions-answers/57594-possible-give-sudo-access-subdirectories.html#post302176910 LordJezo Been posting for years. Now my account wont work and every attempt to reset my password is not working. My email address should be :... (0 Replies)
Discussion started by: (Lord Jezo)
0 Replies

9. UNIX for Dummies Questions & Answers

running yast

At the end of the installation of my video card driver's, there is this note on the isntruction from intel 1. Run SuSE's own configurator called 'YAST' under System from SuSE application broswer menu a. Select the 'Hardware' icon b. Select the 'Graphics Card and Monitor' icon c. Select... (3 Replies)
Discussion started by: cherupop
3 Replies
Login or Register to Ask a Question