Displaying 20 results from an estimated 36 matches for "lubomir".
Did you mean:
ljubomir
2000 May 22
2
tinc + OpenSSL
...cipher routines both
debugged and optimized.
I know that some of the current cipher code was taken from
SSLeay but since OpenSSL is de facto SSLeay successor, it
might give tinc more flexibility and allow the user to choose
between weaker/faster or stronger/slower ecryption schemes.
Regards,
Lubomir
---
TINC development list, tinc-devel@nl.linux.org
Archive: http://mail.nl.linux.org/tinc-devel/
2003 Sep 09
3
Asterisk Security vulnerability report
Hello,
today I found this security report regarding Asterisk SIP Security.
http://www.securiteam.com/securitynews/5LP0720B5G.html
Maybe It could help somebody who isn't using a newer than 15th of August
cvs version.
Best regards
Lubo
2008 Apr 01
1
sendmail aliases
Hi, how to sent mail to more then one email adress
here comes the part from /etc/aliases
# Person who should get root's mail
root: david.hlacik at polarion.com, lubomir.brychta at polarion.com
which is not working.
Thanks in advance!
David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20080401/efef2e56/attachment-0001.html>
2009 Mar 06
2
ActiveRecord::Base
Why this doesn''t work?
ActiveRecord::Base.connection.execute("\\d") ?
I use PostgreSQL server and this should be command to get list of all
tables within a database. Is there a problem with privileges or PGSQL
driver for rails doesn''t support it?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message
2003 Sep 17
3
NEW Asterisk Security vulnerability report ...
Hello,
There is a new asterisk vulnerability report at this address:
http://www.securiteam.com/unixfocus/5HP0H1PB5S.html
This is the second security report regarding asterisk for 8 days
(http://www.securiteam.com/securitynews/5LP0720B5G.html)
Both fixes was reported and fixed silently.
My question is: Is it possible in the future such a security problems to
be reported in this mailing list
2016 Mar 13
1
Bug#818129: xen-utils-common: error parsing domU config file with /usr/lib/xen-common/bin/xen-init-name
Package: xen-utils-common
Version: 4.6.0-1+nmu2
Severity: important
Dear Maintainer,
xen-init-name is a Python script which parses output of the following
command:
xen create --quiet --dryrun --defconfig /etc/xen/test1.cfg
But there is no 'config' key in JSON output of the command above.
The following patch fixes this error. Please apply.
Thank you very much,
LH
---
2014 Jun 24
3
[PATCH 1/2] Drop dosutil/mdiskchk.com
A prebuilt binary. Needs non-free Watcom compiler to build.
Signed-off-by: Lubomir Rintel <lkundrak at v3.sk>
---
dosutil/mdiskchk.com | Bin 8106 -> 0 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
delete mode 100644 dosutil/mdiskchk.com
diff --git a/dosutil/mdiskchk.com b/dosutil/mdiskchk.com
deleted file mode 100644
index 22ccfe5fcdca4e3c40d88b0d20b4fbb321b2...
2016 Feb 25
0
tinc - logging
...nc/nets.boot),
# and put all the names of the networks in there.
# These names must be valid directory names under
# $TCONF (/etc/tinc). Lines starting with a # will be
# ignored in this file.
### END INIT INFO
#
# Based on Lubomir Bulej's Redhat init script.
. /lib/lsb/init-functions
DAEMON="/usr/sbin/tincd"
NAME="tinc"
DESC="tinc daemons"
TCONF="/etc/tinc"
NETSFILE="$TCONF/nets.boot"
NETS=""
test -f $DAEMON || exit 0
[ -r /etc/default/tinc ] && . /e...
2003 Jul 13
1
something is wrong with gsm prompts format
Hello,
after upgrading my asterisk from cvs few days ago I discovered that all
my anddefault asterisk voice messages/prompts was played wrong - they
was played so slowly ... and the IVR system wasn't usable at all.
Today I upgraded everything: a fresh cvs copy, made make install and
make samples - but after that the problem with IVR was the same: ALL
default asterisk sounds in gsm format
2003 Aug 29
3
Restricting concurrent SIP calls
Is it possible to restrict the number of concurrent calls made to a SIP
peer? Or maybe the number of concurrent calls made to a particular
extension. This way I can avoid asterisk trying to make more voice
calls to my remote SIP gateway then I have bandwidth to handle.
/davidh
2003 Dec 03
2
How to set the gatekeeper? help me pls.
Hello every one,
I have got a H323 gatekeeper for testing. The informations are something like this:
account code: test01
gk ip address:192.168.10.12
I don't know how to set it in the h323.conf or oh323.conf, I have tried it for almost one day but I always got the error. Help me please.
Regards.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2000 May 01
0
tinc setup script
Quoting Mads Kiilerich <Mads@Kiilerich.com>:
> AARGH,
>
> Ivo, I hope I remember the file this time...
;)
Lubomir, thanks for the comments/changes. I'm still busy writing:
1) a debian version of the init script that tries to do the same as the redhat
one you and Mads have been working on, and a
2) perl script to create configuration files by asking the user questions.
As for the CVS, your current amoun...
2000 May 22
1
debian-perl-init.d and redhat
Hello,
regarding the debian init.d script, a perl rewrite of the
shell script by Lubomir.
The debian-specific (?) start-stop-daemon is used. It uses its
own pid-file handling instead of the one build into tinc. Bug or
feature?
"old" ifconfig and route commands are used instead of iproute
commands. Bug or feature?
regards,
--
Mads Kiilerich Sys.Adm. Cand.Polyt
Ma...
2009 Mar 06
0
SQL Console to View
...example I have PostgreSQL server, and a
simple form, where user can put any SQL command, which will be executed
via ActiveRecord::Base.connection.execute(sql) and the actual response
(if possible) will be returned to view.. just like sql comman line
utility or something..
Thanks for any advice..
Lubomir Herko
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@publi...
2014 Jun 24
0
[PATCH 2/2] Test for Watcom C presence
This adds checks for Watcom C DOS cross-compiler in a manner analogous to mingw
compiler for Windows. The compiler is not commonly present in Linux distributions
due to a non-free license.
Signed-off-by: Lubomir Rintel <lkundrak at v3.sk>
---
dosutil/Makefile | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/dosutil/Makefile b/dosutil/Makefile
index 9dc88d1..69fc58a 100644
--- a/dosutil/Makefile
+++ b/dosutil/Makefile
@@ -7,6 +7,9 @@ include $(MAKEDIR)/syslinux.mk
WCL = wcl
WCLOPT = -6 -...
2014 Jun 24
0
[PATCH 1/2] Drop dosutil/mdiskchk.com
On Tue, Jun 24, 2014 at 6:22 AM, Lubomir Rintel <lkundrak at v3.sk> wrote:
> A prebuilt binary. Needs non-free Watcom compiler to build.
This is true however the impression I got from HPA is that the
resulting binary is not under the same restrictions. He made note of
its rarity
in 46a81bae and the resulting need to include a b...
2003 Dec 23
18
Grandstream Quality Survey.... :P
Today class we are going to be talking about the wonderful line of
GrandStream products. Or should I say BarbieTone phones?
Who else is having MAJOR issues with the grandstream products?
How many times have you been told upgrade upgrade upgrade?
How many of you have paperweights, granted the phone is light as a feather
and couldn't weight papers down in the first place?
How about that
2019 Apr 19
0
[ANNOUNCE] libdrm 2.4.98
...dreno: revert bad freedreno/atomic_ops commits
gitlab-ci: fix archlinux builds
amdgpu/tests: drop unused local vars
fix various typos
Fritz Koenig (1):
tests/modetest: add QCOM_COMPRESSED to supported modifiers list
Gurchetan Singh (1):
virtgpu: Update kernel header
Lubomir Rintel (1):
tests/util: Add armada-drm driver
Pan, Xinhui (1):
amdgpu: Fix a structure initialization issue
Rodrigo Vivi (1):
intel: sync i915_pciids.h with kernel
Seung-Woo Kim (1):
configure.ac fix build error for config.h in autotools
Tapani Pälli (1):
libkms: u...
2013 Jul 04
2
Server dies after kernel upgrade
I am running a server with CentOS release 6.4 (Final) and the kernel version of 2.6.32-279.19.1.el6.x86_64 and everything looks ok, but when I do a yum update on the kernel to update it to a newer version "2.6.32-358.11.1.el6".
It will not restart after the required reboot. It will start to load until the task bar at the bottom gets to the end than it stops loading I have been patient
2014 Dec 04
5
init script for tinc-1.1pre10
HI,
Is there an init script to start stop tinc tinc-1.1pre10 for debian.
I am running tinc -n name --pidfile /dir/name start from /etc/rc.local
sometimes it's not creating the pid file but I see the process running.
It would be great if we can manage it from /etc/init.d/
Thanks
Anil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: