Displaying 7 results from an estimated 7 matches for "unit2".
Did you mean:
unity
2013 Oct 16
1
[LLVMdev] Unexpected behaviour of the LLVM gold plugin with --allow-multiple-definition
...e encountered an unexpected
behaviour when the option --allow-multiple-definition (or -z muldefs) is
specified for the linker.
Let's suppose the following scenario with four simple source files:
----- main.c ------
#include "unit.h"
int main() {
only_in_unit1();
only_in_unit2();
return get_unit_id();
}
----- unit.h ------
#ifndef _UNIT
#define _UNIT 1
int get_unit_id( void );
void only_in_unit1( void );
void only_in_unit2( void );
#endif
----- unit1.c ------
#include "unit.h"
int get_unit_id( void ) {
return 1;
}
void only_in_unit1( void ) {}...
2007 Oct 18
4
Samba 3 + LDAP with multiple ou's
Hello, all.
I was wondering if anyone could help me with this configuration:
I had a LDAP tree with this structure:
dc=base
+ ou=unit1
+ ou=People
+ ou=Groups
+ ou=Computers
+ ou=unit2
+ ou=People
+ ou=Groups
+ ou=Computers
+ ou=unit3
+ ou=People
+ ou=Groups
+ ou=Computers
...
And I need people from unit1 logging on unit2, unit3, etc.
First thing is to put all users on one SAMBA Domain, but:
Does Samba support "sub" search for users without PAM? Any worka...
2012 Feb 26
6
Continuous pings going through a full DROP policy
...devices
will stop squarely in 4.0.15 as soon as a very basic firewall is
enabled whereas in 4.4.26.1, pinging will still continue after the
firewall is enabled.
All tests are done with proper reboot of the unit3 where the firewall
is applied:
unit1 <---> eth4 unit3 eth1 <---> unit2
192.168.3.2 192.168.3.1 172.30.159.103 172.30.159.102
lan zone net zone
In this case, continuous pings from unit1 to unit2 will stop when the
4.0.15 firewall is applied. Rebooting unit3 with 4.4.26.1 (easily
made since unit3 is booting from a different compact flash) and
cop...
2012 Jul 09
4
Skipping lines and incomplete rows
...hat has semi-colon separated values. The table is nearly
10,000 by 585. The files looks as follows:
*******************************************
First line: Skip this line
Second line: skip this line
Third line: skip this line
variable1 Variable2 Variable3 Variable4
Unit1 Unit2 Unit3
10 0.1 0.01 0.001
20 0.2 0.02 0.002
30 0.3 0.03 0.003
40 0.4 0.04 0.004
*******************************************
The first three lin...
2002 Apr 10
1
Connection Reset by peer
...anent.
The most common "Connection reset by peer" appear when backuping big text
files like SQL dump.
Each dump is around 600MB.
All server are running rsync as a daemon and client is connecting to rsync
like this :
/usr/local/bin/rsync -avrpogtzH --timeout=3600 XXX.XXX.XXX.XXX::backup
/unit2/backup/
I also have a look to rsync daemon error log on server and i can see
something like this :
<< 2002/04/10 04:50:47 [28350] transfer interrupted (code 11) at main.c(295)
2002/04/10 04:56:59 [26821] transfer interrupted (code 30) at io.c(65) >>
The backup process is launched from...
2002 May 06
0
Connection reset by peer under Linux ( Add )
...appear when backuping big
> > text files like SQL dump. Each dump is around 600MB.
> >
> > All server are running rsync as a daemon and client is connecting to
rsync
> > like this :
> > /usr/local/bin/rsync -avrpogtzH --timeout=3600 XXX.XXX.XXX.XXX::backup
> > /unit2/backup/
> >
> > I also have a look to rsync daemon error log on server and i can see
> > something like this :
> > << 2002/04/10 04:50:47 [28350] transfer interrupted (code 11) at
main.c(295)
> > 2002/04/10 04:56:59 [26821] transfer interrupted (code 30) at
>...
2009 Dec 29
0
Problems when using lag() in plm package
...e lagged pseries is suitable for
binding to the original data frame, with missing values at the correct
locations. The names() for the lagged series are incorrect, but I don't
really care about them. So this is basically the behavior I had hoped to
see.
However, if year 4 is not present in unit2, the gap is not detected. A
cbind() with the original series is now incorrect data, although the
names() of the lagged series could now be interpreted as correct in the
strictest sense. However, if this is the expected behavior, that means
that all estimation functions will have to examine the...