Displaying 10 results from an estimated 10 matches for "stuba".
Did you mean:
stubs
2002 May 28
1
'Corrupted check bytes on input' when connecting to 1.2.30 server
Hello,
I get this error when trying to connect to an ancient server from the 3.2.3p1
client on Linux 2.2 (OpenSSL 0.9.5):
[root at XXX openssh-3.2.3p1]# /usr/local/bin/ssh -vv LOGIN_STRIPPED at decef.elf.stuba.sk
OpenSSH_3.2.3p1, SSH protocols 1.5/2.0, OpenSSL 0x0090581f
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Rhosts Authentication disabled, originating port will not be trusted.
debug1: restore_uid
debug1: ssh_connect: getuid 0 geteuid 0 anon 1
debug1...
2003 Nov 27
2
ENUM regexp replacements
Anyone succeeded in using regexp replacements in ENUM, like
"!\\+421257296(.*)$!sip:2\\1@stuba.sk!"
I can't get it to work in ASterisk.
I've added '\\1' and Debug echos "1"
I've added '\\\\1' and debug echoes "\1", but regexp fails to work.
The example above is from the nic.at presentation, I can't get it to work.
/Olle
2011 Feb 15
11
Is Wine64 usable yet?
Hi,
I am trying to get a general feel of how usable Wine64 is.
I just built 1.3.13.
To see how well it works, I ran 64-bit Putty. It works flawlessly.
Now, I am trying to play around with different little programs. I took
"notepad.exe" from a Windows 7 install (hoping it would be a reasonably
simple program for a start). It crashed with:
fixme:heap:HeapSetInformation (nil) 1 (nil)
2013 May 27
1
[LLVMdev] C++ into C code conversion
Dear Mr. Chisnall!
thank you for you help
V Nedeľa, 26. máj 2013 o 15:33 +0100, David Chisnall napísal(a):
> On 26 May 2013, at 14:42, Peter Fodrek-CHELLO <peter.fodrek at chello.sk> wrote:
>
> > We have same problem that we are to port third party C++ user space code
> > into Linux kernel code where is only available to use C source code.
> If you want to get your
2006 Nov 27
0
How to simulate data from copulas?
...lav Matúš
PhD. Student
Department of Land and Water Resources Management
Faculty of Civil Engineering
Slovak University of Technology
Blok C, 12. posch.,
Radlinského 11,
813 68 Bratislava 15,
EUROPE
BUREAU: Tel.: +421 2 59274 622, fax: +421 2 52923575
PERSONAL: +421 908 623450
E-mail: matus@svf.stuba.sk
www.kvhk.sk
[[alternative HTML version deleted]]
2017 Jul 30
3
greek letters do not work in expression
Dear all,
I appreciate suggestions for following problem. I wrote to RStudio:
plot(c(1,20),c(1,20), xlab = expression(paste(alfa)))
or the same happen when I wrote:
plot(c(1,20),c(1,20), xlab = expression(alfa))
what happen is, that description under x label is exactly "alpha", not greek
letter alfa (?).
Please where should I search problem, or what information to sent to list for
2003 Dec 01
0
No subject
...uot;share modes"
configuration option is ignored even though it's set. This is critical
bit of functionality from samba-2.0.x for some older DOS applications.
How do I do the equivalent of "share modes=yes" in samba-2.2.1a?
Thanks,
-- jlam
Return-Path: <kr99587@decef.elf.stuba.sk>
Delivered-To: samba@samba.org
Received: from decef.elf.stuba.sk (decef.elf.stuba.sk [147.175.111.11])
by lists.samba.org (Postfix) with ESMTP id 100CA4F53 for
<samba@samba.org>; Tue, 14 Aug 2001 12:08:49 -0700 (PDT)
Received: from localhost (kr99587@localhost) by decef.elf.stuba.sk...
2011 Sep 22
1
reseting password and policy; /etc/passwd; /var/lib/samba/
Hi all,
this is my setup
OS: Debian Squeeze (6.0.2)
Samba: 3.5.6
LDAP: 2.4.23
and I have few questions about things I dont really understand and
havent found clear answer using google and searching mailng list till
now:
1) is there a way to get some password changing tool (smbpasswd,
ldappasswd, smbldap-passwd, etc.) obey account policy, which I set using
pdbedit (and works fine when I try to
2003 Jul 14
0
Problem with "make buildworld"
Hi all
I want to upgrade from 4.5-RELEASE to 4.8-STABLE. I cvsup-ed the source
tree and then in /usr/src do 'make -j4 buildworld'. But there was an error
during make.
here is the dump:
...
===> usr.bin/kdump
cc -O -pipe -march=pentium -I/usr/src/usr.bin/kdump/../ktrace
-I/usr/src/usr.bin
cc -O -pipe -march=pentium -I/usr/src/usr.bin/kdump/../ktrace
-I/usr/src/usr.bin
gzip -cn
2015 May 27
2
[LLVMdev] Beignet Backend as an LLVM Target
Dear LLVM experts!
we would like to use BeignetBackend
as and LLVM Target
It shown in teh Beignet code there is a note
"Well, the complete code base is somehow a compiler backend for LLVM.
Here, we
really speak about the final code generation passes that you may find in
`src/backend`."
http://www.freedesktop.org/wiki/Software/Beignet/Backend/compiler_backe
nd/
But Beignet does not