Displaying 5 results from an estimated 5 matches for "00157".
Did you mean:
0015
2016 Mar 20
0
Re: [PATCH v2 0/7] tests/qemu: Add program for tracing and analyzing boot times.
On 03/20/2016 14:30, Richard W.M. Jones wrote:
> v1 was here:
>
> https://www.redhat.com/archives/libguestfs/2016-March/thread.html#00157
Thanks, this is much better than looking at 'ts -i' output.
BTW I have use 'git am' to apply them to latest git HEAD and try it.
Is this the preferred way, or is there a git branch/repo somewhere that I missed which would already have these applied?
>
> Not running the ...
2016 Mar 20
2
Re: [PATCH v2 0/7] tests/qemu: Add program for tracing and analyzing boot times.
On Sun, Mar 20, 2016 at 05:28:05PM +0200, Török Edwin wrote:
> On 03/20/2016 14:30, Richard W.M. Jones wrote:
> > v1 was here:
> >
> > https://www.redhat.com/archives/libguestfs/2016-March/thread.html#00157
>
> Thanks, this is much better than looking at 'ts -i' output.
>
> BTW I have use 'git am' to apply them to latest git HEAD and try it.
> Is this the preferred way, or is there a git branch/repo somewhere that I missed which would already have these applied?
I'...
2016 Sep 16
3
Need help with directory create time
Hello,
my problem:
In the past "fake directory create times" did what I expect. The creation time
of directories were fixed.
Then I changed to samba 4 and "fake directory create times" did not work any
longer. But I found a workaround and the creation times of directories were
fixed.
Today there was a virus and I restored a backup and the directory creation
time is
2016 Sep 16
2
Need help with directory create time
...return
> a create time of 1/1/1980 to clients.
>
Thank you.
There is no difference with or without "fake directory create times=yes".
After changes in the folder, the creation time is changed too (current time)
On http://www.archivum.info/samba-technical at lists.samba.org/2008-10/00157/
Different-parameters-in-Samba-3-and-Samba-4.html I found absent parameter
"fake directory create times" in samba 4
My smb.conf:
# Global parameters
[global]
workgroup = LOCAL
realm = LOCAL.DOMAIN
netbios name = SSRV01
server role = active directory domain controller
server service...
2016 Mar 20
14
[PATCH v2 0/7] tests/qemu: Add program for tracing and analyzing boot times.
v1 was here:
https://www.redhat.com/archives/libguestfs/2016-March/thread.html#00157
Not running the 'hwclock' command reduces boot times considerably.
However I'm not sure if it is safe. See the question I posted on
qemu-devel:
http://thread.gmane.org/gmane.comp.emulators.qemu/402194
At the moment, about 50% of the time is consumed by SeaBIOS. Of this,
about ⅓rd...