-
Not really sure if this patch may be interesting for
others, but I post it here just in case ...
I need to create a nbd link between two box without
opening any port. A ssh tunnel seemed to be the best
bet, so I add a new possibility:
if the host is equal to "-", then the next parameter
(usually port number) is considered as a command line
to run through system() with stdin/out piped...
2006-01-04 01:25:04 UTC in Network Block Device
-
Logged In: YES
user_id=1052615
I've found a bug in my code, which may cause memory
corruption, and password not being what expected. The
attached patch correct this.
2005-02-05 14:46:00 UTC in Password Generator
-
Logged In: YES
user_id=1052615
Oops,
I forgot to mention in the doc that you need to redirect
stdin/out/err to /dev/null if you want to run in daemon mode.
fe:
Exec ./rotate.sh %s &> /dev/null < /dev/null
Exec.
2005-01-27 16:51:59 UTC in A video4linux framegrabber
-
I need to make a lot of operations before sending the
picture to the ftp server (rotation, incrustation, etc)
. So I add an option to run all needed tools from the
inside of vgrabbj, via a system() call.
From the man page
-Z 'commands'
Ask vgrabbj to launch an external
program. May be used to pass the picture through
ImageMagick or others filters. The first '%s'...
2005-01-26 23:38:08 UTC in A video4linux framegrabber
-
Thanks, I've deleted DATA/YACYDB/seed.db and it is working again ....
2005-01-24 12:05:45 UTC in YACY distributed WWW search engine
-
* Proposal for a 2.04 release
* General cleanup, remove some unused variable and
structure declarations, make code compile without warning
* pw_phonemes.c: Modify pw_element and pw_phonemes to
generate more readable, but (I hope) more secure
passwords. Based on comments from Debian bug #276976,
but does not adresses it. (Human readeable passwords
cannot be as secure as pure...
2005-01-24 09:30:08 UTC in Password Generator
-
Hello,
After a power outage, yacy refuse to start with this error:
On stdout:
[ YACY Proxy v0.33, build 20050107 by Michael Christen / www.yacy.net ]
-------------------------------------------------------------------------------
S 2005/01/23 14:47:09 STARTUP Application Root Path: ./
S 2005/01/23 14:47:09 PLASMA LURL Cache memory = 491 KB
S 2005/01/23 14:47:09 PLASMA RWI...
2005-01-23 19:43:15 UTC in YACY distributed WWW search engine
-
There is a thread on vmware community forum solving this issue:
http://www.vmware.com/community/thread.jspa?threadID=4437&tstart=-1
I cc the patch against 2.4.26-om here:
-------------------cut here---
--- hpc/export.c 2004-04-26 09:40:40.000000000 +0200
+++ hpc/export.c 2004-05-10 11:14:44.000000000 +0200
@@ -17,6 +17,8 @@
EXPORT_SYMBOL(deputy_copy_to_user);...
2004-05-29 18:01:00 UTC in openMosix