Displaying 6 results from an estimated 6 matches for "mmmhhh".
Did you mean:
mmhhh
2017 Dec 06
2
[Curiosity] 'netbios aliases' works in AD mode?
On Wed, 2017-12-06 at 11:19 +0100, Marco Gaiarin via samba wrote:
> Mandi! Andrew Bartlett via samba
> In chel di` si favelave...
>
> > > We haved used it on a domain member server, yes.
> > > Only one thing: when you have a compteraccount memberserver$ in your AD,
> > > you cannot use "memberserver" as an alias on another machine)
> >
>
2015 Aug 05
0
EFI: HP + syslinux = crash
...format string formats, also expects unicode strings. To
print a good old ascii string, one needs to use %a. A "#define printf
APrint" did not work very well because of this.
On 05-08-15 16:47, Patrick Masotta wrote:
> This is a big issue. Probably lot of code doing this in EFI...mmmhhh
> You can try redirecting printf to an empty function and see if it
> crashes the same way..
I'm quite sure it isn't the printf that causes the crashing. It just
doesn't appear. At one time I had this in efi/main.c:
if (!setjmp(load_error_buf)) {
pri...
2017 Dec 07
0
[Curiosity] 'netbios aliases' works in AD mode?
...back in the day
> with Samba).
Good to know. Thanks.
> You can't even use DNS search paths on the clients and then fully
> qualfied aliases as the client will ask for a ticket for exactly the
> name stated, not the FQDN as this avoids in-secure DNS being an attack
> point.
Mmmhhh... i try to do an example.
Supposing we have 'vdmsv1.ad.fvg.lnf.it' aliased with 'file.sv.lnf.it'
in LAN 1, and 'vdmpp1.ad.fvg.lnf.it' aliased with 'file.pp.lnf.it' in
LAN 2.
If client in LAN 1 have 'sv.lnf.it' in search path, and in LAN 2
'pp.lnf.it...
2015 Aug 05
2
EFI: HP + syslinux = crash
>>>
> On 05-08-15 12:05, Gene Cumm wrote:
>>
>>? > I recompiled with this in mk/devel.mk <http://devel.mk>:
>>? >? GCCWARN += -DDEBUG_PORT=0x2f8 -DCORE_DEBUG=1
>>
>> 0x2f8 is a BIOSism.
> Is this a problem? The
example in the comments said 0x3f8 which is COM1.
It means that a BIOS IO port for a UART won't work for EFI.? No
2017 Dec 07
2
[Curiosity] 'netbios aliases' works in AD mode?
...d to know. Thanks.
>
>
> > You can't even use DNS search paths on the clients and then fully
> > qualfied aliases as the client will ask for a ticket for exactly the
> > name stated, not the FQDN as this avoids in-secure DNS being an attack
> > point.
>
> Mmmhhh... i try to do an example.
>
> Supposing we have 'vdmsv1.ad.fvg.lnf.it' aliased with 'file.sv.lnf.it'
> in LAN 1, and 'vdmpp1.ad.fvg.lnf.it' aliased with 'file.pp.lnf.it' in
> LAN 2.
>
> If client in LAN 1 have 'sv.lnf.it' in search path,...
2015 Aug 05
1
EFI: HP + syslinux = crash
On 05-08-15 10:01, Patrick Masotta wrote:
>>>>
> Okay, the code in efi/ uses Print() from gnu_efi, but generic code from
> core/ like core/elflink/load_env32.c prints their messages and debugging
> stuff using printf(). These messages end up nowhere. This may explain
> why I never saw anything beyond a certain point, even with debugging
> turned on.
>