On Tue, Mar 22, 2016 at 7:55 PM, Tamas Papp <[email protected]> wrote:
>
>
> On 03/22/2016 01:51 PM, Dan Kegel wrote:
>>
>>
>> that is the largest possible value.  convert it to base16 and you'll see.
>>
>
> $ echo 18446744073709551615| base64
> MTg0NDY3NDQwNzM3MDk1NTE2MTUK

base16, not 64

>
>
> What should I see here?

# php -r 'echo base_convert("18446744073709551615",10,16)."\n";'
10000000000000000

-- 
Fajar
_______________________________________________
lxc-users mailing list
[email protected]
http://lists.linuxcontainers.org/listinfo/lxc-users

Reply via email to