search for: 11122

Displaying 20 results from an estimated 22 matches for "11122".

Did you mean: 1122
2018 Apr 04
2
Plot data in sequence
Hi r-users, I would like to draw line plots. However, the plot starts from 11121 data and plot data ENTRY last in the plot. Here is the code and data. datn <- read.table(header=TRUE, text=' LEVEL STATUS CGPA DIPLOMA ENTRY 3.32 DIPLOMA 11121 2.91 DIPLOMA 11122 2.90 DIPLOMA 12131 2.89 DIPLOMA 12132 2.89 DIPLOMA 13141 2.93 DIPLOMA 13142 2.96 DIPLOMA 14151 2.76 DIPLOMA 14152 2.73 STPM ENTRY 2.77 STPM 11121 3.26 STPM 11122 3.30 STPM 12131 3.28 STPM 12132 3.27 STPM 13141 3.28 STPM 13142 3.28 STPM 14151 3.30 STPM 14152 3.31 MATRIC ENTRY 2.93 MATRIC 11121 2.69...
2018 Apr 04
0
Plot data in sequence
...ctor levels by default are alphabetical with numbers first, but you can change those. > str(datn) 'data.frame': 36 obs. of 3 variables: $ LEVEL : Factor w/ 4 levels "DIPLOMA","MATRIC",..: 1 1 1 1 1 1 1 1 1 4 ... $ STATUS: Factor w/ 9 levels "11121","11122",..: 9 1 2 3 4 5 6 7 8 9 ... $ CGPA : num 3.32 2.91 2.9 2.89 2.89 2.93 2.96 2.76 2.73 2.77 ... > levels(datn$STATUS) [1] "11121" "11122" "12131" "12132" "13141" "13142" "14151" "14152" "ENTRY" >...
2005 Feb 16
3
IAX2: Connection rejected
Hi there, I am having a problem. It looks like this: Feb 16 15:01:10 WARNING[11122]: chan_iax2.c:5546 socket_read: Call rejected by XXX.XXX.XXX.XXX: No authority found Feb 16 15:01:10 NOTICE[11122]: chan_iax2.c:1375 iax2_destroy: Avoiding IAX destroy deadlock -- Hungup 'IAX2/user/1' Even I have entry in iax.conf for this user as a friend, and * server of this use...
2017 Jan 24
4
Security Principals, and SID's mapping bug
...as : SYSTEM (S-1-5-18) After typing "SYSTEM" the : Change user/group ( at security options ) in the task. It system changes to : NTDOM\SYSTEM With user : NTDOM\SYSTEM Resulting in : http://www.eventid.net/display-eventid-4098-source-Group%20Policy%20Local%20Users%20and%20Groups-eventno-11122-phase-1.htm This exact event. And the ScheduledTask is not applied to the computer, even not created in the computer. Now when i change it to : NT Authority\SYSTEM It creates the needed task, but it does not run the error: http://www.eventid.net/display-eventid-4098-source-Group%20Policy%20Lo...
2017 Jan 24
0
Security Principals, and SID's mapping bug
...After typing "SYSTEM" the : Change user/group ( at security options ) > in the task. It system changes to : NTDOM\SYSTEM > > With user : NTDOM\SYSTEM > Resulting in : > http://www.eventid.net/display-eventid-4098-source-Group%20Policy%20Local%20Users%20and%20Groups-eventno-11122-phase-1.htm > This exact event. And the ScheduledTask is not applied to the > computer, even not created in the computer. > > Now when i change it to : NT Authority\SYSTEM > It creates the needed task, but it does not run the error: > http://www.eventid.net/display-eventid-409...
2005 Jun 02
4
plot/lm/abline
Hi, when I run > plot.default(z1, z2, xlab = "x", ylab = "y", main = "xxxx", pch = "+") > abline(lm(z1 ~ z2)) then the plot is plotted perfectly (scatterplot), however, the lm() function doesnt appear on the plot. What could be wrong? (Yesterday it worked perfectly, with the lm() line.) Running R 2 on OS X. Mathias Hunsk??r Furevik Norway
2016 Mar 22
2
Samba43 Kerberos issues
...(samba) 11116 - S 0:01.07 samba: task[dreplsrv] (samba) 11117 - I 0:00.00 samba: task[winbindd_parent] (samba) 11118 - S 0:00.00 samba: task[ntp_signd] (samba) 11120 - I 0:00.43 samba: task[kccsrv] (samba) 11121 - S 0:00.04 samba: task[dnsupdate] (samba) 11122 - S 0:00.01 samba: task[dns] (samba) As you can see task[kdc] (samba) is not running on DC1, I'm pretty sure this is something to do with my issues, but not sure how to fix this, I appreciate your help and thanks in advance for reading this. Regards, -- Juan Garcia ish http://www....
2016 Jun 21
2
Samba43 Kerberos problems
...(samba) 11116 - S 0:01.07 samba: task[dreplsrv] (samba) 11117 - I 0:00.00 samba: task[winbindd_parent] (samba) 11118 - S 0:00.00 samba: task[ntp_signd] (samba) 11120 - I 0:00.43 samba: task[kccsrv] (samba) 11121 - S 0:00.04 samba: task[dnsupdate] (samba) 11122 - S 0:00.01 samba: task[dns] (samba) As you can see task[kdc] (samba) is not running on DC1, I'm pretty sure this is something to do with my issues, but not sure how to fix this. This is my /etc/resolv.conf domain domain.name.com.au nameserver 192.168.1.1 -> ip address of firewa...
2006 Jul 01
0
Can''t connect to MySQL
I''m trying to setup rails on a windows machine. "Hello World" is working fine, but when i try to connect to a (remote) mysql database i get this error: http://pastebin.ca/76271 I get the error as soon as I add the line: "@picture_pages, @pictures = paginate :pictures, :per_page => 10" to my page. The know it''s not the MySQL server since i used it for
2017 Jul 31
0
[cfe-dev] [5.0.0 Release] Release Candidate 1 tagged
...dressSanitizer.WrongFreeTest (2546 of 38616) ... > Do we know what's up with all of these ASan failures? Is there a bug for it? I spent a limited amount of debugging on it, but the common problem is that on i386 (aka 32-bit x86) all programs compiled with -fsanitize=address now die with: ==11122==AddressSanitizer CHECK failed: /usr/src/contrib/compiler-rt/lib/asan/asan_poisoning.cc:36 "((AddrIsAlignedByGranularity(addr))) != (0)" (0x0, 0x0) #0 0x806f163 in __asan::AsanCheckFailed(char const*, int, char const, unsigned long long, unsigned long long) (/share/dim/src/misc/hw+0x8...
2016 Mar 22
0
Samba43 Kerberos issues
...0:01.07 samba: task[dreplsrv] (samba) > 11117 - I 0:00.00 samba: task[winbindd_parent] (samba) > 11118 - S 0:00.00 samba: task[ntp_signd] (samba) > 11120 - I 0:00.43 samba: task[kccsrv] (samba) > 11121 - S 0:00.04 samba: task[dnsupdate] (samba) > 11122 - S 0:00.01 samba: task[dns] (samba) > > As you can see task[kdc] (samba) is not running on DC1, I'm pretty > sure this is something to do with my issues, but not sure how to fix > this, I appreciate your help and thanks in advance for reading this. > > > Regards...
2015 Dec 23
4
Network configuration issue with second public ip on CentOS 6
...[ OK ] I can see two interfaces eth0 and eth0:0 $ LANG="" ifconfig eth0 Link encap:Ethernet HWaddr ..:..:..:..:..:.. inet addr:xx.xx.xx.xx Bcast:xx.xx.xx.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:11122 errors:0 dropped:0 overruns:0 frame:0 TX packets:14371 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:1362900 (1.2 MiB) TX bytes:3462327 (3.3 MiB) Interrupt:20 Memory:fe500000-fe520000 eth0:0 Link encap:Ethernet HWaddr...
2016 Jul 04
2
Samba43 Kerberos problems
...k[dreplsrv] (samba) > 11117 - I 0:00.00 samba: task[winbindd_parent] (samba) > 11118 - S 0:00.00 samba: task[ntp_signd] (samba) > 11120 - I 0:00.43 samba: task[kccsrv] (samba) > 11121 - S 0:00.04 samba: task[dnsupdate] (samba) > 11122 - S 0:00.01 samba: task[dns] (samba) > > As you can see task[kdc] (samba) is not running on DC1, I'm pretty > sure this is something to do with my issues, but not sure how to fix > this. > > This is my /etc/resolv.conf > > domain domain.name....
2016 Jun 21
0
Samba43 Kerberos problems
...0:01.07 samba: task[dreplsrv] (samba) > 11117 - I 0:00.00 samba: task[winbindd_parent] (samba) > 11118 - S 0:00.00 samba: task[ntp_signd] (samba) > 11120 - I 0:00.43 samba: task[kccsrv] (samba) > 11121 - S 0:00.04 samba: task[dnsupdate] (samba) > 11122 - S 0:00.01 samba: task[dns] (samba) > > As you can see task[kdc] (samba) is not running on DC1, I'm pretty sure > this is something to do with my issues, but not sure how to fix this. > > This is my /etc/resolv.conf > > domain domain.name.com.au > nameserver 19...
2015 Dec 23
0
Network configuration issue with second public ip on CentOS 6
...o interfaces eth0 and eth0:0 > > $ LANG="" ifconfig > eth0 Link encap:Ethernet HWaddr ..:..:..:..:..:.. > inet addr:xx.xx.xx.xx Bcast:xx.xx.xx.255 Mask:255.255.255.0 > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:11122 errors:0 dropped:0 overruns:0 frame:0 > TX packets:14371 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:1000 > RX bytes:1362900 (1.2 MiB) TX bytes:3462327 (3.3 MiB) > Interrupt:20 Memory:fe500000-fe520000 > > eth0:0...
2016 Jan 28
2
Dovecot (director, lmtp) IPv4/IPv6?
...usr/sbin/dovecot -F ??11116 dovecot-director/imap-login director ??11117 dovecot-director/anvil [10 connections] ??11118 dovecot-director/log ??11120 dovecot-director/imap-login director ??11121 dovecot-director/imap-login director ??11122 dovecot-director/imap-login director ??11123 dovecot-director/imap-login director ??11124 dovecot-director/imap-login director ??11125 dovecot-director/imap-login director ??11126 dovecot-director/imap-login director ??11127 dovecot-director/im...
2016 Dec 02
6
workaround needed for Security Principals, and SID's mapping bug.
Editing the xml.. results in same error. ( which is logical ) The exact event from windows. Eventlog info: Source : Group Policy Scheduled Tasks. ID : 4098 USER : SYSTEM Error code : Group Policy object did not apply because it failed with error code '0x80070534 No mapping between account names and security IDs was done.' This error was suppressed. So I'll wait until this
2006 Oct 18
1
Assertion failure with Dovecot 1.0rc10
Hi, I am seeing the following (with Dovecot 1.0 rc10): Oct 18 07:35:58 dovecot: IMAP(user): UIDs broken with partial sync in mbox file /var/mail/user Oct 18 07:35:58 dovecot: IMAP(user): mbox sync: UID inserted in the middle of mailbox /var/mail/user (15314 > 9604, seq=5, idx_msgs=224) Oct 18 07:35:59 dovecot: IMAP(user): file mbox-sync-rewrite.c: line 405 (mbox_sync_read_and_move): assertion
2016 Jul 04
0
Samba43 Kerberos problems
...>> 11117 - I 0:00.00 samba: task[winbindd_parent] (samba) >> 11118 - S 0:00.00 samba: task[ntp_signd] (samba) >> 11120 - I 0:00.43 samba: task[kccsrv] (samba) >> 11121 - S 0:00.04 samba: task[dnsupdate] (samba) >> 11122 - S 0:00.01 samba: task[dns] (samba) >> >> As you can see task[kdc] (samba) is not running on DC1, I'm pretty >> sure this is something to do with my issues, but not sure how to fix >> this. >> >> This is my /etc/resolv.conf >>...
2016 Mar 24
1
Samba43 Kerberos issues
...k[dreplsrv] (samba) >> 11117 - I 0:00.00 samba: task[winbindd_parent] (samba) >> 11118 - S 0:00.00 samba: task[ntp_signd] (samba) >> 11120 - I 0:00.43 samba: task[kccsrv] (samba) >> 11121 - S 0:00.04 samba: task[dnsupdate] (samba) >> 11122 - S 0:00.01 samba: task[dns] (samba) >> >> As you can see task[kdc] (samba) is not running on DC1, I'm pretty sure >> this is something to do with my issues, but not sure how to fix this, I >> appreciate your help and thanks in advance for reading this. >>...