Displaying 3 results from an estimated 3 matches for "bbbe".
Did you mean:
bbb
2011 Mar 30
2
[PATCH] xenstore-stat v2
The entries in xenstore have permission attributes. The
attributes can be easily altered by xenstore-chmod, however,
I cannot find a easy way to see them.
I''ve modified xenstore_client.c to raise a new utility.
The utility checks the permission and makes an easy-look output.
Please tell me any suggestions.
Thanks.
Signed-off-by: Frank Pan <frankpzh@gmail.com>
---
2014 Jul 17
2
[LLVMdev] [compiler-rt] CMake bug in building ARM builtins library
On 7/16/14, 6:09 PM, sgundapa wrote:
> I see a couple of issues here.
>
> If I include .S files for ARM, the –no-integrated-as path complains about
> Assembler errors.
>
> The integrated-as path works fine though.
>
These are very likely just differences between the old ARM assembler syntax and
the new 'Unified' syntax. Can you use an assembler that accepts UAL
2017 Jun 19
0
CentOS7 DF problem
...0 8150940 0% /sys/fs/cgroup
/dev/vdb 515928320 786176 488911360 1% /home
/dev/vda1 508580 180304 328276 36% /boot
tmpfs 1630192 0 1630192 0% /run/user/0
With /etc/fstab I set as following.
UUID=f3b3a4ae-757f-4c68-bbbe-c05ded3d8580 /mnt/extradiskA ext4
defaults,usrquota,grpquota 1 2
/dev/mapper/centos-swap swap swap defaults 0 0
/mnt/extradiskA/home /home none bind 0 0
/mnt/extradiskA/log /var/log none bind 0...