Displaying 20 results from an estimated 21 matches for "osne".
Did you mean:
one
2008 Mar 08
0
Failed to Set UID Error and Can't become connected user Error
...ead only = No
create mask = 0770
directory mask = 0770
hide unreadable = Yes
[fax]
comment = fax
path = /home/samba/fax
force user = smbuser
force group = wwgp1
read only = No
create mask = 0770
directory mask = 0770
[osnexec]
comment = osnexec
path = /home/samba/osnexec
valid users = @osnexec
force group = osnexec
read only = No
create mask = 0770
directory mask = 0770
[osnopen]
comment = osnopen
path = /home/samba/osnopen
force user =...
2016 Feb 24
1
%OS on output
R help on 'strptime' has the following in "Details" section.
Specific to R is ?%OSn?, which for output gives the seconds truncated to ?0 <= n <= 6? decimal places (and if ?%OS? is not followed by a digit, it uses the setting of ?getOption("digits.secs")?, or if that is unset, ?n = 3?).
In reality, for output, if '%OS' is not followed by a digit and
2009 Jul 20
1
[PATCH] Replace 'distrofamily' with feature tags
It turns out that the distribution hierarchy is not as reliable concept as you
might think. This patch removes distrofamily again.
Instead of distrofamily, we will add feature tags. This patch adds 2 feature
tags for Linux distributions:
package_format (eg rpm/dpkg)
package_management (eg rhn/yum/apt)
This change is reflected in the output of virt-inspector
---
inspector/virt-inspector.pl |
2009 Jul 31
1
[PATCH] Use grub entries to find Linux kernels
This change adds grub parsing to Lib.pm. It adds the following structure to $os:
{boot}
->{configs}
->[0]
->{title} = "Fedora (2.6.29.6-213.fc11.i686.PAE)"
->{kernel} = \kernel
->{cmdline} = "ro root=/dev/mapper/vg_mbooth-lv_root rhgb"
->{initrd} = \initrd
->{default} = 0
The kernel and initrd entries are just
2009 Jul 16
1
[PATCH] Differentiate 'distro' and 'distrofamily' in Sys::Guestfs::Lib
Change distro in the output formally known as virt-inspector to reflect the
actual distro. Possible values are now: fedora, rhel, centos, scientific,
debian.
Add new distrofamily entry which is one of: redhat, debian. Currently all
distros except 'debian' are in the redhat family.
This allows you to, for example, select a RHEL/CentOS/Scientific Linux specific
kernel for installation
2009 Jul 16
1
[REPOST] Differentiate 'distro' and 'distrofamily' in Sys::Guestfs::Lib
I was slightly too quick off the marks with the first patch. This updated patch
modifies all of virt-inspector's output types to take account of distrofamily.
2009 Aug 03
1
[REPOST] Use grub entries to find Linux kernels
This is a repost of the patch I sent on Friday. I know it was already ACK'd, but
I've changed a fair bit in addition to adding the requested POD. Specifically:
I discovered that augeas's grub lens wasn't returning cmdline the way I
expected. This is fixed.
The kernel package, if known, is output as a property of the kernel.
The XML output of virt-inspector is updated with all
2009 May 22
2
[LLVMdev] Arm port
...e making use of outside makefiles in outside sourced
> things like Perl. But it would surely need BSD Makefiles for FreeBSD, and I'm
> pretty sure for NetBSD also. They're not all that difficult to add in, I could
> do that for you if you wanted.
>
According to an article at OSNews http://osne.ws/gjz Clang (the LLVM's C family frontend) is already being adopted as the C compiler of choice for FreeBSD. However, one of Clang's design principles is IDE integration. Makefiles may soon become a thing of the past for LLVM.
Before CMake was adopted by the LLVM team they...
2011 May 01
1
microsecond timestamp support
Does R have support for microseconds in timestamps, e.g. when reading this in
"Time","Include","Kind","Duration"
2011-04-01 14:20:36.368324,Y,U,1.03238296509
2011-04-01 14:20:35.342732,Y,C,0.0252721309662
2011-04-01 14:20:34.337209,Y,R,0.00522899627686
Thanks, Joel
--------------------------------------------------------------------------
- for hire: mac
2010 Apr 22
2
time difference
Hi,
Does anyone know how to take a time difference when the format of the time
is as 13:22:23.586? I am trying to take the difference of time between stock
transactions and need to keep the three decimal places for seconds. I have
tried *diff(strptime(x, "%H:%M:%S.000))*, but apperantly that doesn't work.
Carol Gao
[[alternative HTML version deleted]]
2003 Jan 14
1
Random number generator in R compared to S
...esults, and pass them back to S-plus?
Or is it more efficient to generate all the datasets in S-plus and export
them to R?
Or anything else?
Any hints will be greatly appreciated.
O__ ---- Alain Le Tertre
c/ /''_ --- Institut de Veille Sanitaire (InVS)
(*) \(*) -- 12 rue du val d''Osne
~~~~~~~~~~ - 94415 Saint Maurice cedex FRANCE
Voice: 33 1 41 79 67 50 Fax: 33 1 41 79 67 68
email: a.letertre@invs.sante.fr
[[alternate HTML version deleted]]
2010 Apr 21
2
[PATCH 1/2] Don't die during inspection if initrd doesn't exist
This fixes a problem where inspection would die if grub.conf referenced a
non-existent initrd. Just return an empty initrd instead.
---
perl/lib/Sys/Guestfs/Lib.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/perl/lib/Sys/Guestfs/Lib.pm b/perl/lib/Sys/Guestfs/Lib.pm
index 5428b10..b5b3906 100644
--- a/perl/lib/Sys/Guestfs/Lib.pm
+++ b/perl/lib/Sys/Guestfs/Lib.pm
@@
2007 Jun 12
1
Can strptime handle milliseconds or AM/PM?
I'm trying to proess date/time fields from files that were given to me to
analyze.
Any clues what I'm doing wrong with strptime? This seems to fail the same
way under Linux or Windows.
For ?strptime would it make sense to explain %OS3 somewhere besides the
Examples?
> # Why does %OS3 work here?
> format(Sys.time(), "%H:%M:%S")
[1] "16:45:19"
>
2014 Oct 17
1
Re: missing btrfs subvol support
On Friday 17 October 2014 11:25:03 Olaf Hering wrote:
> On Thu, Oct 16, Olaf Hering wrote:
> > I can probably add a check somewhere to catch the whatever=="@". A
> > better fix would be to check if a given subvolume is for the entire
> > partition.
>
> So after talking to David Sterba there is no way to tell if a given
> subvolume is for the entire
2011 Feb 15
2
strptime format = "%H:%M:%OS6"
I read a dataset with times in them, e.g., "09:31:29.18761".
I then parse them:
> all$X.Time <- strptime(all$X.Time, format = "%H:%M:%OS6");
and get a vector of NAs (how do I check that except for a visual inspection?)
then I do
> options("digits.secs"=6);
> all$X.Time <- strptime(all$X.Time, format = "%H:%M:%OS");
and it, apparently, works:
2009 May 22
0
[LLVMdev] Arm port
...akefiles in outside sourced
>> things like Perl. But it would surely need BSD Makefiles for FreeBSD, and I'm
>> pretty sure for NetBSD also. They're not all that difficult to add in, I could
>> do that for you if you wanted.
>>
>
> According to an article at OSNews http://osne.ws/gjz Clang (the LLVM's C family frontend) is already being adopted as the C compiler of choice for FreeBSD. However, one of Clang's design principles is IDE integration. Makefiles may soon become a thing of the past for LLVM.
>
> Before CMake was adopted by the LLVM...
1997 Feb 05
0
bliss version 0.4.0
[mod: Forwarded by Jeff Uphoff. I tried to mangle the headers that
it appears as the original post: with an invalid return address. -- REW]
A few months back, a very alpha version of bliss got posted. That shouldn''t
have happened, but, it was pretty much ignored so I didn''t worry about it.
But now it seems there''s a bit of a fuss about this. I''ll post the
2009 Aug 03
1
[PATCH 1/2] Convert all TABs-as-indentation to spaces.
Per discussion on IRC, here are two changes to
convert all TABs-as-indentation to spaces.
The first one is the fully-automated conversion.
However, note that the command mentioned uses a file
(the .x-sc* one) that is added only in the following patch.
The second patch adds rules to help keep things that way:
Document and enforce the new spaces-only indentation policy.
* cfg.mk
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...uN`Wt2~7NmgYW!
z=a%HI$Q7$|HOwP5RXpZ;vl3ea?$*@QO9|O>e-GzVr|20ABo@%pU}9G-C+6;;>+Ko(
z9DTMo_yYCs3BE-AEy1$Hx#blbUz$O$xiO<Ns50bzg9cWGx-lMGf}$hnOBx&M4EkK7
zLnW3_D at mLP`rKne at tG0ydB%mhf<A3jXky4a%o5sRPipFL%jcRBDuqOPmO8 at Xv0Y~Q
z)JdU{mT;w$yWH}*tK&*4ET1+xG(RNPgv8d6*d2<uzAMC6?q?H(%OSne;<#94i4+o}
ztW58%&?qY_`F3cum8o3~jj?=LPeNm at OwUbFvRv0f<1FFEqH1NO-49K$WE`DnWu at K?
zO at gr`CR>^A>!B%@FXLfoyp`GKUZ~pQ>wy}}=X(^IYWdP1geF^ANjE~%tW5PvXu2gl
zBxYEm4~be!@L$KYGE?q^>MW7W59ocFkK+xSWr<W0^_EB?@jN76C)zPZ|C!DEG+or`
z?%A+b6;2m6SiQF;jTTS&IWSHYSM<b|HG$qvD2=UD_Y<...
2003 Apr 08
1
Patch for passdb-passwd-file.c
Index: passdb-passwd-file.c
===================================================================
RCS file: /home/cvs/dovecot/src/auth/passdb-passwd-file.c,v
retrieving revision 1.6
diff -u -u -r1.6 passdb-passwd-file.c
--- passdb-passwd-file.c 18 Feb 2003 19:24:44 -0000 1.6
+++ passdb-passwd-file.c 8 Apr 2003 15:59:53 -0000
@@ -28,7 +28,7 @@
crypted_pass = pu->password;
scheme =