Questions tagged [suse]

SUSE is a commercial Linux distribution. OpenSUSE is the open-source variant. SUSE Linux Enterprise Server(SLES) is the enterprise variant.

SUSE Linux is a computer operating system. It is built on top of the open source Linux kernel and is distributed with system and application software from other open source projects. The first version appeared in early 1994, making SUSE one of the oldest existing commercial distributions. It is known for its YaST configuration tool.

Official Site: https://www.suse.com/

519 questions
-1
votes
1 answer

NFS Unknown reason for rejecting rpc message

I see frequent rpc rejection messages from NFS server and slow NFS I/O. What could be a cause for RPC rejection and can it cause nfs failure ? nfsserver.nfs > nfsclient.itm-mcell-s: Flags [.], cksum 0xa3c6 (correct), seq 914857:916305, ack 710776,…
Sachin Sharma
  • 71
  • 1
  • 1
-1
votes
1 answer

Expect Script interaction

I have an expect script that I would like to use to check disk health on SuSE servers. The expect script will/would take the output of df -T|grep ext*|awk '{print $1}' to generate a list for ext2 or 3 type disk drives. I can then take that list…
-1
votes
2 answers

sed code works in 4.2.1 but not 4.1.5

I have the following sed code that works in RH6 and sed 4.2.1 >> echo "SUSE Linux Enterprise Server 11 ( x86_64 ) VERSION = 11 PATCHLEVEL = 2" | sed s/.*VERSION\ =\ // 11 PATCHLEVEL = 2 >> sed --version GNU sed version 4.2.1 but it fails at SUSE 11…
Joe C
  • 2,757
  • 2
  • 26
  • 46
-1
votes
2 answers

Thread dump in JBoss 5.1

We want to generate thread dump in JBoss 5.1.0. We are using SUSE Linux Enterprise Server 11 and Java 1.7. First we got JBoss process id and executed below mentioned command. jstack 16917 >> threaddump.log We are getting command not found message.
user2693302
  • 71
  • 1
  • 2
  • 13
-1
votes
1 answer

Access denied on folders for users though they have the rwx permission on SUSE Linux

I have a folder /PPI/production/PDF_plan/ on SLES 12 SP1 system. Please find the details below. SERVER1:~ # getfacl /PPI/production/PDF_plan/ getfacl: Removing leading '/' from absolute path names # file: PPI/production/PDF_plan/ # owner: ppi #…
Raneesh
  • 1
  • 2
-1
votes
1 answer

Unable to install Xvfb on Suse Linux

I am trying to run the selenium-webdriver using the python library on Suse 11.4 (64-bit) For it to run headlessly, it requires another python package "pyvirtualdisplay" to run. I have been able to install both perfectly. The problem now is that…
iceman
  • 41
  • 6
-1
votes
1 answer

How to install java on Suse?

I'm trying to install java (jre 1.8) on Linux Suse, I've downloaded the tar.gz file from oracle website and unzipped it. Now I have java on my machine but I can only run it like that: ./java -version java version "1.8.0_91" Java(TM) SE Runtime…
Shahar Hamuzim Rajuan
  • 5,610
  • 9
  • 53
  • 91
-1
votes
1 answer

How to check that IP addess is attched to which eth in Linux Machine?

Well I use SUSE11 Linux machine, Is there is a single cmd which gives the eth number to which my IP is attched to ? Ex: <1035 sne-70 [u2see] :/home/u2see/nginrun/log>**ifconfig -a | grep addr** eth0 Link encap:Ethernet HWaddr 00:25:9E:D4:7D:39…
Sunil Kumar
  • 367
  • 2
  • 5
  • 19
-1
votes
2 answers

How to change user password format in suse linux?

My suse linux systems stores user password in MD5 format in /etc/shadow file. I want to change it to sha512. Is there any command line tool available for that ?
BEPP
  • 875
  • 1
  • 12
  • 36
-1
votes
1 answer

How transfer file from pc to a virtual machine?

I have installed Vmware on my PC to create a virtual Linux OS, SUSE. Now, I want to transfer my file, from pc to virtual machine Suse. How can i do? I have to transfer over 10 Gb so it isn't suggested connecting to network. And, at the moment, I…
maurice
  • 19
  • 3
-1
votes
2 answers

Python 2.6 pxssh Password GUI spawned on login failure

Before I get into the details, I have already attempted the solution from this question with no success. I am trying to use the pxssh module within pexpect to SSH to a remote system and collect the uptime data. However, whenever I enter the…
Liesmith
  • 160
  • 1
  • 12
-1
votes
2 answers

How do I become root on a remote server until I am disconnected from that server?

So far I have this: sshpass -p "password" ssh -q username@192.168.167.654 " [ "$(whoami)" != "root" ] && exec sudo -- "$0" "$@" ; whoami ; [run some commands as root]" I keeps giving me username as answer from whoami. I want to be root as soon as I…
Redson
  • 2,098
  • 4
  • 25
  • 50
-1
votes
3 answers

How do I get the password from the su command?

I am copying files from a remote server to my local server. Here is the code that does this: ssh -q username@$192.168.162.156 "su -lc 'cp /copy/from /copy/it/here'" I am using this code segment in a for loop so it will prompt for a password for…
Redson
  • 2,098
  • 4
  • 25
  • 50
-1
votes
1 answer

Changing user to root when connected to a linux server and copying files

My script is coded in a way that doesn't allow you to connect to a server directly by root. This code basically copies files from a server to my computer and it works but I don't have access to many files because only root can access them. How can I…
Redson
  • 2,098
  • 4
  • 25
  • 50
-1
votes
1 answer

Error when changing MySQL syntax to Oracle syntax in SQL code in PHP

So I got this project to take a page that was previously using MySQL and now using Oracle. So I installed the oci8 PHP module and created a test page to make my changes on. This is a page I am updating and I am not an Oracle guy. I am a…
NerdyBird
  • 109
  • 1
  • 5
  • 11
1 2 3
34
35