search for: kod

Displaying 20 results from an estimated 79 matches for "kod".

Did you mean: god
2009 Apr 19
1
data$ID -> I always get a NULL
I have database write as .csv file. When I want to get sth from my database I get NULL, but I know that there is sth! For example: > data$ID NULL > data$kod NULL but command like below is always recognize by R > data[2,3] [1] '082' In my opinion this problem is also connect with my attempt to create a tree. I always get errors. > t.tree0=rpart(ID~.,t.train) Error in eval(expr, envir, enclos) : object "ID" not found > t.tr...
2015 Feb 09
1
member ntp time sync
...rict" applies to both servers and clients, so a configuration # that might be intended to block requests from certain clients could also end # up blocking replies from your own upstream servers. # By default, exchange time with everybody, but don't allow configuration. restrict -4 default kod notrap nomodify nopeer noquery restrict -6 default kod notrap nomodify nopeer noquery # Local users may interrogate the ntp server more closely. restrict 127.0.0.1 restrict ::1 # Clients from this (example!) subnet have unlimited access, but only if # cryptographically authenticated. #restrict 19...
2017 Sep 12
4
File server questions
On Tue, 12 Sep 2017 14:41:42 -0300 Flávio Silveira via samba <samba at lists.samba.org> wrote: > > Ok, I understand now, one question though: if realm is > AD.TECNOPON.COM.BR, does domain need to be AD? No, you can use anything you like, provided it is one word, 15 characters or less, without punctuation. > If I understand > correctly, realm is "full domain with
2015 Oct 28
6
net ads info: failed to get server's current time
...R1_EXTERNAL}" ]; then sed -i "s]#server ntp.your-provider.example]server ${NTPD_SERVER1_EXTERNAL} ]g" /etc/ntp.conf; fi if [ ! -z "${NTPD_SERVER2_EXTERNAL}" ]; then echo "server ${NTPD_SERVER2_EXTERNAL}" /etc/ntp.conf; fi sed -i "s]restrict -4 default kod notrap nomodify nopeer noquery]restrict -4 default kod notrap nomodify nopeer noquery mssntp]g" /etc/ntp.conf sed -i "s]restrict -6 default kod notrap nomodify nopeer noquery]restrict -6 default kod notrap nomodify nopeer noquery mssntp]g" /etc/ntp.conf cat << EOF >> /etc...
2017 Sep 13
0
File server questions
...t; fi # add the folder location to ntp.conf cat << EOF >> /etc/ntp.conf # ###### Needed for Samba 4 ####### in the restrict -4 or -6 added mssntp at the end # Location of the samba ntp_signed directory ntpsigndsocket /var/lib/samba/ntp_signd # EOF sed -i 's/restrict -4 default kod notrap nomodify nopeer noquery limited/restrict -4 default kod notrap nomodify nopeer noquery limited mssntp/g' /etc/ntp.conf sed -i 's/restrict -6 default kod notrap nomodify nopeer noquery limited/restrict -6 default kod notrap nomodify nopeer noquery limited mssntp/g' /etc/ntp.conf s...
2023 Oct 25
3
DC Time Problems
...ool.ntp.org???? iburst prefer server 2.pool.ntp.org???? iburst prefer driftfile?????? /var/lib/ntpsec/ntp.drift logfile???????? /var/log/ntp.log #logconfig =all ntpsigndsocket? /var/lib/samba/ntp_signd/ # Access control # Default restriction: Allow clients only to query the time #restrict default kod nomodify notrap nopeer limited mssntp restrict -4 default kod limited nomodify notrap nopeer noquery mssntp # No restrictions for "localhost" restrict 127.0.0.1 # Enable the time sources to only provide time to this host restrict 0.pool.ntp.org?? mask 255.255.255.255??? nomodify notrap no...
2017 Sep 13
1
File server questions
...f > cat << EOF >> /etc/ntp.conf > # > ###### Needed for Samba 4 ####### in the restrict -4 or -6 added mssntp at the end > # Location of the samba ntp_signed directory > ntpsigndsocket /var/lib/samba/ntp_signd > # > EOF > > sed -i 's/restrict -4 default kod notrap nomodify nopeer noquery limited/restrict -4 default kod notrap nomodify nopeer noquery limited mssntp/g' /etc/ntp.conf > sed -i 's/restrict -6 default kod notrap nomodify nopeer noquery limited/restrict -6 default kod notrap nomodify nopeer noquery limited mssntp/g' /etc/ntp.c...
2015 Oct 28
0
net ads info: failed to get server's current time
Hai Guy, Yes, it make a backup of your previous version so you can revert if needed. And review your config after your run it, you micht see a these line : restrict > -4 default kod notrap nomodify nopeer noquery mssntp mssntp ( check if you dont see mssntp 2 x, if so, remove 1 of them ) This is because normaly this is run against a "default" ntp.conf And change the variables in the script where needed before running it. Below is my ntp.conf after running the...
2015 Feb 13
4
SOLVED Re: ntpq -p ***Request timed out
...trict" applies to both servers and clients, so a configuration # that might be intended to block requests from certain clients could also end # up blocking replies from your own upstream servers. # By default, exchange time with everybody, but don't allow configuration. restrict -4 default kod notrap nomodify nopeer noquery restrict -6 default kod notrap nomodify nopeer noquery # Local users may interrogate the ntp server more closely. restrict 127.0.0.1 restrict ::1 # Clients from this (example!) subnet have unlimited access, but only if # cryptographically authenticated. restrict 192.1...
2023 Jun 23
1
Samba4 Windows Client Time Sync Issue
...e ntp.conf(5) for help driftfile /var/lib/ntp/ntp.drift statistics loopstats peerstats clockstats filegen loopstats file loopstats type day enable filegen peerstats file peerstats type day enable filegen clockstats file clockstats type day enable server PFSENSE-SERVER iburst restrict -4 default kod notrap nomodify nopeer noquery limited restrict -6 default kod notrap nomodify nopeer noquery limited restrict 127.0.0.1 restrict ::1 restrict source notrap nomodify noquery Should this be working? If not what should I be correcting? Thanks.
2005 Dec 27
0
Wine aborts
...ws version 98, 2000, xp,...) and copied all dll files into ...\systems and added themn topthe libraries list using also winecgf fo this. The result is not changing. Here are the messages I get when starting up the app: [ipnspain@localhost ~]$ /home/ipnspain/.wine/drive_c/'Program Files'/KOD/Kod.exe fixme:win:LockWindowUpdate (0x10020), partial stub! fixme:win:LockWindowUpdate ((nil)), partial stub! These are the messages when it aborts: err:syslevel:_EnterSysLevel (0x45e7edc0, level 2): Holding 0x20bba6e0, level 3. Expect deadlock! err:syslevel:_CheckNotSysLevel Holding lock 0x20bba...
2015 Feb 13
2
ntpq -p ***Request timed out
...trict" applies to both servers and clients, so a configuration # that might be intended to block requests from certain clients could also end # up blocking replies from your own upstream servers. # By default, exchange time with everybody, but don't allow configuration. restrict -4 default kod notrap nomodify nopeer noquery restrict -6 default kod notrap nomodify nopeer noquery # Local users may interrogate the ntp server more closely. restrict 127.0.0.1 restrict ::1 # Clients from this (example!) subnet have unlimited access, but only if # cryptographically authenticated. restrict 192.1...
2019 Apr 25
3
Windows clients require reboot once a day in order to access mapped drives
.../etc/ntp.conf # Then add some samba specific settings to /etc/ntp.conf cat << EOF >> /etc/ntp.conf # Use AD for authenticanting Windows NTP clients ntpsigndsocket /var/lib/samba/ntp_signd # Acess control # Default restriction: Allow clients to only query the time restrict -4 default kod notrap nomodify nopeer noquery mssntp restrict -6 default kod notrap nomodify nopeer noquery mssntp # We're running in a VM, so we need to protect ntpd from waking up # in a panic, in a situation where a VM has been shutdown for an # extended period of time tinker panic 0 EOF # There is a bug...
2023 Oct 25
1
DC Time Problems
...tp.org???? iburst prefer > > driftfile?????? /var/lib/ntpsec/ntp.drift > logfile???????? /var/log/ntp.log > #logconfig =all > ntpsigndsocket? /var/lib/samba/ntp_signd/ > > # Access control > # Default restriction: Allow clients only to query the time > #restrict default kod nomodify notrap nopeer limited mssntp > restrict -4 default kod limited nomodify notrap nopeer noquery mssntp > # No restrictions for "localhost" > restrict 127.0.0.1 > # Enable the time sources to only provide time to this host > restrict 0.pool.ntp.org?? mask 255.255.255....
2023 Oct 25
1
DC Time Problems
...tp.org???? iburst prefer > > driftfile?????? /var/lib/ntpsec/ntp.drift > logfile???????? /var/log/ntp.log > #logconfig =all > ntpsigndsocket? /var/lib/samba/ntp_signd/ > > # Access control > # Default restriction: Allow clients only to query the time > #restrict default kod nomodify notrap nopeer limited mssntp > restrict -4 default kod limited nomodify notrap nopeer noquery mssntp > # No restrictions for "localhost" > restrict 127.0.0.1 > # Enable the time sources to only provide time to this host > restrict 0.pool.ntp.org?? mask 255.255.255....
2023 Oct 25
1
DC Time Problems
...driftfile?????? /var/lib/ntpsec/ntp.drift > > logfile???????? /var/log/ntp.log > > #logconfig =all > > ntpsigndsocket? /var/lib/samba/ntp_signd/ > > > > # Access control > > # Default restriction: Allow clients only to query the time > > #restrict default kod nomodify notrap nopeer limited mssntp > > restrict -4 default kod limited nomodify notrap nopeer noquery mssntp > > # No restrictions for "localhost" > > restrict 127.0.0.1 > > # Enable the time sources to only provide time to this host > > restrict 0.pool.nt...
2015 Oct 28
0
net ads info: failed to get server's current time
...-i "s]#server > ntp.your-provider.example]server ${NTPD_SERVER1_EXTERNAL} ]g" > /etc/ntp.conf; fi > > if [ ! -z "${NTPD_SERVER2_EXTERNAL}" ]; then echo "server > ${NTPD_SERVER2_EXTERNAL}" /etc/ntp.conf; fi > > sed -i "s]restrict -4 default kod notrap nomodify nopeer > noquery]restrict -4 default kod notrap nomodify nopeer noquery mssntp]g" > /etc/ntp.conf > > sed -i "s]restrict -6 default kod notrap nomodify nopeer > noquery]restrict -6 default kod notrap nomodify nopeer noquery mssntp]g" > /etc/ntp.conf...
2015 Feb 13
0
ntpq -p ***Request timed out
...trict" applies to both servers and clients, so a configuration # that might be intended to block requests from certain clients could also end # up blocking replies from your own upstream servers. # By default, exchange time with everybody, but don't allow configuration. restrict -4 default kod notrap nomodify nopeer noquery restrict -6 default kod notrap nomodify nopeer noquery # Local users may interrogate the ntp server more closely. restrict 127.0.0.1 restrict ::1 # Clients from this (example!) subnet have unlimited access, but only if # cryptographically authenticated. restrict 192.1...
2019 Apr 08
3
Questions about time synchronisation in a multi-DC Samba environment
...ct" applies to both servers and clients, so a configuration # that might be intended to block requests from certain clients could also end # up blocking replies from your own upstream servers. # By default, exchange time with everybody, but don't allow configuration. restrict -4 default kod notrap nomodify nopeer noquery limited restrict -6 default kod notrap nomodify nopeer noquery limited # Local users may interrogate the ntp server more closely. restrict 127.0.0.1 restrict ::1 # Needed for adding pool entries restrict source notrap nomodify noquery restrict default kod nomodify n...
2015 Feb 13
0
SOLVED Re: ntpq -p ***Request timed out
...trict" applies to both servers and clients, so a configuration # that might be intended to block requests from certain clients could also end # up blocking replies from your own upstream servers. # By default, exchange time with everybody, but don't allow configuration. restrict -4 default kod notrap nomodify nopeer noquery restrict -6 default kod notrap nomodify nopeer noquery # Local users may interrogate the ntp server more closely. restrict 127.0.0.1 restrict ::1 # Clients from this (example!) subnet have unlimited access, but only if # cryptographically authenticated. restrict 192.1...