SuSE Linux Enterprise Server is the "professional" SuSE distribution. To get support and patches from the manufacturer (now Attachmate, previously Novell) you have to purchase a license.
2
votes
2answers
5k views
Where are the repos with development tools for SUSE (SLED 11)?
I've just got a new netbook from HP with SLED 11 pre-installed. It works OK, but I cannot find the software I need in the online repostories. I am a FreeBSD and Debian user, so for me, "if it's not in ...
1
vote
5answers
933 views
Zenworks 10 high cpu usage from dbsrv10
Specifically the process called dbsrv10 is always pegged at 100% or more CPU usage.
I've tried clearing the queue-flush using these commands:
zman queue-flush F
zman queue-flush S
However this only ...
0
votes
2answers
462 views
Suse 10: svnserve exit with signal 11 and hangs
We are using svn (1.6.3)+sasl integration. After installationon on Suse 10.x (64 bits) I found that svnserve hanged sessions ("ps ax" shows more and more hanged svnserve processes). Xinetd logs ...
2
votes
2answers
828 views
Data Center Automation tools and Novell Suse Linux?
I'm looking for info to automate the patching/updating process for several hundred Suse machines.
Apart from Zenworks and SMT is there other patch management/automation tools you know with good ...
0
votes
1answer
108 views
Has the CFD General Notation System Been Packaged as an RPM for SLES?
CFD General Notation System (CGNS) is a library used in scientific communities. It is available via Sourceforge in its raw form. I have found packages available for Ubuntu ...
0
votes
5answers
446 views
Novell Netware Support/Recommendation?
My previous job had used Novell products for almost 15 years. From my experience, it seemed to work rather well over the years. The last few years though have been met with bad support and long ...
2
votes
3answers
10k views
How to configure vsftpd to allow root logins?
I'm on SLES 10.1, and trying to configure vsftpd to allow root logins. Does anyone know how to do this?
So far, I have this:
local_enable=YES
chroot_local_user=NO
userlist_enable=YES
...
1
vote
1answer
1k views
Multiple static IP adresses for Xen
I'm trying to set up Xen on SLES11. The configuration I want is that each of the virtual machines shall have it's own static IP address externally to our LAN and thus can be accessed directly via a ...
0
votes
1answer
128 views
PHP4 and sybase_ct on Novell SuSe 10.2
Am migrating an existing Ubuntu8.04 server running PHP4 and the sybase_ct driver to SuSe 10.2
The trouble is the sybase_ct driver that I need to connect to our MSSQL2000 / 2005 database.
On the ...
3
votes
3answers
2k views
FQDNs during migration from syslogd to syslog-ng
I'm migrating from syslogd to syslog-ng on SLES 9 server (syslog-ng at stock version 1.6.8). The server happens to be a loghost for some remote loggers.
How do I configure syslog-ng to assure maximum ...
5
votes
8answers
6k views
How to create an RPM for Suse
I need to install version 1.4 of Subversion on a Suse 10.1 (64 bit) box. I can't change either of these two versions and there isn't an RPM for this distro. After looking around I assume that I'll ...
0
votes
2answers
385 views
SLES AutoYaST Script Validity Verification
Does anyone here write their own customized AutoYaST scripts for building SLES servers?
I'm not talking about generating them with yast2 autoyast.
If so, have you found a way to verify the syntax? ...