Displaying 20 results from an estimated 10000 matches similar to: "Limiting memory used by syslinux"
2006 Dec 08
22
ZFS Usage in Warehousing (lengthy intro)
Dear all,
we''re currently looking forward to restructure our hardware environment for
our datawarehousing product/suite/solution/whatever.
We''re currently running the database side on various SF V440''s attached via
dual FC to our SAN backend (EMC DMX3) with UFS. The storage system is
(obviously in a SAN) shared between many systems. Performance is mediocre
in terms
2007 Dec 12
2
discrepancy between periodogram implementations ? per and spec.pgram
hello,
I have been using the per function in package longmemo to obtain a
simple raw periodogram.
I am considering to switch to the function spec.pgram since I want to be
able to do tapering.
To compare both I used spec.pgram with the options as suggested in the
documentation of per {longmemo} to make them correspond.
Now I have found on a variety of examples that there is a shift between
2003 Dec 02
1
password reset on NT
Hello,
I'd like to do the following:
We have a NT domain, built as usually (PDC, BDC).
Now we want to set passwords of normal NT user accounts -
but from outside the windows world. Esp. we need a
client on Unix (e.g. Solaris) which is able to set / reset
NT passwords.
This means: The NT administrator (or someone with
administrative privileges in the NT domain) wants to set the
NT password
2001 Nov 02
3
su/sudo using ssh auth
To the openssh and sudo developer mailing lists:
Ssh has a key agent allowing authentication to remote hosts without
entering your password/passphrase again and again, which is very
convenient. I think the 'su', 'sudo', and similiar commands could benefit
from this idea and mechanism. I don't have the necessary expertise in
cryptology to do this myself so I just want to throw
2004 Nov 23
1
problems with my first wine-steps
Hello,
I installed wine-20041019 with the wineinstall-script on debian (woody).
(There is a windows98SE on /mnt/win. /mnt/win is mounted)
Now I try to run freecell.exe, but it doesn't work.
jochen@archie:~$ wine 'c:\windows\freecell.exe'
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry
2016 Nov 16
2
Disk size on share with multiple partitions
Am 16.11.2016 um 15:11 schrieb Volker Lendecke:
> On Wed, Nov 16, 2016 at 03:02:20PM +0100, Jochen Eggemann via samba wrote:
>> Thanks for the fast reply Volker,
>>
>> I tried using this, but get following Errors:
>>
>> ../source3/lib/system.c:1143(sys_popen) sys_popen: ERROR executing command
>> '/usr/bin/dfree .': Fehler im Format der Programmdatei
2011 May 25
1
[LLVMdev] ms vc 10 warnings
Hi!
when compiling projects using llvm 2.9 and ms vc 10 I get these warnings:
1>e:\Jochen\Lib\lib\include\llvm/Use.h(218): warning C4624:
'llvm::AugmentedUse' : destructor could not be generated because a base
class destructor is inaccessible
1>C:\Program Files (x86)\Microsoft Visual Studio
10.0\VC\include\stdint.h(72): warning C4005: 'INT8_MIN' : macro redefinition
2005 Jul 27
3
Klicking sounds in background
Hello,
I have an IVR with Intel HMP SIP stack, which is a peer behind my Asterisk
box (Asterisk 1.0.7, Digium PRI). When dialing in via PSTN, there are
klicking sounds in the background, which do not appear, when dialing in via
SIP (using Asterisk as pbx). The issue does not seem to be an alaw/?law
problem.
I tried trunking two Asterisk boxes via IAX and then call via two asterisks,
but the
2005 Feb 10
2
Replicated LDAP
Hello,
I would like to have a central LDAP-Server in my main office and a
replicated one in my satellite office, connected via VPN. Then I want my
SAMBA-PDC in the satellite to use the local LDAP. I think this should
end in:
READ
----
Samba <-> Replicate
WRITE
-----
Samba -> Replicate
<-referrer-
Samba <-> Central
2010 Nov 26
3
[LLVMdev] request for windows unicode support
On 25.11.2010 23:56, Michael Spencer wrote:
> On Nov 25, 2010, at 5:01 PM, Jochen Wilhelmy <j.wilhelmy at arcor.de
> <mailto:j.wilhelmy at arcor.de>> wrote:
>
>> Hi!
>>
>> Of course nobody wants to implement unicode support for windows
>> because windows should support an utf8-locale and windows is obsolete
>> anyway ;-)
>>
>> But
2010 Jul 20
2
[LLVMdev] [cfe-dev] conditional operator
Hello Jochen-
Your expectation is incorrect, I'm afraid. Typically this would be expanded
to something like this:
…
%cmp = …
br i1 %cmp, label %ternary.true, label %ternary.false
ternary.true:
%truevalue = …
br label %ternary.end
ternary.false:
%falsevalue = …
br label %ternary.end
ternary.end:
%value = phi %type [%truevalue, %ternary.true], [%falsevalue,
2005 Feb 08
1
User Migration question
Hello,
I would like to migrate my user-accounts from a Samba 2 to a Samba 3
setup.
Old Setup:
Samba 2 with PAM support. PAM uses LDAP to store PosixAccounts
New Setup:
Samba 3 with "native" LDAP. PosixAccounts are already migrated to my new
LDAP server.
I tried pdbedit with my old smbpasswd file:
---snip---
# pdbedit -i smbpasswd:./smbpasswd
build_sam_account: smbpasswd database
2007 Mar 17
1
err:ole:CoGetClassObject class ...
Hello,
I still have no clue what to do.
jochen@rod:~$ wine .wine/drive_c/Programme/SchILD-NRW/SCHILD2000.exe
Invoking /usr/lib/wine/wine.bin .wine/drive_c/Programme/SchILD-NRW/SCHILD2000.exe ...
err:ole:CoGetClassObject class {00000507-0000-0010-8000-00aa006d2ea4} not
registered
err:ole:create_server class {00000507-0000-0010-8000-00aa006d2ea4} not
registered
err:ole:CoGetClassObject no
2020 Feb 12
2
Identify multiple users doing reverse port FWD with their pubkeys
Hi Jochen,
On Wed, 12 Feb 2020 at 00:16, Jochen Bern <Jochen.Bern at binect.de> wrote:
>
> On 02/11/2020 07:07 PM, Cl?ment P?ron wrote:
> > - I have X devices (around 30) and one SSH server
> > - Each of them have a unique public key and create one dynamic reverse
> > port forwarding on the server
> > - All of them connect with the same UNIX user (I don't
2016 Nov 16
2
Disk size on share with multiple partitions
Am 15.11.2016 um 13:00 schrieb Volker Lendecke:
> On Tue, Nov 15, 2016 at 12:25:32PM +0100, Jochen Eggemann via samba wrote:
>> Hi list,
>>
>> I am exporting share which has a small base partition into which several
>> much larger partitions are mounted. Which are used by different user groups.
>>
>> My problem is, that windows takes the size of the base
2012 Mar 02
0
[LLVMdev] replace hardcoded function names by intrinsics
On Fri, 02 Mar 2012 13:55:18 +0100
Jochen Wilhelmy <jochen.wilhelmy at googlemail.com> wrote:
> Hi!
>
> in the llvm code there are several places with hardcoded function
> names for e.g. sin, sinf, sqrt, sqrtf etc., namely
> ConstantFolding.cpp
> InlineCost.cpp
> SelectionDAGBuilder.cpp
> IntrinsicLowering.cpp
> TargetLowering.cpp
>
> my question is:
2010 Nov 25
0
[LLVMdev] request for windows unicode support
On Nov 25, 2010, at 5:01 PM, Jochen Wilhelmy <j.wilhelmy at arcor.de> wrote:
> Hi!
>
> Of course nobody wants to implement unicode support for windows
> because windows should support an utf8-locale and windows is obsolete
> anyway ;-)
>
> But there is a simple solution: use boost::filesystem::path everywhere you
> use file names and paths, for example in
2010 Aug 17
3
Total Harmonic Distortion THD
Hi
Has anybody done THD or THD-N measurements with the CELT Codec (bext would
be on various bit rates)
If someone could share results for Mono at 64kBit and Stereo at 128 and 196kBit it
would be great.
thank you very much
Jochen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20100817/b1da17cc/attachment-0002.htm
2010 Mar 03
5
[LLVMdev] folding x * 0 = 0
Hi!
> sin/cos etc should already be handled by lib/Analysis/ConstantFolding.cpp.
>
Thanks for the hint and it works!
Now I have a new Problem:
I have this function:
float foo(float a, float b)
{
float x = a * b * 0.0f;
return cos(0.5) * sin(0.5) * x;
};
after compiling it with clang (cpp mode) and renaming _ZSt3sinf to sin
and _ZSt3cosf to cos I get the following:
define
2011 Jul 14
2
Add a density line to a cumulative histogram - second try
Hi list,
this is my second try for first post on this list (I tried to post via email
and nothing appeared in my email-inbox, so now I try to use the
nabble-web-interface) - I hope that you will only have to read one post in
your inbox! Okay, my question ...
I was able to plot a histogram and add the density()-line to this plot.
I was able to plot a cumulative form of this histogram.
Yet, I was