Displaying 20 results from an estimated 1976 matches for "florians".
Did you mean:
florian
2006 May 11
2
Problems with link-dest
Hello,
I want to use the link-dest feature. Changed files should not be written again
but only linked from existing location.
I execute rsync:
florian@horus ~/python $ rsync --relative --recursive -vv
"/home/florian/Desktop/back" "/home/florian/backupTest/2006-05-07"
building file list ...
done
created directory /home/florian/backupTest/2006-05-07
delta-transmission disabled
2009 Jun 28
10
pygrub caching issue
https://bugzilla.redhat.com/show_bug.cgi?id=466681
just to be sure that some one in xvm-team notices that before any bits
from xvm-gate are putback ;)
Florian
2009 Sep 01
15
install sxce as paravirtual guest
I have tried to define a domain or using virt-install both failed.
Could some one give me the correct command to do this?
I used:
virt-install --nographics --paravirt --os-type=solaris
--os-variant=opensolaris --ram 1024 --name cam-host --disk
path=/dev/dsk/c0t600A0B800049E902000008EB4A9CE744d0p0,driver=phy -l
/export/media_images/sol-nv-b121-x86-dvd.iso
thx,
florian
2011 Sep 01
4
readBin fails to read large files
Posting for a friend
Begin forwarded message:
From: "Geier, Florian" <florian.geier08@imperial.ac.uk<mailto:florian.geier08@imperial.ac.uk>>
Subject: Fwd: readBin fails to read large files
Date: September 1, 2011 4:10:53 PM GMT+01:00
To:
Begin forwarded message:
Date: 1 September 2011 16:01:45 GMT+01:00
Subject: readBin fails to read large files
Dear all,
I am trying
2004 Nov 07
13
distribute/deploy software to clients
Hello,
I run a Windows domain based on Samba 3 and I am searching for a way to
distribute/deploy software to clients.
I.e., a user logging on to a client, software should be automatically
installed or upgraded. Is there any common solution? I heard of MSI
packages, but I don't know if it is necessary to create MSI packages of
all installations...
Thanks
Florian
2019 Dec 10
0
[moser.florian@ca-c.at: AW: NAS with Samba and Multi-TT USB Hubs]
Sending the resolution to the list so that others know
how to fix this :-).
Cheers,
Jeremy.
----- Forwarded message from Florian Moser | CAC <moser.florian at ca-c.at> -----
Date: Tue, 10 Dec 2019 09:45:34 +0000
From: Florian Moser | CAC <moser.florian at ca-c.at>
To: Jeremy Allison <jra at samba.org>
Subject: AW: [Samba] NAS with Samba and Multi-TT USB Hubs
You're
2010 May 27
11
unistalling gplpv from win7x64 gives BSOD
I have installed the 210 gplpv (debug), when I try to update them with
current gplpv I get a BSOD even so when I try to uninstall them.
Now I have made a bootentry that specifies NOGPLPV, what gives me a
bootable system after such a crash, I found (uninstalling the leftover
driver packages after getting bsod during uninstall of the main package)
that uninstalling the net driver leads to bsod. Now
2008 Apr 08
3
openssh version 5
Greetings,
It just strike me that they are no available version of OpenSSH version
5 or any available versions with the ChrootDirectory option.
Any reason why ?
Thanks,
2009 Dec 07
3
[LLVMdev] Documentation of malloc/free
Hi everyone,
I noticed that MallocInst and FreeInst have been removed from the LLVM IR as
well as the language reference[1]. May I propose that at least some
placeholder is left in that document telling the reader that these
instructions have been removed. This should be kept in at least until there is
one official release that does not support these instructions anymore.
The same goes for
2018 Apr 04
3
llvm::PointerIntPair -- is this by design or a bug?
Rather than “fixing” it, it might be better to support a separate method for signed extension. My reasoning is as follows:
int x = 7;
llvm::PointerIntPair<double*, 3, int> pip;
pip.setInt(x);
There could be code out there that expects pip.getInt() to return 7 and not -1.
So if you really want to set a negative and return a negative value, a separate method setSignedInt and getSignedInt
2009 Mar 28
6
cpu frequency scaling in xen 3.3.1
Hi,
i read the xenpm wiki page, but i cannot use the "p-states". xenpm shows:
xenpm
cpu id : 0
total C-states : 2
idle time(ms) : 1776034
C0 : transition [00000000000000000000]
residency [00000000000000000000 ms]
C1 : transition [00000000000000260278]
residency
2018 Jan 29
2
[RFC] Enable Partial Inliner by default
Hello All,
This conversations seems to have fizzled out and I would like to try to
revive it. My intention is to pick up where Graham left off with enabling
partial-inlining by default.
On Sat, Dec 9, 2017 at 7:47 AM, Florian Hahn via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hi,
>
> On 13/11/2017 14:47, Evgeny Astigeevich via llvm-dev wrote:
>
>> Hi Graham,
2012 Nov 15
2
Adding two different factors to one observation?
In a data frame, I would like to assign two or more factors to one
observation. Is it possible? If so, how?
Example: In the variable $ dishes, there are several levels: "cup",
"plate", "saucer". In my first observation, I see a saucer only. But in
the second one, I see a cup and a saucer. In the third, however, there
is only a cup, in the fourth a plate only and
2017 Dec 08
2
Help in generating Debug symbols
Hi Florian,
Thanks for the reply.
On Fri, Dec 8, 2017 at 6:48 PM, Florian Hahn <florian.hahn at arm.com> wrote:
> Hi,
>
> On 08/12/2017 06:24, Nagaraju Mekala via llvm-dev wrote:
>>
>> Hi all,
>>
>> I am new to LLVM. Currently working on adding an embedded target to
>> LLVM backend.
>> I was able to generate the object file for our
2018 Jan 09
1
status on NewGVN?
Yes, the bug tracks it, and there are one or two major issues. I have
patches half done for them, and am more than happy to give guidance/help in
getting them done (and i've done this successfully with 3 interns so far :P)
On Tue, Jan 9, 2018 at 9:31 AM, Florian Hahn <florian.hahn at arm.com> wrote:
> Hi Amara,
>
> On 08/01/2018 19:26, Amara Emerson via llvm-dev wrote:
>
2017 Jul 07
2
I/O error for one folder within the mountpoint
I guess you're right aboug gfid, I got that:
[2017-07-07 07:35:15.197003] W [MSGID: 108008]
[afr-self-heal-name.c:354:afr_selfheal_name_gfid_mismatch_check]
0-applicatif-replicate-0: GFID mismatch for
<gfid:3fa785b5-4242-4816-a452-97da1a5e45c6>/snooper
b9222041-72dd-43a3-b0ab-4169dbd9a87f on applicatif-client-1 and
60056f98-20f8-4949-a4ae-81cc1a139147 on applicatif-client-0
Can you
2018 Apr 04
2
llvm::PointerIntPair -- is this by design or a bug?
It won't move the sign bit, so negative values won't fit, unless you have a 3 bit signed type ;)
Note that if you assign negative values to and then read from a signed bit-field, you would do sign extension. So 3-bit signed types do exist in C++.
It begs the question why PointerIntPair supports signed int types if it always loses the sign. Is it just to avoid signed/unsigned comparison
2006 May 29
2
parameter-restrictions in OPTIM
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt.
Name: nicht verf?gbar
URL: https://stat.ethz.ch/pipermail/r-help/attachments/20060529/2d606d35/attachment.pl
2017 Jul 07
0
I/O error for one folder within the mountpoint
On 07/07/2017 03:39 PM, Florian Leleu wrote:
>
> I guess you're right aboug gfid, I got that:
>
> [2017-07-07 07:35:15.197003] W [MSGID: 108008]
> [afr-self-heal-name.c:354:afr_selfheal_name_gfid_mismatch_check]
> 0-applicatif-replicate-0: GFID mismatch for
> <gfid:3fa785b5-4242-4816-a452-97da1a5e45c6>/snooper
> b9222041-72dd-43a3-b0ab-4169dbd9a87f on
2007 Dec 13
2
Trying to use ActiveRecord STI but fails
Hi all,
I''m wondering about my sanity here. There''s probably something simple I
overlooked. First off, I have close to zero experience with Merb.
1. I configured use_orm :activerecord in config/dependencies.rb;
2. I have a file named app/models/measurement.rb which looks like this:
class Measurement < Observation
end
3. I have another file named