Displaying 5 results from an estimated 5 matches for "evenu".
Did you mean:
event
2015 Sep 04
2
classicupgrade and shares and printers and logins
...see any shares in the new smb.conf (but they were in an include
in my old setup)
netlogon shows where I should put the scripts, but does not have my
parameters:
logon drive = H:
logon script = %U.cmd
perhaps because those were PDC parameters?
Printers is really not important, but I should see evenually to get it
working.
2005 Jul 12
2
unexpected behavior in bwplot
...t use functions not exported to the outer namespace (or if lattice would make sure that all functions called in the standard panel functions were exported to the outer namespace). It is very common that we have to slightly modify standard panel functions and it is quite annoying having to chase for evenually hidden functions called by them. Comments?
Thanks in advance,
Christian Ritter
Functional Specialist Statistics
Shell Coordination Centre S.A.
Monnet Centre International Laboratory, Avenue Jean Monnet 1, B-1348 Louvain-La-Neuve, Belgium
Tel: +32 10 477 349 Fax: +32 10 477 219
Email: chris...
2015 Sep 04
2
classicupgrade and shares and printers and logins
...hat GPO is.
From what I have read so far about [home] share, when I create a user,
it creates this directory?
Then I can rsync the current home directory over from the current server.
What about roaming profiles?
>
>
>
>
>> Printers is really not important, but I should see evenually to get it
>> working.
> https://wiki.samba.org/index.php/Setup_a_Samba_print_server
>
>
>
> Regards,
> Marc
>
2007 Feb 04
3
Reproducable failure with rsync, iptables and RHEL4
...k between these two systems, you will see high
traffic between them. A top of either system shows that rsync is at the
top. However, suddenly the network traffic will stop. A top of the
system will no longer show rsync: it will have been moved to the
bottom. About 10 minutes later, it will evenually time out with the
error messages above.
Here is the rsync daemon's log for this time:
# tail /var/log/rsyncd.log
2007/02/04 00:27:41 [4386] name lookup failed for 172.28.16.35: Name or
service not known
2007/02/04 00:27:43 [4386] rsync on ROOT/* from backupuser@UNKNOWN
(172.28.16.35)
20...
2009 Aug 31
4
Offtopic, HT vs. HH in coin flips
Dear R-help,
Could someone please try to explain this paradox to me? What is more likely to show up first in a string of coin tosses, "Heads then Tails", or "Heads then Heads"?
##generate 2500 strings of random coin flips
ht <- replicate(2500,
paste(sample(c("H", "T"), 100, replace = TRUE),
collapse =