Displaying 4 results from an estimated 4 matches for "homebak".
Did you mean:
homebank
2015 Jan 21
1
Samba4 Sharing Issue
.../locks/sysvol/training2.com/scripts
read only = No
[sysvol]
path = /usr/local/samba/var/locks/sysvol
read only = No
[home]
path = /home/home
comment = home
read only = no
vfs objects = btrfs acl_xattr
#[students backup]
# path = /disk2/homebak/students
# comment = students backup
# read only = no
# vfs objects = btrfs acl_xattr
#[staff backup]
# path = /disk2/homebak/staff
------------------------------------------------
Thanks and Regards
Srikanth V.S
2015 Jan 13
2
Samba4 Sharing Issue
Dear Samba Team,
First of all Thank you for Implementing samba4 version
with RSAT it was very useful in our environment.we have
configured samba4 with RSAT in our college it was working
for the past 5 to 6 weeks and then later we are facing the
problem in accessing sharing folder i am getting error
"security id structure is invalid" is there any solution
for this
2019 Jan 25
2
How to generate .bc file using configure && make on Mac OS X?
Hi,
I use the following commands to compile a GNU package to .bc files on Linux.
./configure CC=clang RANLIB=llvm-ranlib CFLAGS=-flto
LDFLAGS=-Wl\,-plugin-opt=save-temps\ -flto\ -fuse-ld=gold
make
But since it uses ld.gold, it won't work on Mac OS X. Is there
something equivalent that works on Mac OS X? Thanks.
--
Regards,
Peng
2019 Jan 28
2
How to generate .bc file using configure && make on Mac OS X?
...-flto
checking build system type... x86_64-apple-darwin17.7.0
checking host system type... x86_64-apple-darwin17.7.0
Beginning configuration for bash-5.0-release for x86_64-apple-darwin17.7.0
checking for gcc... clang
checking whether the C compiler works... no
configure: error: in `/Users/pengy/homebake/work/bash/build/Linux/y':
configure: error: C compiler cannot create executables
See `config.log' for more details
Here is the relevant content from config.log
====
configure:3750: checking whether the C compiler works
configure:3772: clang -g -flto -Wl,-plugin-opt=save-temps -flto conf...