search for: maiten

Displaying 8 results from an estimated 8 matches for "maiten".

Did you mean: marten
2007 Aug 03
2
[LLVMdev] Scheduled Maitenance - web server and subversion
All, The web server and subversion will experience a restart and possibly several service interruptions this Sunday morning. Services will be available during this time but may be interrupted on occasion during this period. You are advised not to checkout or commit anything in this window. Scheduled Interruption: PDT: Sunday, Aug 5, 2007, 10:00am to 12:00pm GMT: Sunday, 2007-08-05, 17:00
2007 Aug 05
0
[LLVMdev] REMINDER: Scheduled Maitenance - web server and subversion
Just a reminder that the scheduled service interruptions will begin in approximately one hour. Reid. On Sat, 2007-08-04 at 22:27 -0700, Reid Spencer wrote: > Just a reminder that the scheduled shutdown will begin in less than 12 > hours. > > Reid. > > On Fri, 2007-08-03 at 15:57 -0700, Reid Spencer wrote: > > All, > > > > The web server and subversion will
2007 Aug 05
1
[LLVMdev] REMINDER: Scheduled Maitenance - web server and subversion
Just a reminder that the scheduled shutdown will begin in less than 12 hours. Reid. On Fri, 2007-08-03 at 15:57 -0700, Reid Spencer wrote: > All, > > The web server and subversion will experience a restart and possibly > several service interruptions this Sunday morning. Services will be > available during this time but may be interrupted on occasion during > this period. You
2011 Mar 23
1
Clustered Samba: smbd process deadlocks when doing an /etc/init.d/samba stop on gentoo
Hi All, i have a problem with the SMBD processes on my clustered Samba setup. The setup contains: - 2 gentoo linux nodes (kernel 2.6.33.2) - ctdb 1.0.114_p1 - samba 3.5.8 - glusterfs 2.0.8 sometimes i want to do some maitenance on one of the nodes, then i do the following: - /etc/init.d/samba stop (to stop samba, and move all the users to the other nodes) - /etc/iniit.d/ctdb stop (to move the floating ip to the other host) After the first command, i see a big decline in the amount of smbd processes; from ~45 to ~15....
2008 Dec 28
0
[LLVMdev] Controlling the stack layout
> I'd like to generate this layout: > > 12(%ebp) - second function parameter > 8(%ebp) - first function parameter > 4(%ebp) - old %EIP (the function's "return address") > 0(%ebp) - old %EBP (previous function's base pointer) > -4(%ebp) - My language specific information > -8(%ebp) - first local variable > -12(%ebp) -
2002 Oct 25
1
Use of pam_smbpass
Hi all. I've spent the last several days trying to get pam_smbpass working on my RH62 box with samba-2.2.x unsuccessfully, and hoped someone could help. I've tried versions 2.2.2 and 2.2.6, but I suspect it's perhaps a misunderstanding of what exactly pam_smbpass is used for. There are a few things I'm trying to do: - sync /etc/shadow with /etc/samba/smbpasswd - sync
2003 Aug 16
2
Borland C++ Builder 6.0 & Wine
Hi all, I need to use BCB6 with Wine to develop a software that uses two ocxs built with MS Visual C++. I set ole32, oleaut, typelib to native for bcb, else it doesn't start correclty. After that, BCB start up, I can design the forms, write the code, but I have two problems that block me: a) when I press the Execute button, the units are compiled, but the linker hangs up with all the cpu used
2008 Dec 27
5
[LLVMdev] Controlling the stack layout
Hi everyone, As a front-end developer, I'd like to add a language-specific information at a fixed location of each stack frame. The reason is that I want to retrieve this information when dynamically walking the stack. For example, X86 has the following stack layout for a function with two arguments and two locals: 12(%ebp) - second function parameter 8(%ebp) - first function