Displaying 20 results from an estimated 317 matches for "distrib".
2002 Jul 20
0
[Bug 366] New: .cvsignore shouldn't be in distrib
http://bugzilla.mindrot.org/show_bug.cgi?id=366
Summary: .cvsignore shouldn't be in distrib
Product: Portable OpenSSH
Version: -current
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: nag...
2020 Feb 17
2
Re: [nbdkit PATCH v5 4/4] vddk: Drive library loading from libdir parameter.
Unfortunately this series doesn't work with the real VDDK library :-(
I see:
nbdkit: debug: vddk: config_complete
nbdkit: debug: dlopen shim prefix set to /home/rjones/tmp/vddk-6.7.3/vmware-vix-disklib-distrib/lib64
Then a little bit later during VDDK initialization it fails with:
nbdkit: debug: VixDiskLib: Could not load default plugins from /home/rjones/tmp/vddk-6.7.3/vmware-vix-disklib-distrib/lib64/libdiskLibPlugin.so: Cannot open library: libcrypto.so.1.0.2: cannot open shared object file: No su...
2020 Feb 13
2
[PATCH nbdkit 1/2] vddk: Delay loading VDDK until config_complete.
We were previously dlopen-ing it in the load() method. This is very
early and in particular means that the only possible way to configure
where we find the library is through environment variables and not
through config parameters. Also it's not necessary as we don't call
any functions from the library (such as VixDiskLib_InitEx) until
config_complete.
This change is neutral refactoring
2017 Aug 19
1
Which is the best compiler to build LLVM 5.0.0 rc2?
Recently I have been building LLVM and Clang from the distribution using gcc 4.9.2. With the new 5.0.0 rc2 that is giving warning messages during the compilation. I have been trying out some other compilers.
gcc 5.2 with -std=c++11 This works, although there are still some warnings.
gcc 6.4 and gcc 7.1 fail with errors such as this in building libcxxab...
2020 Feb 13
0
[PATCH nbdkit 2/2] vddk: Drive library loading from libdir parameter.
...to locate the VDDK library. Setting this
always causes problems because VDDK comes bundled with broken
replacements for system libraries, such as libcrypto.so and
libstdc++.so. Two problems this causes which we have seen in the real
world:
(1) User does ‘export LD_LIBRARY_PATH=vmware-vix-disklib-distrib’ and
that breaks lots of ordinary utilities on their system.
(2) nbdkit vddk --run subcommand inherits the LD_LIBRARY_PATH
environment variable from nbdkit, and common commands such as
'qemu-img' break, relying on complex workarounds like saving and
restoring the original LD_LIBRARY_PATH i...
2020 Feb 13
1
Re: [PATCH nbdkit 2/2] vddk: Drive library loading from libdir parameter.
...etting this
> always causes problems because VDDK comes bundled with broken
> replacements for system libraries, such as libcrypto.so and
> libstdc++.so. Two problems this causes which we have seen in the real
> world:
>
> (1) User does ‘export LD_LIBRARY_PATH=vmware-vix-disklib-distrib’ and
> that breaks lots of ordinary utilities on their system.
>
> (2) nbdkit vddk --run subcommand inherits the LD_LIBRARY_PATH
> environment variable from nbdkit, and common commands such as
> 'qemu-img' break, relying on complex workarounds like saving and
> restoring...
2010 Jun 30
0
drb problem? ringy-dingy won't answer...
The following code works fine as long as I don''t try to run it through
the distributed server. It doesn''t get there...
It runs fine out of delayed_job, runs fine if called directly.
But if ''distrib'' is true (the default) it runs right up to the call to
the server and right past it without getting to the server or raising
any errors.
Am using Ruby 1.8....
2015 Dec 10
3
Some patches from mageia
Gene Cumm wrote:
> On Tue, Dec 1, 2015 at 3:02 PM, Erwan Velu via Syslinux
> <syslinux at zytor.com> wrote:
> > Hi folks,
> >
> > As per Ady request (thanks for the reminder), I forgot to send the patches
> > I run in Mageia.
> >
> > There is two of them :
> >
> > One is making errors in parsing modules.alias not fatal.
> >
>
2015 Dec 12
2
Some patches from mageia
...esa)menu.c32 and gfxboot.c32 might not as they don't call by
> >> >> LABEL but execute plain commands.
> >> >
> >> > How can I reproduce this issue?
> >> >
> >> > Sebastian
> >>
> >> http://rpmfind.net/linux/mageia/distrib/cauldron/i586/isolinux/isolinux.cfg
> >> and http://rpmfind.net/linux/mageia/distrib/cauldron/x86_64/isolinux/isolinux.cfg
> >> ( http://distro.ibiblio.org/mageia/distrib/cauldron/ appears to be
> >> another mirror) look clean from anything that should resemble a global
&...
2020 Feb 17
0
Re: [nbdkit PATCH v5 4/4] vddk: Drive library loading from libdir parameter.
On 2/17/20 12:17 PM, Richard W.M. Jones wrote:
> Unfortunately this series doesn't work with the real VDDK library :-(
>
> I see:
>
> nbdkit: debug: vddk: config_complete
> nbdkit: debug: dlopen shim prefix set to /home/rjones/tmp/vddk-6.7.3/vmware-vix-disklib-distrib/lib64
>
> Then a little bit later during VDDK initialization it fails with:
>
> nbdkit: debug: VixDiskLib: Could not load default plugins from /home/rjones/tmp/vddk-6.7.3/vmware-vix-disklib-distrib/lib64/libdiskLibPlugin.so: Cannot open library: libcrypto.so.1.0.2: cannot open shar...
2004 Dec 02
0
A somewhat off the line question to a log normal distrib
...y to eveluate general statisical
> > issues of this kind!
> >
>
> absolutely! R is excellent for this sort of thing. I use it for
> teaching stats all the time.
> I'd say that without a tool like R you cannot learn statistics.
>
>
> Consider an exponential distribution, which is very skewed.
>
> f <- function(n){mean(rexp(n))}
>
> then f(10) gives the mean of 10 independent exponentially distributed
> random
> variables. Then
>
> hist(replicate(10000,f(10)))
>
> gives us a histogram of 10000 observations of a variable t...
2002 Sep 10
0
[Bug 366] .cvsignore shouldn't be in distrib
http://bugzilla.mindrot.org/show_bug.cgi?id=366
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From djm at mindrot.org 2002-09-10 21:45
2007 Nov 12
1
rsync 3.0.0 pre5 + hard link preversation trigger assert
I've setup rsync 3.0.0 pre5 on distrib-coffee.ipsl.jussieu.fr (rsync server)
and upload the same into mandriva cooker (development distribution).
Someone reported this failure:
rsync -auvPH --delete
--exclude-from="/home/rfox/exclude.txt"
distrib-coffee.ipsl.jussieu.fr::mandrivalinux/devel/cooker/i586/ .
receiving incremen...
2015 Dec 12
2
Some patches from mageia
...D for COM32 use but other config parsers
> >> like (vesa)menu.c32 and gfxboot.c32 might not as they don't call by
> >> LABEL but execute plain commands.
> >
> > How can I reproduce this issue?
> >
> > Sebastian
>
> http://rpmfind.net/linux/mageia/distrib/cauldron/i586/isolinux/isolinux.cfg
> and http://rpmfind.net/linux/mageia/distrib/cauldron/x86_64/isolinux/isolinux.cfg
> ( http://distro.ibiblio.org/mageia/distrib/cauldron/ appears to be
> another mirror) look clean from anything that should resemble a global
> APPEND.
>
> Usin...
2006 Jan 05
1
Apache reverse proxy authentication problem on RHEL based distribs only
...che front-end, I enter "domain\user" for the user,
but the Apache front-end only sends back part of the authentication
string to the exchange. As an example, "domain\user" would only send
back "d\u" to the Exchange server. This does not happen at all with the
other distributions, as I get the full "domain\user" string sent back to
the Exchange.
Does anyone have any idea as to what could be causing this, and how I
might go about fixing it? All our environment consists of the same
distribution and I would prefer not to introduce a different one just
for...
2015 Dec 12
2
Some patches from mageia
...D for COM32 use but other config parsers
> >> like (vesa)menu.c32 and gfxboot.c32 might not as they don't call by
> >> LABEL but execute plain commands.
> >
> > How can I reproduce this issue?
> >
> > Sebastian
>
> http://rpmfind.net/linux/mageia/distrib/cauldron/i586/isolinux/isolinux.cfg
> and http://rpmfind.net/linux/mageia/distrib/cauldron/x86_64/isolinux/isolinux.cfg
> ( http://distro.ibiblio.org/mageia/distrib/cauldron/ appears to be
> another mirror) look clean from anything that should resemble a global
> APPEND.
>
> Usin...
2008 Mar 04
3
VMWare error: Use of uninitialized value in string eq
Hi all
I hope anyone can help me with this. I'm trying to get vmware to play
along nicely on CentOS 5.1 x64, but I get errors when I try and start a
vmx image, or list them. This the the error:
[root at backup vmware-mui-distrib]# vmware-cmd -l
Use of uninitialized value in string eq at
/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/VMware/VmPerl.pm
line 114.
/etc/vmware/windowsxp01.vmx
Google didn't return anything, maybe someone on the list knows something?
[root at backup vmware-mui-distrib]# uname -...
1999 Aug 31
1
Suggestion for qqplot() improvement
>>>>> On Tue, 31 Aug 1999 14:57, Werner Stahel <stahel@stat.math.ethz.ch> said:
WSt> Here is a suggestion. It seems that qqplots, comparing a sample
WSt> to a distribution other than the normal, are not explicitly
WSt> available in S or R. I found
(in S-plus / Trellis it is, see below)
WSt> qqplot(y, rt(300, df = 5))
WSt> as an example in the help file to qqplot .
WSt> This is not very sensible.
(it only tried to show that yo...
2006 Mar 05
3
Where to declare S4 classes?
...o S4... I have created some classes
of interest and they work acceptably well for the purpose. I am now
wondering how to make them operate in a package. In clear when a package
is loaded (eg library(mypackage)) where should I put the class descriptions:
setClass("Prior",representation(Distrib="character",Params="list"))
setClass("SamplePrior",representation("Prior",Sample="list"))
so that they are created and then usable for functions after a simple
call to library(mypackage).
It is probably something trivial, but I could not find out...
2020 Feb 13
4
[PATCH nbdkit v2 2/3] NOT WORKING: vddk: Drive library loading from libdir parameter.
I couldn't get this to work in the end. This is the latest
non-working version. This email documents what doesn't work for the
permanent record.
The central problem is that VDDK InitEx() appears to dlopen() various
of its own plugins. Although I wasn't able to capture exactly what
dlopen() command it is running, the plugins cannot be loaded because
they rely on the recompiled