Sponsored Content
Top Forums UNIX for Beginners Questions & Answers LENOVO ThinkPad T580 is crashing on Ubuntu 18.04 Post 303041065 by hicksd8 on Wednesday 13th of November 2019 10:55:10 AM
Old 11-13-2019
Even if you are not allowed to use Ubuntu 16.04 LTS in anger, I would still be inclined to try it in 'live' mode (booted from CD/DVD) and see if it works reliably. 16.04 is certified for use on the Lenovo T580 whereas 18.04 is not. If 16.04 will run without hanging that tells you something. you won't need to install 16.04 to do this test because it will run from the booted CD/DVD.

Last edited by hicksd8; 11-14-2019 at 08:38 AM..
 

9 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

Help needed to configure GUI with Slackware 7 on an IBM Thinkpad Laptop

I am using Slackware 7 on my IBM Thinkpad. I am unable to configure it to display a graphical environment. Typing startx usually generates a few errors. The system, however, does boot into the shell environment without any issues or problems. I have been able to setup Slackware 7 successfully... (2 Replies)
Discussion started by: adrienb
2 Replies

2. UNIX for Dummies Questions & Answers

Thinkpad 390X Fn

I have in my possession an IBM Thinkpad 390X. I havebeen using word and lately a function delaing with the Fn button have created problems. It acts as if Fn is depressed though it is not. When I depress Fn I can type normally, the keys it affects are J,K,L,:,U,I,O,P,M,<,>,? Does anyone know how to... (0 Replies)
Discussion started by: Word
0 Replies

3. Ubuntu

Kubuntu on (certain) Lenovo laptops not possible - reasons?

Hi. I've used the Wubi install of Ubuntu and Kubuntu on my Windows XP machine for close to half a year now. My brother has let me know of a program where he works by which they're getting rid of (with support negated) several Lenovo laptops, on which, he also informs me, the K 'flavor' of Ubuntu... (1 Reply)
Discussion started by: SilversleevesX
1 Replies

4. Ubuntu

Ubuntu Lenovo Thinkpad E520-1143 Laptop

Is it possible to install Ubuntu 11.04 or Ubuntu 11.10 in Lenovo Thinkpad E520-1143 Now it Powerd By windowd Xp Professional is it possible to install Ubuntu in it and supports all drivers for ma laptop such as VGA driver Sound,Wireless,Lan , fingerprint,camera pls reply r is it possible to... (0 Replies)
Discussion started by: babinlonston
0 Replies

5. Solaris

Installation of Solaris 10 on Thinkpad

Hi Folks! I use Solaris 10 on my desktop but would like to start using it on my laptop, which is a Thinkpad T400. I am moderately experienced in using Solaris but don't have much experience in installing it on anything other than my desktop. It seems I've managed to get it installed on the... (0 Replies)
Discussion started by: Salinger
0 Replies

6. UNIX for Dummies Questions & Answers

How to type ^ (caret) on Lenovo laptop?

Hi how to type " ^ " symbol in unix .. i am using a lenovo laptop ^ matches start of line (2 Replies)
Discussion started by: manjiri sawant
2 Replies

7. Red Hat

Need to configure my laptop Thinkpad - T430 as wifi hotspot

Hi All, I have a Thinkpad - T430, which is having the wireless card as "03:00.0 Network controller: Intel Corporation Centrino Advanced-N 6205". This one i need to configure as wifi hotspot. which i believe need to configure hostapd.conf, this kind of configuration is new to me anybody done... (1 Reply)
Discussion started by: linux.amrit
1 Replies

8. Solaris

Solaris flicker on lenovo laptop x230

hi I installled Solaris 11.3 on my Lenovo X230 with Intel HD Graphics 4000, trouble is the graphic driver doesn't play well with 11.3, on the right of the screen, it blinking/flashing/shifting and no colour (grey; see pic below). I try to reduce resolution to 1024*768, I can't reduce the... (8 Replies)
Discussion started by: van12
8 Replies

9. AIX

Lenovo v3700 v2 direct connect to AIX

i have directly connect AIX pwer 7 to lenovo v3700 v2 without San through fiber card. but i cannot see the WWPN to add AIX as host in management console. (10 Replies)
Discussion started by: khalid khanAIB
10 Replies
clu_is_member(3)					     Library Functions Manual						  clu_is_member(3)

NAME
clu_is_member, clu_is_ready - Determine whether the local system is currently a cluster member or has been configured to be a cluster mem- ber LIBRARY
Standard C Library (libc.so, libc.a) SYNOPSIS
#include <sys/clu.h> boolean_t clu_is_member (); boolean_t clu_is_ready (); DESCRIPTION
The clu_is_member function determines whether the local system is currently a cluster member (that is, the TruCluster Server software has been installed and configured, the system has booted a clusterized kernel, and the connection manager has allowed the system to join the cluster membership). The clu_is_ready function determines whether the local system has been configured to run in a cluster (that is, the TruCluster Server soft- ware has been installed and configured, and the system has booted a clusterized kernel). The clu_is_ready function is most useful to code that runs in the boot path before the connection manager establishes the cluster membership. RETURN VALUES
Upon completion, the clu_is_member function returns TRUE if the local system is currently a cluster member, FALSE otherwise. Upon completion, the clu_is_ready function returns TRUE if the local system has booted from a clusterized kernel, FALSE otherwise. RELATED INFORMATION
Functions: versw(3), clu_get_info(3) Commands: versw(8) delim off clu_is_member(3)
All times are GMT -4. The time now is 08:57 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy