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
0
votes
1 answer

Malloc/free algorithm in Suse

Which implementation of malloc/free is used in a specific Linux distribution (in my case Suse 9 and Suse 10) ? Has it change between both versions ? Is it the same algorithm for 32 bits and 64 bits versions ?
cedrou
  • 2,780
  • 1
  • 18
  • 23
0
votes
1 answer

install oci8_11g extension in opensuse

I am using Oracle-11g as database server and suse 11 64bits server as an application server. I want to enable oci8 and oci8_11g extension in PHP so can any one tell me the steps for this Thankyou
Nisarg
  • 3,024
  • 5
  • 32
  • 54
0
votes
1 answer

Mailx with uuencode not sending multiple attachments with a proper email body on Suse Linux

This particular piece of code below worked correctly on AIX ( echo "mailbody"; uuencode a.txt 'arenamed.txt'; uuencode ab.txt 'abrenamed.txt'; uuencode abc.txt 'abcrenamed.txt'; uuencode abcd.txt 'abcdrenamed.txt'; ) | mailx -s "$subject"…
Prasoon
  • 425
  • 1
  • 6
  • 18
0
votes
1 answer

auto reboot SLES11 SP1 as a VM

I have a SLES11 SP1 (64bit) Linux installed as a VM with VMWare Player. I was trying to configure this Linux host for auto reboot after panic. For that, I added "kernel.panic=10" to /etc/sysctl.conf. After reboot, when the host panic'ed, it did not…
Smash
  • 839
  • 1
  • 9
  • 10
0
votes
1 answer

Browse to IP/WebApp using apache

I have the current setup OpenSuSE 12.1 Apache 2.2 Please note I am not a web developer or web admin at all. I have installed redmine to test and have everything up and running. I can browse to redmine on the local machine and over the network…
Neill
  • 711
  • 2
  • 13
  • 32
0
votes
1 answer

Path of glassfish 3.1.1

I searched google for an answer for this question but I haven't got the exact answer. I want to install glassfish in Suse linux server. I downloaded glassfish3.sh from oracle but when I run that script, the folder where glassfish is installed is…
Jos3k4
  • 381
  • 1
  • 4
  • 4
0
votes
0 answers

php5-curl installed, but not being used by php on suse

I just installed cURL for PHP on SUSE, my phpinfo() shows that curl.ini is being loaded, but I am still getting php errors for example: Fatal error: Call to undefined function curl_init() My phpinfo() is being loaded here:…
Ron
  • 513
  • 1
  • 4
  • 22
0
votes
1 answer

htaccess is not being recognized on ec2 suse instance web server

Alright here's the deal: my .htaccess file is not working at all My server setup is SuSE on an Amazon EC2 Instance - Apache is setup, mod_rewrite is loaded and enabled - In my http.conf I have: Options None AllowOverride All …
Ron
  • 513
  • 1
  • 4
  • 22
0
votes
1 answer

OpenSUSE Apache - Windows LDAP - group user authentication - Mercurial

OS: OpenSUSE Linux Version control: Mercurial Hg Web Front: Apache2.2 I'm able to click browse http : // servername : port/ hg As soon as I click on it, it prompts me for Windows AD directory credentials. Now, I have the following repositories in…
AKS
  • 16,482
  • 43
  • 166
  • 258
0
votes
2 answers

Using script to automatically start program when the system boot up (linux, shell)

Here is the situation, I'm planning to use a simple script to start a program call "STAF", when the Suse system is fully booted. I have achieved this by putting it in the "/etc/init.d/", but this script is basically executed at the background, which…
Daniyal
  • 17
  • 1
  • 4
0
votes
2 answers

xterm on sles 11.2

I am trying to get xterm to work on sles 11.2. I did it recently on 10.3 and it was really simple but nothing works on 11.2. On 10.3 I installed xterm on the server and ran xming for windows on my local PC. Then from a putty went to SSH > X11 >…
Boardy
  • 35,417
  • 104
  • 256
  • 447
0
votes
3 answers

PHP file upload issue on SUSE

I'm having a weird problem with file uploads with Apache/PHP 5.3 on a SLES 11 SP2 When I try to upload a file PHP only pick up the files original name ($_FILES['name']), and not all the other vars I need. I have checked and double cheched my php.ini…
Shabbir
  • 11
  • 3
0
votes
2 answers

What is the Maximum Java Heap Space for SuSE Linux

This question is related to Java Refuses To Start - Could Not Resrve Enough Space for Object Heap and should be easy enough to figure out. However; my searches haven't yielded anything useful. Essentially we have 2 32 bit OS's (RedHat & SuSE) on…
Randyaa
  • 2,935
  • 4
  • 36
  • 49
0
votes
1 answer

setup apache as a service on linux

I have installed apache and am currently using it in /app/apache2 path. I want to have it run as a "service" on SUSE linux so that it starts up with the box. What's the best way to do this, preferably without having to change my internal…
Rocky Pulley
  • 22,531
  • 20
  • 68
  • 106
0
votes
1 answer

How does rc-prefix work in SuSE?

SuSE version is SuSE10 SP2 If I want to manage some service, for example, named, I have several choices. choice 1. /etc/init.d/named status choice 2. service named status choice 3. rcnamed status These 3 commands have the exactly same return. I…
siikee
  • 63
  • 9