Displaying 20 results from an estimated 30 matches for "30k+".
Did you mean:
30k
2015 Mar 23
4
Inspection of disk snapshots
...VM and inspect its content through libguestfs (using
it's Python bindings).
Obviously I need the base image in order for libguestfs to correctly guess
the OS, the FS structure etc.. Problem is that that point when I inspect
the disk I get the whole disk state including the base image content (30K+
files and directories).
This is not an issue but it's a very heavy operation considering that some
of the snapshots are few megabytes while the base images are several
gigabytes.
Is there a way to programmatically instruct libguestfs to limit the
inspection to the sole snapshot?
Would it wor...
2014 Feb 05
1
Make SSH_ORIGINAL_COMMAND available in AuthorizedKeysCommand context
...context (via env ?). Is this possible ? can anybody give me advice on
going into this ?
If possible, I'll use this SSH_ORIGINAL_COMMAND to send client specifics
information to the AuthorizedKeysCommand script. Currently, the only
alternative to this is to use the login itself (we have around 30k+
different 'hosts' that might want to connect to our servers) to identify
the client, but that come with the need of a custom nss endpoint
configuration (we use libnss-pgsql2 ) to support dynamic user lookup, and
more work (to manage uid & co)
Using 'one' standard user file wa...
2015 Mar 23
0
Re: Inspection of disk snapshots
...ent through libguestfs (using
> it's Python bindings).
>
> Obviously I need the base image in order for libguestfs to correctly guess
> the OS, the FS structure etc.. Problem is that that point when I inspect
> the disk I get the whole disk state including the base image content (30K+
> files and directories).
>
> This is not an issue but it's a very heavy operation considering that some
> of the snapshots are few megabytes while the base images are several
> gigabytes.
>
> Is there a way to programmatically instruct libguestfs to limit the
> inspe...
2007 Dec 06
5
Automatic Index Generation
Hello,
I'm looking for an application/script/etc. which will allow me to recreate dovecot indexes by hand from shell. I'm preparing myself for migration to dovecot 1.0.rc15 (debian stable) and would like to create indexes before users start to login into new server to ease the load. My other option is to write a script which will log as each user and create indexes, however this seems a
2006 Nov 14
5
SSH Console access
I''ve been playing around with this, but have yet to be successful.
I am trying to figure out how to SSH to my Dom0 IP and some static port
and then redirect the "xm console <domU>" into the SSH session. Has anyone
been successful in doing this? Really the only option I''ve seen is using
"screen" on the /dev/pts/[1-x] console device, but that seems overly
2015 Mar 23
2
Re: Inspection of disk snapshots
...sing
> > it's Python bindings).
> >
> > Obviously I need the base image in order for libguestfs to correctly guess
> > the OS, the FS structure etc.. Problem is that that point when I inspect
> > the disk I get the whole disk state including the base image content (30K+
> > files and directories).
> >
> > This is not an issue but it's a very heavy operation considering that some
> > of the snapshots are few megabytes while the base images are several
> > gigabytes.
> >
> > Is there a way to programmatically instruct...
2015 Mar 24
1
Fwd: Inspection of disk snapshots
...ings).
> > >
> > > Obviously I need the base image in order for libguestfs to correctly
> guess
> > > the OS, the FS structure etc.. Problem is that that point when I
> inspect
> > > the disk I get the whole disk state including the base image content
> (30K+
> > > files and directories).
> > >
> > > This is not an issue but it's a very heavy operation considering that
> some
> > > of the snapshots are few megabytes while the base images are several
> > > gigabytes.
> > >
> > > Is th...
2018 Jan 22
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
It is super gross, but we copy parts of windows.h because having all of it
if both gigantic and very very messy. So our win32.h has a couple thousands
of lines and not 30k+ for windows.h and we try to have zero macros. Win32.h
doesn't include windows.h so using ::BOOL wouldn't work. We don't want to
create a namespace, we just want a cleaner interface to windows api. The
namespace with c linkage is the way to trick cl into allowing us to in some
files hav...
2018 Jan 22
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...> On Mon, Jan 22, 2018 at 2:23 PM Leonardo Santagada <santagada at gmail.com>
> wrote:
>
>> It is super gross, but we copy parts of windows.h because having all of
>> it if both gigantic and very very messy. So our win32.h has a couple
>> thousands of lines and not 30k+ for windows.h and we try to have zero
>> macros. Win32.h doesn't include windows.h so using ::BOOL wouldn't work. We
>> don't want to create a namespace, we just want a cleaner interface to
>> windows api. The namespace with c linkage is the way to trick cl into
>&...
2018 Jan 22
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...bug about int and
long).
On Mon, Jan 22, 2018 at 2:23 PM Leonardo Santagada <santagada at gmail.com>
wrote:
> It is super gross, but we copy parts of windows.h because having all of it
> if both gigantic and very very messy. So our win32.h has a couple thousands
> of lines and not 30k+ for windows.h and we try to have zero macros. Win32.h
> doesn't include windows.h so using ::BOOL wouldn't work. We don't want to
> create a namespace, we just want a cleaner interface to windows api. The
> namespace with c linkage is the way to trick cl into allowing us to in...
2018 Jan 24
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...onardo Santagada <santagada at gmail.com>
>>> wrote:
>>>
>>>> It is super gross, but we copy parts of windows.h because having all of
>>>> it if both gigantic and very very messy. So our win32.h has a couple
>>>> thousands of lines and not 30k+ for windows.h and we try to have zero
>>>> macros. Win32.h doesn't include windows.h so using ::BOOL wouldn't work. We
>>>> don't want to create a namespace, we just want a cleaner interface to
>>>> windows api. The namespace with c linkage is the wa...
2018 Jan 22
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
..., 2018 at 2:23 PM Leonardo Santagada <santagada at gmail.com>
>> wrote:
>>
>>> It is super gross, but we copy parts of windows.h because having all of
>>> it if both gigantic and very very messy. So our win32.h has a couple
>>> thousands of lines and not 30k+ for windows.h and we try to have zero
>>> macros. Win32.h doesn't include windows.h so using ::BOOL wouldn't work. We
>>> don't want to create a namespace, we just want a cleaner interface to
>>> windows api. The namespace with c linkage is the way to trick c...
2010 Dec 21
5
solaris 10 winbind authentication with ADS
I'm trying to setup a Solaris 10 Sparc station to authenticate users on
login with Windows ADS. I have found the documentation for this but
having no luck in getting the pam modules to work. Here is what I have
done so far:
Compiling Kerberos MIT5-1.8.3:
cd into the src directory
./configure --prefix=/opt/local
gmake
gmake install
Compiling Samba 3.5.6:
setenv CFLAGS "-O2"
2018 Jan 25
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...;santagada at gmail.com>
>>>> wrote:
>>>>
>>>>> It is super gross, but we copy parts of windows.h because having all
>>>>> of it if both gigantic and very very messy. So our win32.h has a couple
>>>>> thousands of lines and not 30k+ for windows.h and we try to have zero
>>>>> macros. Win32.h doesn't include windows.h so using ::BOOL wouldn't work. We
>>>>> don't want to create a namespace, we just want a cleaner interface to
>>>>> windows api. The namespace with c linka...
2018 Jan 25
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...; santagada at gmail.com> wrote:
>>>>>
>>>>>> It is super gross, but we copy parts of windows.h because having all
>>>>>> of it if both gigantic and very very messy. So our win32.h has a couple
>>>>>> thousands of lines and not 30k+ for windows.h and we try to have zero
>>>>>> macros. Win32.h doesn't include windows.h so using ::BOOL wouldn't work. We
>>>>>> don't want to create a namespace, we just want a cleaner interface to
>>>>>> windows api. The namespace...
2018 Jan 25
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...te:
>>>>>>>
>>>>>>>> It is super gross, but we copy parts of windows.h because having
>>>>>>>> all of it if both gigantic and very very messy. So our win32.h has a couple
>>>>>>>> thousands of lines and not 30k+ for windows.h and we try to have zero
>>>>>>>> macros. Win32.h doesn't include windows.h so using ::BOOL wouldn't work. We
>>>>>>>> don't want to create a namespace, we just want a cleaner interface to
>>>>>>>> win...
2018 Jan 25
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...mail.com> wrote:
>>>>>>
>>>>>>> It is super gross, but we copy parts of windows.h because having all
>>>>>>> of it if both gigantic and very very messy. So our win32.h has a couple
>>>>>>> thousands of lines and not 30k+ for windows.h and we try to have zero
>>>>>>> macros. Win32.h doesn't include windows.h so using ::BOOL wouldn't work. We
>>>>>>> don't want to create a namespace, we just want a cleaner interface to
>>>>>>> windows api. Th...
2018 Jan 25
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...>>
>>>>>>>>>> It is super gross, but we copy parts of windows.h because having
>>>>>>>>>> all of it if both gigantic and very very messy. So our win32.h has a couple
>>>>>>>>>> thousands of lines and not 30k+ for windows.h and we try to have zero
>>>>>>>>>> macros. Win32.h doesn't include windows.h so using ::BOOL wouldn't work. We
>>>>>>>>>> don't want to create a namespace, we just want a cleaner interface to
>>>>>...
2018 Jan 25
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...>>>>>
>>>>>>>>> It is super gross, but we copy parts of windows.h because having
>>>>>>>>> all of it if both gigantic and very very messy. So our win32.h has a couple
>>>>>>>>> thousands of lines and not 30k+ for windows.h and we try to have zero
>>>>>>>>> macros. Win32.h doesn't include windows.h so using ::BOOL wouldn't work. We
>>>>>>>>> don't want to create a namespace, we just want a cleaner interface to
>>>>>>>...
2018 Jan 25
3
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...;>>>>>>>> It is super gross, but we copy parts of windows.h because
>>>>>>>>>>>> having all of it if both gigantic and very very messy. So our win32.h has a
>>>>>>>>>>>> couple thousands of lines and not 30k+ for windows.h and we try to have
>>>>>>>>>>>> zero macros. Win32.h doesn't include windows.h so using ::BOOL wouldn't
>>>>>>>>>>>> work. We don't want to create a namespace, we just want a cleaner interface
>>...