Displaying 7 results from an estimated 7 matches for "_must".
Did you mean:
must
2017 Oct 24
2
Binding with libiconv failed while compiling R-devel on Ubuntu 17.04
Dear everyone,
I posted a similar question to Stack Overflow there: https://stackoverflow.com/questions/46907554/binding-with-libiconv-failed-while-compiling-r-devel-on-ubuntu-17-04 and I was suggested to post my question here.
I tried to compile R devel using Dirk Eddelbuettel's recipe (and many variants of it). Regardless of what I do, I have:
===
[...]/src/main/sysutils.c:794:
2017 Oct 24
0
Binding with libiconv failed while compiling R-devel on Ubuntu 17.04
...conv.h>
|
| int main( int argc, char **argv ) {
| iconv_t cd = iconv_open( "UTF-8", "ISO-8859-1" );
| iconv_close( cd );
| return 0;
| }
| ===
| So libiconv seems to be indeed usable, but not during the linking.
|
| Where should I look?
Something _must be_ wrong with your machine. We probably need more complete
details of the configure and link steps.
Do you ever have issues with building other CRAN packages from source?
Dirk
--
http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
2014 Aug 26
1
Samba 4 fsmo-handling on crashed dc-server
Hallo,
we have two dcs in one domain which is located in separate subnets. These
subnets are connected by a routed vpn.
How must I handle fsmo roles when one of these dcs fails and will maybe be
repaired and reconnected?
A transfer of the fsmo roles is not possible until the dc is repaired, so
should the fsmos be seized from the other dc? Can anybody give me a hint how
to handle this
2004 May 27
4
Small change to make dovecot pop3 uw-imap migration friendly
Hi,
today I've finished migration from uw-imap daemons to shiny and fast
dovecot. With thanks of dovecot my mail server load average drops by factor
of ten even with ancient unix mailboxes. ;-)
So, the only thing I've discovered is what POP3 uidls are different than
ones used in the uw-imap. Luckily, the difference are only in the format
string used in uidl response. So, I've
2015 Nov 17
0
Cannot chown file to active directory user/group on member server
...Member
Go to the bottom of the sample smb.conf
Click on 'idmap config ad'
this will take you here:
https://wiki.samba.org/index.php/Idmap_config_ad
This will show this (amongst every thing else)
#*Important: The ranges of the default (*) idmap config*
#*and the domain(s)_must not_ overlap!*
# Default idmap config used for BUILTIN and local accounts/groups
idmap config *:backend = tdb
idmap config *:range = 2000-9999
# idmap config for domain SAMDOM
idmap config SAMDOM:backend = ad
idmap config SAMDOM:schema_mode = rfc23...
2015 Nov 17
3
Cannot chown file to active directory user/group on member server
On Sat, Nov 7, 2015 at 11:19 AM, Rowland Penny <rowlandpenny241155 at gmail.com
> wrote:
> On 07/11/15 16:02, Krutskikh Ivan wrote:
>
>> Hi,
>>
>> I need to change ownership of server files to user/group defined in active
>> directory ( using rfc2307 and unix attributes). Chown returns no error,
>> but
>> 'ls -lia' shows that file ownership
2015 Nov 17
5
Cannot chown file to active directory user/group on member server
...onf
> Click on 'idmap config ad'
>
> this will take you here:
>
> https://wiki.samba.org/index.php/Idmap_config_ad
>
> This will show this (amongst every thing else)
>
> #*Important: The ranges of the default (*) idmap config*
> #*and the domain(s)_must not_ overlap!*
>
> # Default idmap config used for BUILTIN and local accounts/groups
> idmap config *:backend = tdb
> idmap config *:range = 2000-9999
>
> # idmap config for domain SAMDOM
> idmap config SAMDOM:backend = ad
> idmap c...