Questions tagged [sles]

SuSE Linux Enterprise Server is the "professional" SuSE distribution. To get support and patches from the manufacturer (now Attachmate, previously Novell) you have to purchase a license.

  • SLES 9 SP4: Has EoLed in August 2010
  • SLES 10 SP4: Has XEN 3.2 built in (Dom0-Support)
  • SLES 11 SP2: Has XEN 4.1 built in, ha-stack has to be licensed separately, KVM also supported
313 questions
45
votes
1 answer

mount: unknown filesystem type 'linux_raid_member'

I have Suse Linux 12.1 and i am trying to mount a single RAID 1 disk, to explore the files in it. However when mounting it: # mount /dev/sdc1 /mnt/test mount: unknown filesystem type 'linux_raid_member' I started reading around and many…
user1092608
  • 749
  • 2
  • 7
  • 12
29
votes
3 answers

kill -9 a postgres process

A postgres SELECT query ran out of control on our DB server and started eating up tons of memory and swap until the server ran out of memory. I found the particular process via ps aux | grep postgres and ran kill -9 pid. This killed the process…
Banjer
  • 3,974
  • 12
  • 41
  • 47
23
votes
7 answers

How to configure vsftpd to allow root logins?

I'm on SLES 10.1, and trying to configure vsftpd to allow root logins. Does anyone know how to do this? So far, I have this: local_enable=YES chroot_local_user=NO userlist_enable=YES userlist_deny=NO userlist_file=/etc/vsftpd.users And I've added…
user8269
  • 231
  • 1
  • 2
  • 3
20
votes
2 answers

SSH: DH_GEX group out of range

We recently applied a vendor-supplied patch for OpenSSH. This patch disabled a few key exchange protocols in response to the recent Logjam attack. After applying this patch, we have a few vendors with which we have not been able to exchange files…
sbrown
  • 301
  • 1
  • 2
  • 4
10
votes
2 answers

Adding 60TB Storage to an SLES 10 Server

I have to add some archive\staging storage to an SLES 10 Server. The requirement is to present fairly large volumes (9-20TB each approx, 60TB or so in total) that will be used to store archive data (literally, this is for a library) comprising large…
Helvick
  • 20,019
  • 4
  • 38
  • 55
8
votes
4 answers

How to add a user without knowing the encrypted form of the password?

I use the following command to create a user in a linux machine: useradd -d /home/dummy -g idiots -m -p 12345689 dummy The user is created and the home directory as well. The problem is that I can not log-in to the system using this account since…
Jim
  • 335
  • 2
  • 4
  • 8
8
votes
8 answers

How to create an RPM for Suse

I need to install version 1.4 of Subversion on a Suse 10.1 (64 bit) box. I can't change either of these two versions and there isn't an RPM for this distro. After looking around I assume that I'll have to create an RPM myself. Is there a better way…
Manos Dilaverakis
  • 327
  • 3
  • 4
  • 9
7
votes
2 answers

iptables SSH connection logging

Is it possible to only write a log-entry when a connection is established ? I have tried: iptables -I OUTPUT -p tcp --dport 22 -j LOG --log-level notice --log-prefix "outgoing ssh connection" to log outgoing SSH connections but this logs every…
phenom135
  • 107
  • 1
  • 4
  • 13
6
votes
1 answer

Docker ports do not seem to be reachable from outside server

I am facing a weird situation with Docker in a SUSE Linux Enterprise Server 12 SP1. I am connected to the server using SSH. First, I tried to run a simple nginx server to test: docker run -d -p 8081:80 nginx:alpine --name nginxtest The container…
Pedro A
  • 163
  • 1
  • 1
  • 7
6
votes
2 answers

Novell Clustering Problem

I am trying to cluster 3 servers to then mount an NSS. I have all 3 configured and ready to roll. The only problem is none of them are apart of any cluster. When I run the: "cluster join" command I get the following: Joining... Now a member of…
lilott8
  • 496
  • 5
  • 14
5
votes
3 answers

how to change the startup order of linux init scripts in Redhat, Centos

From this changing How to change Linux services startup/boot order? changing the values of the symbolic links it is evident that startup order is changed. In debian derivatives we use update-rc.d apache2 defaults 20 80 Do we have similar…
forum.test17
  • 181
  • 1
  • 1
  • 8
5
votes
3 answers

ext3/ext4 physical block size view

I'm using a suse 11 server with xfs and using "xfs_info /srv" command i seen this. xfs_info /srv/ meta-data=/dev/mapper/vg01-srvvol isize=256 agcount=38, agsize=1964032 blks = sectsz=512 attr=2 data = …
c4f4t0r
  • 5,301
  • 3
  • 31
  • 42
5
votes
3 answers

LVM: "Couldn't find device with uuid" yet blkid finds the UUID

I have a SLES 11.2 PPC (3.0.58-0.6.6-ppc64) system that lost track of its volume group (containing LVs with data that is not critical but would be rather nice to get back). The disks are connected via two fibre paths from a SAN. The problem started…
Chris
  • 73
  • 1
  • 1
  • 7
5
votes
3 answers

Replacing a Hard Disk with a clone fails

I just cloned a disk (A) using dd into the same kind of disk (B): dd if=/dev/sda of=/dev/sdb Now, I want to boot the server with new disk (B) instead of old (A). But i getting an error during start: ............................Could not find…
Zhen
  • 2,159
  • 4
  • 19
  • 31
5
votes
5 answers

How similar is Ubuntu to SUSE Enterprise

I have a question for SysAdmins who know many flavors of Linux. I need to be familiar with SUSE Enterprise for a job, but I currently have no access to the enterprise edition. I also would prefer to learn Ubuntu. So how similar is ubuntu to SUSE…
sameold
  • 993
  • 3
  • 11
  • 20
1
2 3
20 21