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.
1
vote
1answer
326 views
DBus object error
I'm trying to make a script to launch my custom script when my usb stick connected.
I found nice python script here but when it calls GetAllProperties() method I get an exception:
...
1
vote
1answer
422 views
Compiling vim from source - failes to configure with libncurses6
I have recently started moving to vim as my main development environment, and I wanted to write some plugins for it in Python. I soon discovered that on my opensuse, vim is distributed without python ...
0
votes
0answers
154 views
Eclipse crashing [closed]
Linux OpenSuse 11.4
Eclipse Helios 3.5
JDK 1.6
Eclipse fails to start but instead shows an error and closes, Actully I switched from PCLinuxOS to OpenSuse few days ago, Everything was working good on ...
0
votes
1answer
269 views
Unable to set thread priority using pthread_setschedparam() in openSuse 11.4 - 2.6.37 (only!)
I am running an application that works fine on openSuse 11.3 and on 11.4 with the 2.6.39 kernel. But on 11.4 with the stock 2.6.37 kernel, it gives me an error.
This application creates a thread and ...
0
votes
0answers
78 views
where to install - into the webroot of apache [closed]
I've just installed and configured Apache using this guide.
Now I want to test the newly installed web server. I come back and report all my findings! well - i finally configured Mysql now - and well ...
0
votes
0answers
395 views
FTP upload & overwrite does NOT overwite, but creates [file.ext].# instead [closed]
I have a very strange issue with FTP that is bugging the living daylights out of me. This is the FIRST time I have ever seen this issue.
When I upload a file, it does not overwrite the original, but ...
1
vote
1answer
737 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
1answer
210 views
building ghc 7.2.1 on opensuse
Just wondering if anyone here has had success building GHC 7.2.1 on OpenSuSE. I'm running into errors, with 7.0.3 currently installed.
chmod +x inplace/lib/ghc-split
"rm" -f ...
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 ...
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 ...
0
votes
1answer
615 views
Apache does not start at boot on OpenSUSE
I want Apache2 to start att boot. This is what I have
ls -l in
/etc/init.d/rc5.d
lists, among a lot of other things, this:
lrwxrwxrwx 1 root root 10 Aug 18 10:35 S12apache2 -> ../apache2
...
4
votes
1answer
755 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 ...
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 ...
0
votes
1answer
537 views
How to autostart daemontools on Opensuse
I am trying to create daemon from script written in php.
My system is running OpenSuse 11.3 and has http://cr.yp.to/daemontools.html installed from contrib package ...
0
votes
2answers
217 views
problem with Wget in PHP
if I run the command in shell it will download it,No error by shell
but by PHP page always it goes to if statement
I tried shell_exec and the result is the same
I really want to do it just by Wget
...
0
votes
1answer
533 views
installing WCF on mod_mono with mono 2.10.2
i want hosting a WCF service on a opensuse 11.2 with apache 2.2.13 and mono 2.10.2, but i don't have found anything that explain me how in detail, and all my tentative are wrong. Someone may help me?
...
-1
votes
1answer
141 views
How to restrict ldap logins to specific users in opensuse
I setup a little server and have it authenticating with ldap.. is there a way to restrict which ldap user can login via ssh without adding an account to the opensuse box?
0
votes
1answer
286 views
opensuse KDE 11.x - How to edit $HOME/.bashrc
Just install opensuse 11.x kde into my Lennovo X60, kick out the ms window. The must function, input Chinese can't work. When start IBus, it shows following message. How to edit $HOME/.bashrc? ...
0
votes
1answer
653 views
Uninstall Ruby on OpenSUSE (zlib error)
I am new to Linux and Ruby. I have been searching for an answer but to no avail.
Using OpenSUSE 11.1
I recently downloaded the latest Ruby 1.9.2 and use the method make install from the source. I ...
0
votes
1answer
412 views
how to download a file in a site from command line writing it in php
when I use wget for dowloading it is successful but it will not work with exec_shell()
or system
then I tried to use curl
here is the code for downloading a site that Joe in another question told me ...
1
vote
2answers
194 views
problem in file_put_contents Opensuse permissions
I have this simple code:
<?php
$myFile ='test.txt';
$myContent ='Some text';
file_put_contents($myFile, utf8_encode($myContent));
?>
the location of the test.txt file is here:
...
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.
0
votes
1answer
464 views
can't connect to mysql in Opensuse 10.2
I have problem with mysql I've installed the mysql in YAST but when in console I type this one:
mysql -u root
it tells me:
Error 2002: Can't connect to local mysql server through socket ...
1
vote
2answers
336 views
Perl: Device::USB doesn't pass the tests
How could I find out the reason for the failing?
make test:
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-load.t ...
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 ...
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 ...
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
2answers
301 views
PHP error don't display on Opensuse 11 Firefox
On opensuse 11, Firefox isn't displaying php errors. For exemple, I have correct.php and broken.php :
correct.php
<?php echo("test"); ?>
broken.php
<?php echo("toto ?>
Loading ...
0
votes
2answers
464 views
Can't locate Core/Utility.pm in @INC
I have a script that contains the directive :
use Core::Utility
and I am getting the error "Can't locate Core/Utility.pm in @INC". I'm running OpenSUSE 11.4 and have tried :sudo zypper in -C ...
0
votes
1answer
516 views
Install and configure Rpy2 on opensuse
I'm try to install R module for python(rpy) on opensuse, however after execute command "sudo easy_install rpy2, I get this error msgs:
"Setup script exited with Error: Tried to guess R's HOME but no ...
0
votes
2answers
255 views
PDF-API2 can not be implemented
After upgrading to Kernel Linux 2.6.37.1-1.2-desktop x86_64 with Perl 5,
version 12, subversion 3 (v5.12.3) built for x86_64-linux-thread-multi
the module PDF-API2
in the package ...
0
votes
1answer
186 views
OpenSUSE - get device ID (or name)
I have 8 events in /dev/input: event0, event1 ... event7. I only need one of them for touchscreen config, but I don't know how to get the device event. The touchscreen is a WACOM serial one!
Is there ...
0
votes
1answer
932 views
LDAP users can't login gnome but can with kde
LDAP and NFS are working fine for KDE and SSH where users can log in without any problems. But only LDAP users can't login to GNOME desktop both directly or via NX client.
When logging in directly ...
0
votes
1answer
386 views
Hudson does not want to start in Opensuse anymore. Empty pid file
I installed using the hudson.rpm as specified on the site provided. I also installed ant after starting hudson, for some reason when i try to run
/etc/init.d/hudson start
it just fails saying
...
-1
votes
2answers
643 views
Certificate problem with yast2
Out of stupidity I removed using yast the package "ssl-cert". At this point yast2 started throwing the error:
Download failed:
Download (curl) error for ...
0
votes
2answers
777 views
Issues with mod_rewrite // Apache 2.2 // OpenSUSE 11.3
Apache Installed OK, LoadModule mod_rewrite is already uncommented in etc/apache2/httpd.conf, we've uncommented AllowOverrides and followed standard procedure for what is quite a simple install but ...
0
votes
3answers
498 views
No permissions as “sudo”
I'm trying to compile something in OpenSuse however I get a Permission Denied.
I've tried with "sudo make" and even logged in with superuser but the same error persists.
How can I fix this? Thanks.
1
vote
2answers
1k views
0
votes
2answers
119 views
Rails app error after updating OS
I updated my system to opensuse 11.4 and set up Ruby 1.9.2 via RVM. I reinstalled all the gems and updated bundle all without issue.
The problem is the vague error I get when running the app:
...
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 ...
1
vote
1answer
677 views
Cannot connect to tomcat externally
I install the tomcat server on my openSuse port 8080, but I can connect to http://127.0.0.1:8080 only in my local machine.
1
vote
2answers
772 views
Run a script/application after login but before X in OpenSUSE
I have an appliance of OpenSUSE 11.3 and I would like to do this:
Run an autostart script AFTER LOGIN and BEFORE any startX command.
My SO is configured to autologin some user, so is also configured ...
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 ...
21
votes
4answers
41k 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 ...
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... ...
-1
votes
1answer
356 views
Opensuse 11.0 Memory error
I am using OpenSuse 11.0. The system got hung and i have to do hard reboot.After investigating the logs i got following error:-
Mem-info:
kernel: Node 0 DMA per-cpu:
kernel: CPU 0: hi: 0, ...
0
votes
2answers
124 views
How to repair a Trac installation
On our Trac system, two things suddenly stopped working. The first thing is the update of the "Browse Source". The second thing is the auto-fixing feature. The only solution for the first issue is to ...
0
votes
1answer
357 views
RabbitVCS does not work because of python error
Hello
I cannot start running rabbitvcs on openSUSE 11.3 64bit.
I tried to run test.py file which is located in rabbitvcs folder.
It returns the following errors:
...
1
vote
2answers
601 views
gputools: error in installation
I am setting up a new Dell Precision workstation with an NVidia Tesla 2050 GPU card. I would like to install R's package gputools. My OS is openSuse 11.3 with KDE 4.4.
I downloaded NVidia's CUDA ...
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 ...