Questions tagged [opensuse]

openSUSE is a free and opensource general purpose operating system built on top of the Linux kernel, developed by the community-supported openSUSE Project and sponsored by SUSE.

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.

After Novell acquired SUSE Linux in January 2004, Novell decided to release the SUSE Linux Professional as a 100% open source project called openSUSE but also continue with use of same SUSE Linux Professional as base for SUSE Enterprise Server and SUSE Enterprise Desktop. openSUSE and SUSE Enterprise are developed by openSUSE and SUSE Gmbh, but openSUSE is more loosely developed with less testing before release, where SUSE is tested to greater levels to ensure proper operations before it was released.

Like most Linux distributions, openSUSE includes both a default graphical user interface (GUI) and a command line interface option. During installation, the user may choose among KDE SC, GNOME, LXDE and Xfce GUIs. openSUSE supports thousands of software packages across the full range of Free software / open source development.

openSUSE is fully and freely available for immediate download, and is also sold in a retail box to the general public.

It comes in several editions for the x86 and x86-64 architectures.

/wikipedia/

794 questions
0
votes
1 answer

noarch RPM with dependecies: i586 vs x86_64

I built an empty RPM which depends on all software we need for a server. This RPM is "noarch" at the moment. If I try to install it I get this message: LANG=C zypper install foo-server Loading repository data... Reading installed…
guettli
  • 25,042
  • 81
  • 346
  • 663
0
votes
1 answer

How can i perform my exe file from boot.local

I've written a code for boosting priority of a process on my openSuSE 12.2 system. #include #include #include int printUsage(void) { printf("\nUsage:\nboostprio [pid] [priority: (0-99)] [policy: FF:RR:OTH]\n"); …
roll
  • 125
  • 13
0
votes
1 answer

bash - monitor chown (user and group) changes of folder / inotify or audit or smth. else

i'm on opensuse 12.3 and the owner of my /run/user/$UID/pulse folder gets changed to root:root every now and then resulting in pulseaudio not beeing able to start: [autospawn] core-util.c: Failed to create secure directory (/run/user/1000/pulse):…
brian_j
  • 61
  • 1
  • 5
0
votes
1 answer

Can run program from Qt but can't run it from konsole

I have a a problem sounds pretty wierd. I compiled a program in Qt and it ran successfully. But when I navigated to the release folder in the konsole and ran the program (even with super user), it reported : If 'HelloWorld' is not a typo you can use…
Tiana987642
  • 696
  • 2
  • 10
  • 28
0
votes
1 answer

Using virtualenv with python3 in openSuSE

I am experiencing a problem when using virtualenv in openSuSE 12.3 with Python3: I installed the python3 and python3-devel packages. Then I installed the newest distribute and pip and finally virtualenv using pip. When I try to create a virtualenv I…
BergmannF
  • 9,727
  • 3
  • 37
  • 37
0
votes
2 answers

OpenSUSE multicast not working?

I'm trying to do multicast dns on OpenSuSE through a trusted java applet<->, and my attempts to find anything on the network are silently blocked! What could be the problem?
Stefan Kendall
  • 66,414
  • 68
  • 253
  • 406
0
votes
0 answers

How to stop Netbeans from double quoting command line arguments

I have a problem with Netbeans automatically double quoting each of the command line arguments set in Project Properties -> Run -> Run Command. Since I would like to redirect the command line output to a file with > dump.txt this is a problem.…
andrsmllr
  • 1,231
  • 18
  • 39
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

UnboundLocalError: local variable 'full_path' referenced before assignment while syncdb

There's a similar question but which is not answering in the particular case I found today. I'm running on openSUSE, and have this cryptic error when doing a syncdb. I'm posting my findings to help others in a similar situation. > python manage.py…
Gerard Yin
  • 1,283
  • 1
  • 12
  • 24
0
votes
2 answers

MySQL .NET Connector package

I have a few projects that use MySQL Connector for .NET, either directly or through NHibernate. Very simple question: in order to avoid maintaining the Mysql.Data.dll assembly on every project and for keeping up-to-date with the upstream…
usr-local-ΕΨΗΕΛΩΝ
  • 26,101
  • 30
  • 154
  • 305
0
votes
1 answer

PHP refuses to run in subdirectories

cat /etc/issue Welcome to openSUSE 12.1 "Asparagus" - Kernel \r (\l). When Apache serves me /srv/www/htdocs/phpinfo.php I get the expected output, but if I move it to /srv/www/htdocs/test/phpinfo.php suddenly Apache serves me the PHP code directly…
pzkpfw
  • 565
  • 3
  • 21
0
votes
0 answers

cant start tunnelmanager in Mysql workbench during connection creation

I am using opensuse 11.3, I have installed Mysql workbench through compiling source,when i am creating new database connection its showing can't start SSH tunnel manager what should i do ?
Nitesh Singh Rajput
  • 607
  • 1
  • 7
  • 24
0
votes
0 answers

Compilation error with OpenMP with OpenSUSE 12.2

Using the sample code at http://openmp.org/wp/openmp-compilers/, I tried to run the simple program on my Linux machine (running OpenSUSE 12.2) but failed to get it to compile. Here is the sample code. #include #include int main()…
Giovanni
  • 101
  • 3
  • 13
0
votes
2 answers

"[Errno 2] No such file or directory" when building package in opensuse

I just setup chroot enviroment for building packages in opensuse. For chroot I've followed http://blog.zenlinux.com/?p=428 and some other sources. For building packages http://en.opensuse.org/openSUSE:Build_Service_Tutorial I stuck with running osc…
Kamil Dziedzic
  • 4,721
  • 2
  • 31
  • 47
0
votes
1 answer

Enabling htaccess file for codeigniter

I'm trying to have htaccess work on codeigniter project but the module is not working and I don't know how to enable rewrite module. To have read the htaccess. The OS is Opensuse 12.2. I have this directive in the default-server.conf Alias…
G.M.
  • 21
  • 2