suse

Desperate networking question: Unix commands like ping, ssh, work fine but socket-based programs are failing in connect

I got a call from a tester about a machine that was failing our software. When I examined the problem machine, I quickly realized the problem was fairly low level: Inbound network traffic works fine. Basic outbound command like ping and ssh are working fine, but anything involving the connect() call is failing with "No route to host". F...

Graphical DIFF programs for linux

I really like Araxis Merge for a graphical DIFF program for the PC. I have no idea what's available for linux, though. We're running SUSE linix on our z800 mainframe. I'd be most grateful if I could get a few pointers to what programs everyone else likes. Thanks, Scott ...

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 support) as Wine ready or are there other issues I should take into account? ...

Trying to get DXperience under Linux: I get "Windows Installer 3" required when installing .NET 2.0 under wine in SLED

I want to try out DXperience component suite on Linux (Suse Linux enterprise desktop). Since it relies heavily on the PInvoke calls, Mono would not work out here. Some people were able to get this running by installing .NET 2.0 under wine on Linux. I've tried to do this with the winetricks and manually. Every time .NET 2.0 install on S...

How to configure a server program to autostart at bootup time in SUSE?

Are there any good SUSE help sites?t ...

Meaning of Path Structure on Unix

Hello, Does anybody have a reference to what the various path names mean on different flavors of Unix? Please include Solaris, RHEL, and SLES in the list if possible. e.g. From what I have gathered /lib is standard libraries for the distribution, which never change (is this correct? or do they get new versions from time to time?), /...

How do I install mod-jk in linux?

I need to run tomcat behind apache - am running suse 10 ...

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 different machines with the same hardware. Both use the same JVM both executing the same c...

Cannot build "cyrus-sasl-2.1.23" on SUSE Linux 10.0

I downloaded the source code from "ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/". Configure went well but when i build I end up with following errors: digestmd5.c:852: error: 'des_context_t' has no member named 'keysched' digestmd5.c:853: error: 'des_context_t' has no member named 'keysched2' digestmd5.c:854: error: 'des_context_t' has n...

Swap space in 64 bit Linux

Hi All, I have a 64 bit Linux (SUSE 10) dual processor. When I run my process it uses around 4 G of virtual memory. Only 3G is resident memory. Rest around 9G memory is free. How to load this 1 G also in RAM? Why it is still in swap space why kernel can't load this into RAM when all the RAM is available. Rahul ...

ArcGIS Server 9.3 SUSE 10 "Failed dependencies"

I'm getting an error when I try to install: wxWidgets-gl-compat-2.8.10.1-1.pm.1.2.i586.rpm in SUSE 10. error: Failed dependencies: libgio-2.0.so.0 is needed by wxWidgets-gl-compat-2.8.10.1-1.pm.1.2.i586 rpmlib(PayloadIsLzma) <= 4.4.2-1 is needed by wxWidgets-gl-compat-2.8.10.1-1.pm.1.2.i586 Any ideas? Thanks! ...

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 ? ...

SLES 9 vs. SLES 10

Are there any important change in how SLES 10 implements Tcp sockets vs. SLES 9? I have several apps written in C# (.NET 3.5) that run on Windows XP and Windows Server 2003. They've been running fine for over a year, getting market data from a SLES 9 machine using a socket connection. The machine was upgraded today to SLES 10 and ...

jvm heap limit on SUSE

hello, I hope you can help me on the problem we have with SUSE and JDK 1.4.x: my suse is PAE enabled with 15Gb RAM. unfotunately jvm cannot allocate more than 1900Mb for heap size. So java -Xmx2048m gives me an error. it seems you had the same problem, did you solve it? I hope so :) thanks Michelangelo ...

Python Module To Detect Linux Distro Version

Is there an existing python module that can be used to detect which distro of Linux and which version of the distro is currently installed. For example: RedHat Enterprise 5 Fedora 11 Suse Enterprise 11 etc.... I can make my own module by parsing various files like /etc/redhat-release but I was wondering if a module already exists? ...

Installer/packager for a Java application for Ubuntu and SuSE

I have a Java application complied to a collection of jars that I want to make installable on Ubuntu and SuSE. I Want the installer to be able to check for the JRE, register a file association and be able to load a website on un-install. I understand Ubuntu and SuSE are based on different architectures, so is there a consistent way to d...

Suse 11 Compress utility

"compress" command doesn't work on Suse 11. Is it possible to get the compress utility for Suse 11 from somewhere? ...

restart asterisk flash operator panel server from the web

Need to restart asterisk flash operator panel (fop) from the web after configure file (op_buttons.cfg) is altered. Web server runs under daemon user. Via root user restart works. ...

cakephp uses old dns entry

Hi, In our cakephp application, we do a file_get_contents('http://my.web.com',... ); Recently we changed the ip address of my.web.com, and we modified our /etc/hosts file, and flush dns cache using /etc/init.d/nscd restart, and restarted apache. However, file_get_contents still refer to the old ip address, while if we do ping, nsl...

creating custom SLES11 ISO

I am trying to create an SLES11 ISO with all the updated RPMs. So, I tried 1)Copy the original SLES ISO 2)Replace the RPMS (to try out I just replaced just the curl RPM) 3)Recreate the ISO (mkisofs -r -R -J -T -v -no-emul-boot -boot-load-size 4 -boot-info-table -b boot/x86_64/loader/isolinux.bin -c boot/x86_64/loader/boot.cat -o ../s...