The sles10 tag has no wiki summary.
0
votes
0answers
82 views
svn: Too many arguments to import command
Having a problem with the --message flag to the svn import command. On some servers it works, but on others it gets confused if the message contains spaces, even if you single or double quote the ...
1
vote
2answers
269 views
Force forwarder DNS requests to TCP mode
I have set up a DNS-server on SLES10 (currently bind 9.6) on a multi-homed server. This server can be queried from all internal networks and delivers answers for all internal networks. We have two ...
2
votes
1answer
390 views
Kill Tcp Connection
Greeting,
I am testing application on linux, and we have a bug related to the database connection, since the database connection cannnot be restarted and it's on a remote machine, I would like to ...
1
vote
2answers
152 views
SLES guest on HyperV: high CPU usage vs. accurate time keeping
Here is the issue: SLES 10 SP1 guest is running on HyperV. I need accurate timekeeping on this box, so I have applied these kernel parameters (which were proven to work on other identical SLES 10 SP1 ...
0
votes
2answers
115 views
Apache2 won't start due to locate-error
I am running Apache/2.2.9 on SLES 10 and want to use Apache2::REST.
I installed it using cpan and added the Handler and the configuration stuff.
When I try to start Apache (apache2ctl start), it ...
0
votes
1answer
129 views
How can I create a vmware disk with XEN?
I found that in XEN I can use vmware-disk images.
But can I actually create such a disk with pure XEN-means?
I want to create a server with XEN and move the corresponding disk later to VMWARE (in a ...
0
votes
1answer
49 views
Running monit on Suse SLED 10
Can anyone tell me how to get monit to start at boot on Suse SLED 10 ?
Suse seems to do services different than everyone else.
I found a link to a monit init file, but I don't think it will work ...
8
votes
6answers
2k views
Why does my gigabit bond not deliver at least 150 MB/s throughput?
I directly connected two PowerEdge 6950 crossover (using straight lines) on two different PCIe-adapters.
I get a gigabit link on each of these lines (1000 MBit, full duplex, flow contol in both ...
0
votes
1answer
95 views
Using tar on SLES Linux
I am trying to install some package from these instructions:
http://www.franz.com/agraph/support/documentation/v4/server-installation.html#header3-25
I run this command:
tar zxf ...
6
votes
3answers
468 views
/dev/disk/by-id/scsi-* links pointing to sdX instead of multipath device
We have two similar SLES10SP2 servers both using multipath on the same devices
from the same storage array.
On one server, the /dev/disk/by-id/scsi-* devices properly point at the
multipath devices:
...
0
votes
1answer
347 views
Remote install software on SLES 10
I know my way around Ubuntu, but Suse is new to me. At work I've been given a task that requires me to install software, pdftk specifically, on our remote servers.
Googling around led me to look ...
1
vote
1answer
476 views
SLES 10 ulimit shows core dumps unlimited, but no dumps occur
Core dump limits are disabled for a user using the normal /etc/security/limits.conf mechanism:
# ulimit -a
core file size (blocks, -c) unlimited
However, running a segfault test shows no ...
1
vote
3answers
163 views
Can someone implement LVM on an existing single-hard disk system?
I am using SuSE Linux (10) and I am considering expanding the available disk, without resizing an existing partition (which is not easy to do on a VM). Instead, I want to create another virtual disk, ...
4
votes
3answers
1k views
Syslog-ng: how to log severity/facility?
Here is the system:
SUSE Linux Enterprise Server 10
syslog-ng with predefined syslog-ng.conf
messages in /var/log/messages look like:
Feb 8 09:29:53 sles1 sshd[17529]: Accepted ...
2
votes
6answers
1k views
network service failing on boot in SLES 10.2, possibly leading to NFS client problems
On a box recently upgraded from SLES 9.3 to 10.2, I'm seeing the following issue:
Prior to the upgrade, an NFS mount (defined via yast, i.e., it appeared in /etc/fstab) worked correctly. Following ...
0
votes
2answers
902 views
SLES 10 Sp3 VMware tools error on install
I installed SUSE enterprise server 10 SP3 on a Esx 4 server
The problem starts with the installation of vmware tools. "VmwareTools-4.0.0-193498.tar.gz"
The tools wont start: Unable to start services ...
0
votes
1answer
834 views
File Access problems with SLES 10 SP2 OES2 SP1
We have identified a couple of repeatable, demonstrable scenarios with unexplained rejected folder access on our servers for Mac users. Hopefully, this can be presented to Novell for a solution.
What ...
1
vote
2answers
191 views
Novell sles replica problem
We have a sles10 sp2 oes2 sp1 server that is in eDirectory as a replica server. However in our ds ring it is not showing up. It shows up as synched for time but it will not show up in our replica ...
2
votes
3answers
2k views
Online resize of mounted ext3 logical volume
I am on SLES10 and am trying to extend the size of /usr I did:
lvextend -L +5G /dev/vg00/vol03
which seemed to work. Now when I try to do:
resize2fs /dev/vg00/vol03 11G
I get:
an ... is ...
4
votes
8answers
4k 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 ...