search for: occcur

Displaying 11 results from an estimated 11 matches for "occcur".

Did you mean: occur
2007 Mar 28
1
Error Connecting to CN Exception occcurred
Exception type exceptions.ValueError Exception Handler Information Traceback (most recent call last): File "/usr/share/rhn/rhn_applet/rhn_applet.py", line 521, in refresh self.model.refresh(force) File "/usr/share/rhn/rhn_applet/rhn_applet_model.py", line 457, in refresh source.refresh(force) File "/usr/share/rhn/rhn_applet/rhn_applet_source.py", line
2024 Mar 29
0
Heartbeat timer failure 15 minutes after startup
...r starting. Please see attached > upssched-cmd and upssched.conf. I don't have a upssched.cmd. The binary > upssched is used. If you speed up the heartbeat by reducing the timers in heartbeat.conf from 300 to 150, and the timer in upssched.conf from 660 to 360, does the failure still occcur after 15 minutes? Roger
2005 May 19
2
[LLVMdev] [Cygwin] llvm 'make install' build errors
Reid, Looks like the "make TOOL_VERBOSE=1 -C tools install" was fine. I have got :- install (GNU coreutils) 5.3.0 The copyright is 2005 so I would have thought it would be allright ??? Thanks, Aaron
2005 May 19
0
[LLVMdev] [Cygwin] llvm 'make install' build errors
Okay, this is totally bizarre. Your "make TOOL_VERBOSE=1 install" output was perfect, no errors and all the commands look the way I'd expect them to look. My version of install is 5.2.1, older than yours.But I'd expect 5.3 would not change such basic functionality. When you do "make install" without the TOOL_VERBOSE=1, you get the errors? I don't understand how
2005 May 19
0
[LLVMdev] [Cygwin] llvm 'make install' build errors
...ndicate that "install" wants to create a directory, not create a file as it should. There's no such directory as <install_path>/bin/llvm-ar ! Reid. On Thu, 2005-05-19 at 20:49 +0100, Aaron Gray wrote: > Reid, > > I think it is the first time it is run that the errors occcur !? > > Not sure but that would seem logical. > > Aaron > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev -------------- ne...
2024 Mar 28
2
Heartbeat timer failure 15 minutes after startup
On Thu, 28 Mar 2024, Dan Grostick via Nut-upsuser wrote: > All three systems have a heartbeat-timer failure approximately 15 minutes > after starting NUT. No subsequent failures. Any ideas on what is happening? I've seen the timers: heartbeat.conf has two 300 sec timers, upssched.cmd looks like what is often called upssched.conf and has a 660 sec timer. So it looks as if the
2006 Jan 09
2
catch id from form and copy between objects
Hi all, Not completely sure what I''m doing, but I need to get data from another table based on and id. Below is some breakpointer output: irb> @params => {"project"=>{"project_description"=>"point2", "project_name"=>"break2"}, "action"=>"create_project",
2005 May 19
3
[LLVMdev] [Cygwin] llvm 'make install' build errors
Reid, I think it is the first time it is run that the errors occcur !? Not sure but that would seem logical. Aaron
2004 Oct 06
4
Samba 3.0.6 and OpenLDAP performance problem
...mpany,dc=pl" container in LDAP, Samba does not populate it with SID-GID mappings. Perhaps this is the root cause of our problem. The whole Samba domain worked properly without these logon delays for several months. When the number of users and workstations was small, no performance problems occcured. Now we have serious problem with about 1/3 of the intended number of domain workstations (500 of ~1500). Unless I find the solution, our management will probably decide to migrate from Samba to Active Directory... Thanks in advance, Tomasz Finke
2012 Jun 24
2
dict Panic after upgrade to 2.1.7
Hello, after upgrade my mailsystem to dovecot version 2.1.7, dovecot doesn't work properly. something went wrong in dict service connecting the postgres backend. that happens not on every connection. the db connection data are correct, no difference connecting via tcp or linux socket. dovecot log entries: Jun 23 23:19:10 mx dovecot: dict: Panic: file driver-pgsql.c: line 84
2013 Jan 28
6
Thank you your help.
Hi, temp3<- read.table(text=" ID CTIME WEIGHT HM001 1223 24.0 HM001 1224 25.2 HM001 1225 23.1 HM001 1226 NA HM001 1227 32.1 HM001 1228 32.4 HM001 1229 1323.2 HM001 1230 27.4 HM001 1231 22.4236 #changed here to test the previous solution ",sep="",header=TRUE,stringsAsFactors=FALSE) ?tempnew<- na.omit(temp3) ?grep("\\d{4}",temp3$WEIGHT) #[1] 7 9 #not correct