Search Results

Search: Posts Made By: Vourhey
Forum: Programming 12-19-2011
5,138
Posted By Vourhey
Using autoconf and automake. aclocal-1.11: command not found
Hi,

I'm trying to make my source "buildable". autoconf and automake tools are used. configure and Makefile.in files are created successfully.
configure.ac:
AC_INIT([main.cc])...
Forum: Filesystems, Disks and Memory 12-19-2010
4,435
Posted By Vourhey
How to stop USB-HDD?
Hi,

There is the following minor issue with USB-harddrive:
On windows: when i perform "safely remove" disk is stopped (hdd head is parking) & it is not spinning (but it is still connected to USB)...
Forum: UNIX and Linux Applications 09-18-2010
3,823
Posted By Vourhey
I mean, the file that contains output of the diff...
I mean, the file that contains output of the diff command (svn diff).
Forum: UNIX and Linux Applications 09-18-2010
3,823
Posted By Vourhey
frank_rizzo, as I can see sdiff does not operate...
frank_rizzo, as I can see sdiff does not operate with one file and can not read from stdin.
Forum: UNIX and Linux Applications 09-18-2010
3,823
Posted By Vourhey
Searching for .diff viewer
Hi,

I'm searching for unified diff viewer for Linux. Not for compare. I already have a .diff file and I need to view it side-by-side. I've tried diffuse, meld, vimdiff, kdiff3, kompare, beediff....
Forum: SuSE 07-19-2008
3,354
Posted By Vourhey
Thanks for clarification. Really i've found the...
Thanks for clarification. Really i've found the kernel sources (version 2.6.26) on official OpenSUSE site.
Forum: SuSE 07-19-2008
3,354
Posted By Vourhey
FAILED during patching kernel sources
Hi all.
I have an issue with kernel patching.
My system: OpenSuse 10.2, kernel version: 2.6.18.2.
I've downloaded the patch from kernel.org - 2.6.26. I've invoked the following command:
"patch...
Forum: Linux 06-06-2008
43,930
Posted By Vourhey
Mmm... I peeped in one of the init scripts. The...
Mmm... I peeped in one of the init scripts. The problem is why the limits aren't applied before login. So the init-script invoke the following:
/bin/sh -c ulimit -n 5 ;/bin/bash -l -c "/one/two/appl...
Forum: Linux 06-05-2008
43,930
Posted By Vourhey
/bin/bash/ -c "ulimit -q 12288; exec...
/bin/bash/ -c "ulimit -q 12288; exec /bla/bla/application -argument"
Right?
What if the applications must be run by init-scripts? So...
/bin/bash/ -c "ulimit -q 12288; exec /bla/bla/initscriptname...
Forum: Linux 06-05-2008
43,930
Posted By Vourhey
The default queue size is 819200 bytes. We can...
The default queue size is 819200 bytes. We can change this value by invoking "ulimit -q". But it only changes the queue size for the current shell and applications run by it. I have some application...
Forum: Linux 06-05-2008
43,930
Posted By Vourhey
POSIX message queue size
Hi all,
Please tell me how to change POSIX message queue maximum size? "ulimit" is not a solution because it controls shell resources. But i need to control queue size before login in and starting...
Showing results 1 to 11 of 11

 
All times are GMT -4. The time now is 04:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy