search for: eventid

Displaying 20 results from an estimated 139 matches for "eventid".

Did you mean: event_id
2010 Jul 22
1
Updating a Data Frame
...R script. At some point in my script, I want to update certain columns of this data-frame by calling in an update function. The function looks like this: # get events data. This populates a global event data frame in the R-script events <- getEvents(con, eventsFilePath) # events has columns eventid, timeStamp, isSynchronized, timeDiff; with millions of rows updateDB <- function(eventid, newTimeStamp, oldTimeStamp){ timeDiff <- newTimeStamp - oldTimeStamp #Update the events Data Frame events[events$eventid == eventid, "timestamp"] <<- newTimeStamp events[events$eventi...
2009 Aug 20
1
what is RAID "background initialization" ??
we have DELL server (CENTOS 4.X) with MD1000 connect on it. One of Raid5 (internal 4 disks) has hard disk bad and I replace it. I saw /var/log/messages have following entry: ======================================= Aug 18 15:33:20 host1 Server Administrator: Storage Service EventID: 2049 Array disk removed: Array Disk 0:11 Controller 1, Connector 0 Aug 18 15:34:09 host1 Server Administrator: Storage Service EventID: 2052 Array disk inserted: Array Disk 0:11 Controller 1, Connector 0 Aug 18 15:34:09 host1 Server Administrator: Storage Service EventID: 2065 Array disk Rebu...
2010 Jul 20
1
Error using sqldf
Hi, I am running a query using sqldf() [package : sqldf]. The query is:- userid <- 5 taskid <- 5 tab1 <- fn$sqldf("SELECT tobiiEvents.data1, tobiiEvents.data2, events.`timestamp` as tobiiTime FROM tobiiEvents INNER JOIN events ON events.eventid = tobiiEvents.eventid WHERE tobiiEvents.subtype = 'MOUSE' AND tobiiEvents.userid = 5 AND tobiiEvents.taskid = 5 ORDER BY events.`timestamp`") This runs fine when I am using constants. However, when I pass in variables (userid and taskid) like :- tab1 <- fn$sqldf("SELECT tob...
2010 Dec 09
1
PERC 6/E continue switch between "write though" and "write back"????
...0 server with PERC 6/E adapter in it. O.S. is CENTOS 5.5. recently one of server continue pop-up messages on /var/log/message for switch status between "write back" and "write through". ============================== Dec 6 08:09:31 host01 Server Administrator: Storage Service EventID: 2189 The controller write policy has been changed to Write Back.: Battery 0 Controller 0 Dec 7 13:20:13 host01 Server Administrator: Storage Service EventID: 2188 The controller write policy has been changed to Write Through.: Battery 0 Controller 0 Dec 9 01:09:39 host01 Server Administrator...
2009 Feb 18
3
Rubies of Eventide and WINE
Hi. I'm using WINE on a Mac through Darwine and it's help application and I'm having trouble getting the program to run. First of all, whenever I start it I get a "Missing shell DLL 'cshell.dll'", even though I downloaded one and put it into the .wine directory in my home folder. Any ideas? I've followed all the current AppDB suggestions up to now, but it still
2017 Jan 24
4
Security Principals, and SID's mapping bug
...-5-18 The problem. I create a "computer" Scheduled task. Now this task MUST run 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...
2017 Oct 01
2
XP auto enrollment error; TEMP profile
On 10/01/2017 03:06 PM, Achim Gottinger via samba wrote: > Seems to be an old problem > > http://www.eventid.net/display-eventid-15-source-AutoEnrollment-eventno-1397-phase-1.htm I found that one. I googled my tail end off. Every solution others came up with did not work for me.
2012 Jun 01
1
How to make a transaction class data?
Hi, I have encounter a problem that my data a_data.frame is of data.frame class with columns: sequenceID, eventID, items. when I convert it to transaction class: as(a_data.frame, "transactions") All columns are grouped together under items, which is like this: {sequenceID, eventID, items} instead of the right form: sequenceID, eventID, {items} Also when i read_baskets, there is always an error:...
2017 Jan 24
0
Security Principals, and SID's mapping bug
...uot;computer" Scheduled task. > Now this task MUST run 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 n...
2019 Apr 23
2
Win10 cant connect to DomainController
...dc.dnsdomain.tld\sysvol Last, if you trying to access through CNAME, you might have hit this bug. https://support.microsoft.com/nl-nl/help/3181029/smb-file-server-share-access-is-unsuccessful-through-dns-cname-alias Also what might be handy for us. OS and version? Samba version? And windows eventID's might help and post the eventID description also, yes i know, its german, thats ok. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > basti via samba > Verzonden: dinsdag 23 april 2019 15:31 > Aan: samba at...
2019 Jul 26
4
GPO issues - getting SYSVOL cleaned up again
new thread, old issue been fiddling off-list with tips from Louis over the last days, and putting it back to the list to ask for help from others: 2 samba-4.9.11 DCs 1 samba-4.8.12 DM file server GPOs not working cleanly anymore tried to resync completely etc etc - right now I test gpupdate/gpresult on an older (not productive) W2008R2 server which I use for editing stuff via RSAT/MMC I
2009 Aug 04
6
[Q} how can O.S. predicate a disk going to failure??
we have CENTOS 4.X on DELL server and one one of virtual disk include 4 disk configure as REID5 (one more disk for hot spare). I saw /var/log/messages file have: Aug 4 06:27:02 host1 Server Administrator: Storage Service EventID: 2094 Predictive Failure reported: Physical Disk 1:5 Controller 0, Connector 1 Aug 4 06:27:02 host1 Server Administrator: Storage Service EventID: 2051 Physical disk degraded: Physical Disk 1:5 Controller 0, Connector 1 I use DELL OPMN to check and found "disk 1:5" still "onlin...
2016 Apr 14
4
Permission denied on GPT.ini (Event ID 1058)
...n dc01. > This may persist for weeks, then it suddenly works. > > Lead IT/IS Specialist > Reach Technology FP, Inc > > On 03/30/2016 06:01 AM, L.P.H. van Belle wrote: > > > > I found this one. > > Check which one works for you. > > > > > http://www.eventid.net/display-eventid-40960-source-LSASRV-eventno-8508-phase-1.htm > > > > Im sure this is not a samba configuration problem. > > > > > > Greetz, > > > > Louis > > > >> -----Oorspronkelijk bericht----- > >> Van: samba [mailto:samba-bou...
2004 Apr 27
1
Enventid 3224: Errors in chaning machine password.
Hi, I got a problem using Samba 3.0.2a w Openldap as passwordstore. When my machines tries to reset their machinepasswords, they report the following error: Eventid: 3224 : stub contained bad data while trying to change the machine password. (please relate to the eventid as the text has been partly translated from norwegian) What I am wondering about is the following: a) Has anyone else experienced errors like this one on ther network and found a solution?...
2016 Mar 30
2
Permission denied on GPT.ini (Event ID 1058)
I found this one. Check which one works for you. http://www.eventid.net/display-eventid-40960-source-LSASRV-eventno-8508-phase-1.htm Im sure this is not a samba configuration problem. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens L.P.H. van Belle > Verzonden: dinsdag 29 maart 2016 16:...
2016 Aug 03
1
Samba 4.2.14 GPO issue
...t;Event xmlns="*http://schemas.microsoft.com/win/2004/08/events/event <http://schemas.microsoft.com/win/2004/08/events/event>*"> - <System> <Provider Name="*Microsoft-Windows-GroupPolicy*" Guid=" *{AEA1B4FA-97D1-45F2-A64C-4D69FFFD92C9}*" /> <EventID>1055</EventID> <Version>0</Version> <Level>2</Level> <Task>0</Task> <Opcode>1</Opcode> <Keywords>0x8000000000000000</Keywords> <TimeCreated SystemTime="*2016-08-03T02:25:58.236569500Z*" /> <EventRe...
2019 Nov 14
1
Roaming profile not syncing with the server
...ompletely. Check previous events for more details. Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> ? <System> ??? <Provider Name="Microsoft-Windows-User Profiles Service" Guid="{xxxxxxxxxxxxxxxxxxxx}" /> ??? <EventID>1504</EventID> ??? <Version>0</Version> ??? <Level>2</Level> ??? <Task>0</Task> ??? <Opcode>0</Opcode> ??? <Keywords>0x8000000000000000</Keywords> ??? <TimeCreated SystemTime="2019-11-14T11:43:41.344300700Z" /&g...
2016 Apr 18
0
Permission denied on GPT.ini (Event ID 1058)
...hese, and make sure you have "hybrib" (H-node) This is not a samba problem but a configuration problem, or a corruption in you ip stack, (netsh int ip reset) can help also. I've posted a link before this one, go throug it, here are multiple good options to check out. http://www.eventid.net/display-eventid-40960-source-LSASRV-eventno-8508-phase-1.htm Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens Sébastien Le Ray > Verzonden: maandag 18 april 2016 11:22 > Aan: Jonathan Hunter; samba > Onderwerp:...
2016 Mar 29
5
Permission denied on GPT.ini (Event ID 1058)
Complete event id of : > But still, events log show a warning about kerberos ticket from LsaSrv > source and right after a permission denied on GPT.ini And a getfacl of the problem GPO SID please, i'll check. And a output of ipconfig /all on the problem pc. And question, dedicated IP or dhcp IP? Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba
2016 Apr 14
0
Permission denied on GPT.ini (Event ID 1058)
...work fine, but pc3 says it can't read the gpt.ini on dc01. This may persist for weeks, then it suddenly works. Lead IT/IS Specialist Reach Technology FP, Inc On 03/30/2016 06:01 AM, L.P.H. van Belle wrote: > > I found this one. > Check which one works for you. > > http://www.eventid.net/display-eventid-40960-source-LSASRV-eventno-8508-phase-1.htm > > Im sure this is not a samba configuration problem. > > > Greetz, > > Louis > >> -----Oorspronkelijk bericht----- >> Van: samba [mailto:samba-bounces at lists.samba.org] Namens L.P.H. van...