suse

OpenSUSE Apache - Windows LDAP - group user authentication - Mercurial

好久不见. 提交于 2019-12-11 14:26:19
问题 OS: OpenSUSE Linux Version control: Mercurial Hg Web Front: Apache2.2 I'm able to click browse http : // servername : port/ hg As soon as I click on it, it prompts me for Windows AD directory credentials. Now, I have the following repositories in /srv/www/htdocs/hg/repos folder: RepoProjectA RepoProjectB RepoProjectC clicking on the above repository links is OK as I'm able to see Hg front end. Now, I want to add authentication and authorization so that: A) Only users "c123456", "c654321" can

Why server waits for a client after the client application has been put in STOPPED state?

跟風遠走 提交于 2019-12-11 11:52:52
问题 This question is an extension to this previously asked question: I implemented the solution given by jxh with following params: SO_KEEPALIVE = Enabled TCP_KEEPIDLE = 120 secs TCP_KEEPINTVL = 75 secs TCP_KEEPCNT = 1 Then why the server still waits forever for client to respond? Also I found out on internet that kill <pid> actually sends SIGTERM to the given process. So I used ps -o pid,cmd,state command after 'killing' the telnet application. I saw that the telnet process was still there but

OpenSSL 1.0.1e failed in FIPS mode

ε祈祈猫儿з 提交于 2019-12-11 10:46:55
问题 I am compiling OpenSSL with FIPS. When I tried running openssl binary in FIPS mode by exporting OPENSSL_FIPS=1, it is giving below error, 47657709811344:error:2D06B06F:FIPS routines:FIPS_check_incore_fingerprint:fingerprint does not match:fips.c:232: My platform is Linux Suse. Please help. EDIT 1: I am using below command to build ./Configure no-idea fips --prefix=build/Linux.2.6.16_x86-64_gcc-4.1.2/result --with-fipslibdir=Current/lib/Linux.2.6.16_x86-64_gcc-4.1.2/ --with-fipsdir=Current

Installing Virtual box on a fresh SLES 11 machine - python

吃可爱长大的小学妹 提交于 2019-12-10 20:38:28
问题 How can I install virtual box on a fresh SLES 11 machine? I've downloaded the rpm from: wget http://download.virtualbox.org/virtualbox/4.3.6/VirtualBox-4.3-4.3.6_91406_sles11.0-1.i586.rpm And when i tried yast2 -i or rpm -ivh , I get these error: Package VirtualBox-4.3-4.3.6_91406_sles11.0-1.i586.rpm could not be installed. Details: Subprocess failed. Error: RPM failed: error: Failed dependencies: libasound.so.2 is needed by VirtualBox-4.3-4.3.6_91406_sles11.0-1.i586 libGL.so.1 is needed by

FILE * ..=stdout : Error initializer element is not constant

女生的网名这么多〃 提交于 2019-12-10 13:42:25
问题 My C code was as following: [Linux:/si/usr/hrl]vi test.c #include <stdio.h> FILE * hw = stdout; int main(void) { return 0; } When I compile on SUSE , it make the error like that: [Linux:/si/usr/hrl]cc test.c -o test test.c:3: error: initializer element is not constant I have a look for the header file stdio.h and find that stdout seems to have be defined as a constant. So why the error produce?By the way, I compile the same code on AIX ,it results of success. 回答1: The standard does not

What is the Maximum Java Heap Space for SuSE Linux

懵懂的女人 提交于 2019-12-10 00:06:55
问题 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 command line. RedHat works perfectly fine but SuSE reports there isn't enough Memory. We just need to know if this is a limitation of the version of SuSE we're

rpmlib(FileDigests) dependency error on SuSE

半世苍凉 提交于 2019-12-08 05:30:03
问题 Doing a yum install A-3.6.0 on both SuSE 11.2 (64-bit) and CentOS 5.8 (64-bit) the following installation requirements error popped up: error: Failed dependencies: rpmlib(FileDigests) <= 4.6.0-1 is needed by A-3.6.0-1.noarch rpmlib(PayloadIsXz) <= 4.6.0-1 is needed by A-3.6.0-1.noarch which is needed by A-3.6.0-1.noarch Googling the error shows that others have run into this problem on SuSE and CentOS, but I'm unable to find a resolution to the problem. Does anyone know where I'm might find

How to detect that the client is still connected (and not hung-up) using recv()?

廉价感情. 提交于 2019-12-07 17:13:52
问题 I have written a multiclient Server program in C on SuSE Linux Enterprise Server 12.3 (x86_64) , I am using one thread per client to receive data. My problem is: I am using one terminal to run the server, and using several other terminals to telnet to my server (as client). I have used recv() in the server to receive data from client, I have also applied checks for return value of recv() i.e. Error on -1 ; Conn. Closed on 0 & Normal operation else. I have not used any flags in recv() . My

Suse环境下编译linux-2.6.24内核

限于喜欢 提交于 2019-12-06 17:58:25
Suse环境下编译linux-2.6.24内核 1.下载linux-2.6.24内核源码: https://mirrors.edge.kernel.org/pub/linux/kernel/v2.6/linux-2.6.24.tar.gz 2.解压linux-2.6.24.tar.gz文件,会生成linux-2.6.24目录 tar –xzf linux-2.6.24.tar.gz 3.编译环境构建 一般linux系统都自带gcc和make等编译工具,这里我的编译环境为SUSE Linux、gcc version 4.8.5、GNU Make 4.0 4.配置内核 linux提供了多种内核配置工具, 最基础的是 make config工具, 它列出每个编译选项, 而且是基于文本的 目前一般都推荐使用主流的make menuconfig工具, 但它需要curse库的支持, 在suse中默认是没有的, 所以在这里我使用的是make config工具 执行make config命令,自动生成.config配置文件 可能遇到以下错误: Makefile:434: *** mixed implicit and normal rules. Stop. 解决方法: 修改根目录下Makefile文件的第434行 -config %config : scripts_basic

How to detect that the client is still connected (and not hung-up) using recv()?

心不动则不痛 提交于 2019-12-05 19:09:50
I have written a multiclient Server program in C on SuSE Linux Enterprise Server 12.3 (x86_64) , I am using one thread per client to receive data. My problem is: I am using one terminal to run the server, and using several other terminals to telnet to my server (as client). I have used recv() in the server to receive data from client, I have also applied checks for return value of recv() i.e. Error on -1 ; Conn. Closed on 0 & Normal operation else. I have not used any flags in recv() . My program works fine if I just close the telnet session (i.e. disconnect client) normally using Ctrl+] and