openSUSE is a general purpose operating system built on top of the Linux kernel, developed by the community-supported openSUSE Project and sponsored by SUSE.
21
votes
4answers
40k views
How to see top processes by actual memory usage
I have a server with 12G of memory. A fragment of top is shown below:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND ...
8
votes
8answers
450 views
Should I start distributing my systems as Wine ready?
I have tested all my systems developed in Delphi (in Windows XP) on Wine (OpenSuse Linux) and they work perfectly. My question is: should I start distributing my systems (on a local basis that I can ...
5
votes
6answers
2k views
32/64 bit eclipse
On 64-bit openSUSE Linux, can a 32-bit eclipse running with 32-bit JVM compile code for a 64-bit system?
Is this setup possible? (Installing and running eclipse/java 32-bit on a 64-bit system)
5
votes
4answers
227 views
Identifying If the OS is (Open)SUSE in Python?
I'm developing a script that needs the package managers of a System. I've identified Fedora, Gentoo, and Arch Linux using the os.uname() function.
However, the (open)SUSE uname results is the same as ...
5
votes
1answer
628 views
How to define ESC char in git?
I want to use coloring in git output, e.g.:
git log --decorate --color
When I issue this command I get output looking like ESC[1;32m where ESC is in reversed color.
This looks to me as a valid ...
5
votes
1answer
737 views
Java application throws `Gtk-WARNING **: cannot open display:` even when xserver is not required
I have a Java application that uses WebRenderer for a java headless browser. WebRenderer does not require xserver to run and I have confirmed this by uninstalling all x11 libs and xserver components.
...
4
votes
3answers
1k views
What's causing this QT 4.7.3 error?
I have a program which compiles just fine in OpenSuse 11.2 with QT version 4.5. However, when I compiled the same program using OpenSuse 11.4 with QT 4.7.3, I'm getting this error message:
"This ...
4
votes
2answers
325 views
Lib directory on 64-bit OpenSuse distribution
A project I'm working on uses a non-standard distribution system, which internally downloads and compiles the dependency libraries. This crock launches, for each library, the configure script giving ...
4
votes
1answer
753 views
Qt : Unable to load TTF file
I have a Qt-embedded application that I develop in OpenSuse 11.4 where I need to load a TTF font file. However when I call int QFontDatabase::addApplicationFont() function, it's returning -1.
Upon ...
4
votes
2answers
1k views
How to connect to mysql localhost on opensuse?
first the details of the configuration:
openSUSE 11.3 with Parallels Plesk Panel 10 (64-bit) Server
MySQL installed and running (no "skip-networking")
java 1.6.0_24 (Java HotSpot(TM) 64-Bit Server ...
3
votes
8answers
551 views
Distributing a program in linux without the source
I want to be able to distribute a program in Linux without distributing the source with it. The current solution is distributing a tar.gz with a precompiled binary. What is the easiest way to have ...
3
votes
3answers
7k views
“.android” folder and “debug.keystore” file missing
am using Linux opensuse, eclipse helios package
i have to import google maps in my application for which i need an API key, so in order to get the api key i need to get the MD5 sum value which has to ...
3
votes
3answers
2k views
Install RMagick on openSUSE 11.3 - gem failed to build its extension
I have RVM installed on openSUSE 11.3. My preferred Ruby version is MRI 1.9.2p136.
I tried to install RMagick gem and got the following output:
Building native extensions. This could take a while... ...
3
votes
5answers
3k views
How to change the Monitor brightness on Linux?
How do I programmatically change the monitor brightness on Linux?
I'm using SLES 11.
3
votes
1answer
192 views
Mono WCF InstanceContextMode not working
I have a service that looks like this:
[ServiceContract(SessionMode = SessionMode.Required)]
public interface ILabListener
{
[OperationContract]
byte[] GetChallenge();
...
...
...
3
votes
1answer
277 views
Order of the [BITS 16] and [ORG 0x0000] directives
I am beginning some experimentation in writing a kernel and having fun doing it. I have the basic boot-loader done and the following directives:
[BITS 16]
[ORG 0x0000]
In the kernel tutorial, ...
3
votes
2answers
1k views
Problem with bootstrap loader and kernel
We are working on a project to learn how to write a kernel and learn the ins and outs. We have a bootstrap loader written and it appears to work. However we are having a problem with the kernel ...
3
votes
1answer
2k views
How do I upgrade PHP 5.1 to 5.2 on SUSE 10.1 using the yast command line only?
How do I upgrade PHP 5.1 to 5.2 from the SUSE 10.1 command line? Is there a package manager command to do it automatically?
Actually I need JSON support to use the JavaScript-RTE and believe it's in ...
3
votes
1answer
152 views
GIT HTTPS connection issue
I searched around on stackoverflow and I haven't found anything that exactly answers this question so I wanted to ask it here and provide as much detail as possible about my problem.
I just installed ...
3
votes
1answer
176 views
Why am I getting a high address when I use kmalloc with GFP_DMA in Linux?
I am writing a device driver for a DMA device in Linux. In Linux Device Drivers, Chapter 15, it says:
For devices with this kind of limitation, memory should be allocated
from the DMA zone by ...
2
votes
3answers
5k views
Where is .bashrc or .bash_profile on OpenSuse linux?
I'm trying to install rvm, and it wants me to edit my .bashrc or .bash_profile files to include rvm... But I can't FIND these files anywhere. A quick google search shows that they might not exist ...
2
votes
2answers
60 views
PHP : Why strtotime conversion give different values​​ and only limited to a particular date?
I have two web servers with different operating system.
SERVER 1 run in Centos 5 with LAMP Server. PHP Version 5.3.21
SERVER 2 run in openSUSE 11.3 with LAMP Server. PHP Version 5.3.5
Both PHP ...
2
votes
2answers
491 views
Postgresql 8.3 version needed for OpenSUSE
I have installed OpenSUSE 12.1 installed on machine.
and i have postgresql-contrib-8.3.11-0.1.i586.rpm,postgresql-devel-8.3.11-0.1.i586.rpm, ...
2
votes
5answers
55 views
How can I move a file to an argument path?
Say I had the following code,
mkdir $1
# Output that the folder was created and the name
echo "The folder was created and name is: `echo $1`"
touch $2
# Output that the file was created and the name
...
2
votes
1answer
355 views
Cassandra not using native methods
I want cassandra to make use of native methods.
I installed jna as follows:
#install JNA
zypper install --no-confirm jna
#create a link to it for cassandra
ln -s /usr/share/java/jna.jar ...
2
votes
1answer
164 views
Writing portable RPM spec files
I started creating RPM packages for our software, but I am not confident that I am using the system as intended. I would like to create an RPM spec / source package, that I can build on different RPM ...
2
votes
3answers
1k views
problem installing CakePHP on Linux
I have downloaded the CakePHP from it's site then I copied the files in srv/www/htdocs
renamed the folder to first_app
Here is the output(error and warnings that shows me):
Release Notes for CakePHP ...
2
votes
1answer
1k views
How to create a .desktop file application launcher on Linux?
I've developed an application in Qt which uses a launch script, myapp.sh. I've created a .desktop file which launches this script, and set:
Command: $PWD/myapp.sh
Work path: $PWD
However, $PWD ...
2
votes
3answers
2k views
ether_ntoa pointers cast problem
I am trying to print the MAC address by using ether_ntoa. When i try to do
printf("MAC (src): %s\n",ether_ntoa((struct ether_addr *)&eheader->ether_shost));
I get a segmentation fault, so I ...
2
votes
2answers
247 views
Application crashes, but no core dump generated
I have an issue where my application keeps on dumping core after few day/weeks, but unfortunately, generates no core dump.
We tried to set ulimit -c unlimited with no success, so we incorporated ...
2
votes
1answer
257 views
Potential reasons dlopen could segfault?
What are some of the reasons dlopen could segfault besides the shared object not existing?
In my case, I know the shared object exists, but when my program goes to load it using dlopen, it ...
2
votes
1answer
813 views
WinForms/Console application on Mono, how to know it runs as root
As we can execute such executables in two ways, such as "sudo mono test.exe", and "mono test.exe".
Now I want to know how to detect whether this application is running as root inside the application ...
2
votes
2answers
103 views
error in java code for accessing files with swedish characters on linux
I have written the following java code in unix to access a file having Swedish characters in its file name.
System.out.println(System.getProperty("file.encoding"));
...
2
votes
0answers
101 views
Modal dialogs stay on the back of other windows on Opensuse
In my application, there are dialog screens written by java SWT. When a modal dialog (warning/error/file dialog etc.) is opened, it can not stay on top of the parent screen after clicking the parent ...
2
votes
1answer
484 views
How to tell ld where to find libc
So I created a static library with some basic assistance functions in C++ today. I built it with Clang 3.2 (SVN snapshot). However when I try to run a test program that links to it (prog.cpp), I get ...
2
votes
0answers
101 views
How can I tell kmalloc to use big (>2M) pages?
I am writing a device driver to allocate a large buffer for DMA. My system is using (or so I believe) 4k pages, and I want it to use larger pages, i.e. at least 2M pages.
How can I:
enable large ...
2
votes
2answers
1k views
Installing PDO_OCI on OpenSuse 11.4 64bit
I tried many tutorials on how to install PDO_OCI on my openSuse 11.4 64bit machine and I couldn't get it to work.
What I do is:
wget http://pecl.php.net/get/PDO_OCI
tar -xzvf PDO_OCI-1.0.tgz
cd ...
2
votes
1answer
1k views
How to upgrade mono on openSuse
I have a virtual machine running of openSuse 11.2 that has mono 2.6.4, I use this VM as a test server to test asp.net applications under Apache mod_mono.
I wanted to upgrade (in the same virtual ...
1
vote
3answers
2k views
how to get rid of - “warning: converting to non-pointer type 'char' from NULL”?
I have this block of code:
int myFunc( std::string &value )
{
char buffer[fileSize];
....
buffer[bytesRead] = NULL;
value = buffer;
return 0;
}
The line - buffer[bytes] = ...
1
vote
4answers
373 views
Why wouldn't `new int[x]{}` be valid?
In MonoDevelop I have the following code which compiles:
int[] row = new int[indices.Count]{};
However, at run-time, I get:
Matrix.cs(53,53): Error CS0150: A
constant value is expected ...
1
vote
3answers
245 views
Python 2.7 print() error
I have a strange error using sep, file, (etc.) arguments of python's print() function.
I tried to google it out, dag around stackoverflow, and read python's documentation but I came up with nothing.
I ...
1
vote
1answer
483 views
Unable to install perl modules opensuse 12.2
I have been trying to install several perl modules on my brand new Opensuse installation, but to no avail. I have tried to install them both via CPAN, PPM and manually but keep incurring in the same ...
1
vote
1answer
1k views
java.security.ProviderException: Could not initialize NSS
I'm receiving the error "Could not initialize NSS" in my java application when sending an HTTPS Request. Unfortunally I do not have the complete stack trace of the exception in my log, but from what I ...
1
vote
2answers
1k views
1
vote
2answers
82 views
Different environment when running sudo as root?
I'm trying to install the Xeon Phi coprocessor. The specific behavior is probably related to the tools involved - my question is of a more general nature.
When I execute a command as root, I get a ...
1
vote
1answer
271 views
C++ building pixel data from 8-bit bitmap and getting access to bmiColor table information
I'm a n00b who's been looking at this problem for the past few days and I'm just plain stuck. I'm working in OpenSuse Linux trying to interpret Windows bitmap images for display using the Cairo ...
1
vote
1answer
415 views
How to build X11 (X Window System) For ARM
How can I build X11 (X Window System) for ARM CPU in Open-SUSE?
I used cross-arm-linux-gnueabi-gcc for build kernel
1
vote
1answer
736 views
Sample program for “openSuse and openGL” environment
I have written a sample code like this in OpenSuse 11.3 (a very new installation) for openGL (installed all the libs that came up in search for openGL from the Software Manager of Yast2).
**File: ...
1
vote
2answers
1k views
no debugging data in vmlinux
I'm trying to analyze a Linux kernel panic on openSUSE 11.3 using kdump and the crash utility. The system is successfully creating the vmcore file, but when I go to analyze it, crash complains about ...
1
vote
2answers
124 views
Couldn't make breakpoint in gdb
I use openSUSE as my OS,and gdb 7.5. I want to debug my programs with gdb, with breakpoints. But when I make a breakpoint, and then run my program, gdb informs me as follows :
Error in re-setting ...