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.
0
votes
2answers
137 views
libgomp missing: install c++ compiler in home directory?
I am working on a machine with
Linux version 2.6.16.46-0.12-smp (geeko@buildhost) (gcc version 4.1.2 20070115 (prerelease) (SUSE Linux)) #1 SMP Thu May 17 14:00:09 UTC 2007
and I don't have root ...
-1
votes
1answer
166 views
how to fix opensuse GUI on VNC display?
our server has opensuse 12.1, whenever I try to access through VNC viewer the GUI of opensuse is appearing raw. I guess its the problem with X11 or X-windows. how do I fix this to get a better GUI for ...
0
votes
0answers
234 views
OpenSuSe yum repository [closed]
I am using openSuSe version 12.1 (x86_64) and I would like to use yum to manage package installation. I installed yum (version 3.2.25) on my machine, though yum does not operate correctly. Probably it ...
2
votes
0answers
103 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 ...
0
votes
1answer
289 views
setting up cakephp on opensuse
I am pretty new to linux and trying to setup cakephp on opensuse 12.1. I did as told on the cakephp website(blog tutorial) and most probably encountering some permission issues. I slapped the cakephp ...
0
votes
0answers
111 views
openSUSE-12.1-DVD-i586 does not boot [closed]
I've downloaded the "openSUSE-12.1-DVD-i586.iso" and burned it to an DVD. When I boot it with my laptop, a "Compaq 2510p", I get the menu, then I choose "installation". Then it loads the kernel to ...
0
votes
0answers
134 views
opensuse 12.1 integrate Zend debugger but apache crashed
all, i am using opensuse 12.1, and i use sudo zypper in apache2 apache-mod_php5 to install apache2, but after installation, i download zend debugger, my php version is 5.3.8 and i put ...
5
votes
4answers
229 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 ...
0
votes
1answer
4k views
How to install/update gcc-4.6 on openSUSE 11.2 (x86_64)?
I met an err when I installed JikesRVM, that is,
skipping incompatible /usr/lib64/gcc/x86_64-suse-linux/4.4/libstdc++.so when searching for -lstdc++
So I am trying to install/update it to a later ...
0
votes
2answers
433 views
set title of java application opensuse
When running a Java Swing application in Opensuse, the name of the main class (com-simontuffs-onejar-Boot) appears at the top of the screen. How do I set that to be the title I want?
Version info:
...
0
votes
4answers
224 views
Currently running applications in Linux
I'm working on a project similar to what we call system monitor in Linux. I'm using opensuse 11.4 gnome. I was wondering if there's any command (Except ps) that lists all currently running ...
0
votes
0answers
99 views
C - Memory allocation under openSuse
I am coming to you with a problem that drives me crazy. I am writing this packet bouncer in C. It works perfectly fine under Ubuntu but a very weird thing happens with openSuse. In a part of the code ...
2
votes
2answers
496 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, ...
1
vote
1answer
117 views
Automatically restart PC on cold boot
We have a PC that has a high speed data card in the PCIEx16 slot but the card will only work during a warm boot. It appears the device does not get allocated resources on cold boot, presumably ...
-2
votes
1answer
677 views
ssh-agent isn't running after system boot (Suse 12.1, KDE)
when I call ssh-add I get the following error message:
Could not open a connection to your authentication agent.
It looks like ssh-agent isn't running. I don't want to run it manually. I would ...
0
votes
3answers
216 views
Build a linux module without source code
I just wonder, whether it is possible to build/ to insert a module without the source code. Say I have downloaded an openSuse operating system, and the kernel source code did not come with it. How can ...
1
vote
1answer
86 views
How to set or install jai plugin on SUSE(Linux)?
I m fresher and making Desktop APP in netbeans platform in Java SE using SWING technology for Windows, Linux, and MAC OS.In this App we use JAI Library,i made App in widows and then want to run on MAC ...
0
votes
1answer
568 views
Gcc can't find wine libs
When compiling LMMS I get these errors:
/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../x86_64-suse-linux/bin/ld: cannot find -lshell32
...
0
votes
1answer
242 views
how to install and configure gitweb in opensuse?
when i run "zypper install gitweb" , it returns :
Loading repository data...
Reading installed packages...
'gitweb' not found in package names. Trying capabilities.
No provider of 'gitweb' found.
...
0
votes
0answers
347 views
Not a git repository when i config my gitweb in opensusu
I'm trying to make gitweb works in opensuse. After I've configured some conf files. It still not work .It raises me some error info :
[Thu Apr 19 05:13:16 2012] [error] [client 10.239.197.169] ...
1
vote
0answers
97 views
Constructing multi-arch rpm packages with Open Build Service
I have the following questions about building and constructing RPM packages correctly:
Where could I find some deep explanations about using baselibs.conf file in RPM packages?
I've found these ...
1
vote
1answer
149 views
Contract was not found in the implemented contracts in this service host
I'm getting the error mentioned in the title and not sure what exactly I may be doing wrong. I'm running Mono 2.10.6 on openSUSE. The issue only happens when I try to browse to the WCF service (web ...
0
votes
1answer
161 views
linux libpcap programming
A same program can be run successfully on Opensuse 12.1 (x64)
While can't be run on Fedora 16 (x64)
on Fedora 16 , it displayed "Err calling pcap_compile"
I don't know what difference between these ...
0
votes
1answer
1k views
opensuse 12.1 64bit - Android - error while loading shared libraries: libz.so.1
I just installed eclipse, the android sdk and jdk on a fresh installation of opensuse 12.1, but by the time i create a new project i am getting the following error in the console:
[2012-04-05 ...
1
vote
2answers
161 views
Licensing: Selling proprietary software bundled in a Linux Distro? [closed]
I'm writing some proprietary PHP software that runs as a web application, and I want to offer customers the opportunity to download a custom openSUSE image (created with SUSE Studio) containing my ...
1
vote
1answer
769 views
How to generate OpenStack compatible images?
i have a two node OpenStack Diablo Cluster up and running. I tried to get the small tty-Linux Image running and it worked without problems.
In my naivity i now tried to get my own OpenSuse images ...
0
votes
0answers
353 views
JVM signal 11 caused by error in libc.so.6
My Swing Java application is triggering a SIGNAL 11 in libc.so.6.
Excerpts from the various hs_err_*.log generated:
An unexpected exception has been detected in native code outside the VM.
...
0
votes
1answer
77 views
On OpenSuSE (or linux in general) where should a non-service startup script go?
On an OpenSuSE linux machine, I want to run a script when the machine is booted. As the script does not start a service, is /etc/rc.d the correct place for the script?
Thanks.
0
votes
2answers
201 views
How can I list all files in a Linux directory that holds basic commands and shells used by root and other users using a full path?
I know I'll be using the command ls but I don't know what holds the basic commands and shells used by root and other users using the full path.
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
...
0
votes
2answers
42 views
Whats wrong with my code and why dosen't it replace eplace “EVERY INSTANCE” of the capital letter G with Gb,
My code:
df -h | sed 's/G/Gb/' >> $2
The output:
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 29Gb 5.5G 22G 21% /
devtmpfs 757M 196K ...
-1
votes
1answer
212 views
Make [GNU-Make gcc or what ever] on OpenSuse 12.1 - how to accomplish
good dear fello Perl-Programmers, hope you are all right!
l...there are a lot of problems here: how do i install the module Mechanize::Firefox on OpenSuse 12.1
It seems that bunch of dependencies ...
0
votes
1answer
21 views
package diff tracking in opensuse
I'm interested in viewing the commits made to the dhcpcd daemon package in opensuse 11.2 online. Id like to view information like commit messages, diff etc.
If such a system does not exist, it would ...
4
votes
2answers
337 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 ...
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 ...
0
votes
1answer
72 views
mozrepl on opensuse-linux 12.1 brings troubles during the installation
I want to install mozrepl on OpenSUSE version 12.1. It gets pretty tricky - note Mozrepl is a additional part that is needed by the WWW::Mechanize::Firefox::
I had a bunch of troubles with mozRepl - ...
-1
votes
2answers
633 views
WWW::Mechanize::Firefox - installation-troubles on OpenSuse-Linux version 12.1
good day dear fellow perl-programmers.
i have serious install-troubles with WWW::Mechanize::Firefox on OpenSuse 12.1 (which is a linux system that is used here in Europe): see the issues that i ...
2
votes
1answer
362 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 ...
0
votes
1answer
903 views
Can Geany be used to Debug C++
Recently I shifted from Eclipse CDT to Geany for my C++ coding work, because of its simplicity. Can it be used to Debug C++. If no, Which other IDE on openSuse can be used for C++ debugging.
1
vote
1answer
116 views
How to properly access de BIND DNS to write in some of the files?
My Environment:
I'm using: OpenSuse 11.4 kernel 2.6.x.x; Apache 2.2; PHP 5.3; MySQL 5.5 Community; Pearl 5 version 12 and Bash.
I have been used BIND DNS, the whole process until now is manually ...
0
votes
1answer
245 views
Python 2.7 doesn't look for .so libs in $LD_LIBRARY_PATH (OpenSUSE 12.1 x64)
Got a problem with my project on OpenSUSE 12.1:
somehow it ignores the path to libs provided in $LD_LIBRARY_PATH.
The structure of calls is as follows:
My python module adds the path to libs to ...
1
vote
1answer
317 views
“internal compiler error” from yajl-ruby build on OpenSUSE 12.1
As a requirement for chef-client, I am trying to install yajl-ruby on OpenSUSE 12.1. So far, it is returning the following message:
linux:~ # gem install yajl-ruby
Building native extensions. This ...
1
vote
1answer
126 views
SetDebugMessageDispatchHandler Error with node.js 0.6.6 on OpenSuse
I'm getting the following errors when running node on SUSE Linux Enterprise Server 11 (x86_64)
node --version
v0.6.6
node hello-console.js
FATAL ERROR: v8::Debug::SetDebugMessageDispatchHandler ...
0
votes
3answers
9k views
Oracle error when executing sqlplus: “SP2-1503: Unable to initialize Oracle call interface”
I'm struggling with the following error when starting up sqlplus as my regular user - say "scott".
$ sqlplus
SP2-1503: Unable to initialize Oracle call interface
SP2-0152: ORACLE may not be ...
1
vote
0answers
45 views
How to find the source code of a RPM package? [closed]
What is the recommended way for finding the source code of a RPM package, available through the default respository? I would like to automate this and do it in a way that is portable across OpenSuse ...
1
vote
1answer
222 views
Cannot find directory /etc/config.sys/ on linux mint
What is an alternative to OPENSUSE /etc/config.sys/ on LINUX MINT or UBUNTU?
0
votes
1answer
281 views
javascript runtime on Opensuse
I installed ruby on rails with the terminal of opensuse but I have a problem when I try to open the rails server. The terminal said : Could not find a JavaScript runtime, but it's running on Fedora, ...
0
votes
1answer
553 views
Google Web Toolkit (GWT) web app with MySQL working fine in Eclipse but not working on openSUSE server
I've written a GWT web app which is hosted on an external openSUSE server. I use Google's GWT RPC to communicate with the server and send data from my client to the server where a MySQL database gets ...
1
vote
1answer
112 views
How to create a Linux Ubuntu/OpenSUSE installer for my Java App?
as the topic goes,
how can I create an installer for my java application which can be easily install on both version of linux (Ubuntu/OpenSUSE) ?
As for dependency goes, can I add another installer ...
0
votes
2answers
329 views
Install ggplot2 on opensuse 11.4
I'm trying to install ggplot2, however I get the following error:
trying URL
'http://cran.skazkaforyou.com/src/contrib/ggplot2_0.8.9.tar.gz'
Content type 'application/x-gzip' length 2074749 ...