Displaying 3 results from an estimated 3 matches for "coiped".
Did you mean:
coined
2012 Dec 12
1
Help pls. -- Samba permission question
...#chowm -R 2770 management
When I test this I found out:
the managegroup member can create new file/dir with the correct
permission: -rwxrws--- or drwxrws---
BUT, when the client copy a file or dir to the share from his local
drive, then some file/dir will have different the permission when it
coiped to the Samba share. (for example, drwxrwxr-x)
We have both Windows and Ubuntu client. Ubuntu client use cifs.mount to
access the Samba share.
Here is my smb.conf file. Please help me. All I want is when and file
and/or dir end up on the samba share, it should have 770 permission.
Thanks.
Gao...
2007 Apr 16
2
basic include files for speex
Hi Jean,
I'm trying to compile the encode.c and or the test programs that are on the site and in libspeex respectively. however, i keep getting some undefined references to the basic speex functions(see compiler log). a query on google showed that this question was posed but no answer given. I traced them down to speex.c. however when i build my project i still get these undefined referneces.
2007 Apr 17
0
basic include files for speex
It's not an include file missing. This is a link error. You need to link with
libspeex (or whatever it's called when you build it).
Jean-Marc
Quoting Caroundw5h <caroundw5h@yahoo.com>:
> Hi Jean,
>
> I'm trying to compile the encode.c and or the test programs that are on the
> site and in libspeex respectively. however, i keep getting some undefined
>