search for: eek

Displaying 20 results from an estimated 74 matches for "eek".

Did you mean: seek
2009 Sep 29
1
What is this
...n terminal and then found this on the desktop when I do an ls [root at dtslinux Desktop]# ls bar-003ada89db.desktop hadjaha-00c578ceaf.desktop bar-004892226f.desktop hammer-0011bbeb3d.desktop blah-0055ff1151.desktop hammer-00d190a421.desktop blah-009c014480.desktop keepassx-0.4.1 eek-00db4ea619.desktop keepassx-0.4.1.tar.gz eek-00de4431f4.desktop larry-0023e3d52c.desktop fastdial.zip larry-00a684c0cb.desktop foo-00486f05c7.desktop larry-00b63b0df7.desktop foo-00b9b9885b.desktop LINUX_PGS frobate-0006e2ba19.desktop moe-005b3271e6.desktop froba...
2008 Jul 31
0
domain trust relationship with AD 2003 and user profile and home directory problems
Hi! We have a PDC for EEKS domain, running samba 3.2.0 FC9 64 bit, with the following trust relationships: one way trust where EEKS trusts ITL domain which is running Samba 3.0.30 FC8 64 bit two way trust between EEKS and ADEEKS domain which is running Windows Server 2003. Now for a given Windows XP SP2 workstation in EE...
2020 Sep 18
2
sieve-extdata plugin breaks on pigeonhole 0.5 ish
...d symbol: sieve_sys_error This appears to be due to the change in error handling in pigeonhole 0.5 which appears to have removes the "sieve_sys_error()" and "sieve_sys_warning()" functions I'm unclear how this code should be change (I've commented it out for now - eek). I find this extension useful to pass in user specific parameters to my sieve scripts that are stored elsewhere in an sql database, eg spam score, size threshold for attachments, perhaps there is some other way to achieve this? Any hints on how to fixing this would be appreciated Thanks E...
2009 Feb 16
1
[PATCH] ocfs2: Use the right access_* method in ctime update of xattr.
In ctime updating of xattr, it use the wrong type of access for inode, so use ocfs2_journal_access_di instead. Signed-off-by: Tao Ma <tao.ma at oracle.com> --- fs/ocfs2/xattr.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/fs/ocfs2/xattr.c b/fs/ocfs2/xattr.c index 915039f..e393315 100644 --- a/fs/ocfs2/xattr.c +++ b/fs/ocfs2/xattr.c @@ -2592,8 +2592,9 @@
2020 Jul 15
2
[PATCH v4 70/75] x86/head/64: Don't call verify_cpu() on starting APs
On Tue, Jul 14, 2020 at 02:09:12PM +0200, Joerg Roedel wrote: > From: Joerg Roedel <jroedel at suse.de> > > The APs are not ready to handle exceptions when verify_cpu() is called > in secondary_startup_64. Eek, no. MSR_IA32_MISC_ENABLE_XD_DISABLE needs to be cleared very early during CPU startup; this can't just be skipped. Also, is UNWIND_HINT_EMPTY needed for the new target? -Kees > > Signed-off-by: Joerg Roedel <jroedel at suse.de> > --- > arch/x86/include/asm/realmode.h | 1...
2020 Jul 15
2
[PATCH v4 70/75] x86/head/64: Don't call verify_cpu() on starting APs
On Tue, Jul 14, 2020 at 02:09:12PM +0200, Joerg Roedel wrote: > From: Joerg Roedel <jroedel at suse.de> > > The APs are not ready to handle exceptions when verify_cpu() is called > in secondary_startup_64. Eek, no. MSR_IA32_MISC_ENABLE_XD_DISABLE needs to be cleared very early during CPU startup; this can't just be skipped. Also, is UNWIND_HINT_EMPTY needed for the new target? -Kees > > Signed-off-by: Joerg Roedel <jroedel at suse.de> > --- > arch/x86/include/asm/realmode.h | 1...
2017 Aug 03
2
explorer.exe: no mapping between names and security ids was done
...set in a command on the affected windows pc. Look for the USERDOMAIN variable somewhere at the bottom of the list. It is not set to the real domain name. In my case it was the name of the server before it became a domain controller. I suspect the system was hanging together due to netbios names - eek. Mostly and for years running Debian 7, and samba 3 this was accidentally reliable. A quick fix is possible on the samba domain controller: sudo pdbedt -I "MYDOMAIN" -u username .. the next login should return things to normal for the user. From the pdbedit manpage: -I|--do...
2006 Jun 10
6
table associations
First, thanks to everyone who replied to my pluralization question from before! Today I was trying to do what I think is called a "chained accessor". I have an "events" table and each event has one user. Instead of seeing the id number for each event''s user, I''d rather display the names of users instead. I tried to do this: class Event <
2009 May 12
17
error running anything in wine
I am trying to install windows apps and run them but every time I do I get a "serious error" no error number but this is what comes up on the terminal screen: Threads: process tid prio (all id:s are in hex) 0000000c
2009 Nov 16
0
[LLVMdev] next
...t;>> >>> -Howard >> >> "next" is a popular name; if it breaks llvm, I'd expect this >> standards change to break a lot of existing code. Do you really >> want to do that? > > I'm happy to open an LWG issue for you on this subject. Eek. I'm not sure I have enough background to be the driver on this; for example I didn't know what ADL was until I looked it up. That's why I phrased it as a question. At least you don't seem to think it's a dumb question:)
2002 Feb 08
1
when does journal flush with data=journal
I'm trying to eek every last bit of performance out of a sync NFS server using ext3. I created a 400MB journal, for my data=journal disk. When copying a 200MB file to the machine, by the sound of the disk, it flushed data to disk about 4 times, so, about every 50MB. For the purposes of user experience, it woul...
2005 Aug 16
4
wxLayoutContraints.h
The file swig/classes/includes/wxLayoutConstraints.h may need to be updated. It''s missing centreX and centreY from the list of wxIndividualLayoutConstraints. I''d send a patch in but I''m wondering if this file just needs to be regenerated from scratch. Roy
2010 Feb 27
0
[LLVMdev] another experimental patch for bug 2606
Eek! I'm going to lose track of the threads if you start a new one every time you update the patch. Consider using http://codereview.appspot.com/? On Fri, Feb 26, 2010 at 5:44 PM, Garrison Venn <gvenn.cfe.dev at gmail.com> wrote: > Hey all, > Attached you will find an experimental patc...
2006 Apr 16
1
How to use ZenTest?
...ere to look). So, does anybody know how to use ZenTest effectively with Rails? I read all I could find on the web but nothing really illuminated for me. I''m trying to get into Test Driven Development (I have already written a lot of code for my project but not a single line of test code - eek - so I''m working backwards until I get to the point where TDD can pull ahead). How do I generate the test files for all of my controllers and models with ZenTest? Not individually, me hopes. TIA, Dave -------------- next part -------------- An HTML attachment was scrubbed... URL: http://...
2004 Mar 30
3
Sipcall.co.uk & [*]
Hello all. Has anyone managed to get SIPCALL.co.uk's service working with the [*] box? I've managed to register with other SIP providers but not SIPcall. The debug just show's [*] attempting to register. But receiving a 401 error everytime. Cheers Matt
2015 Aug 24
1
abrt-watch-log -F BUG: WARNING: at WARNING: CPU: INFO: possible recursive locking detected
...13:34 0:00 /usr/bin/abrt-watch-log -F BUG: WARNING: at WARNING: CPU: INFO: possible recursive locking detected ernel BUG at list_del corruption list_add corruption do_IRQ: stack overflow: ear stack overflow (cur: eneral protection fault nable to handle kernel ouble fault: RTNL: assertion failed eek! page_mapcount(page) went negative! adness at NETDEV WATCHDOG ysctl table check failed : nobody cared IRQ handler type mismatch Machine Check Exception: Machine check events logged divide error: bounds: coprocessor segment overrun: invalid TSS: segment not present: invalid opcode: alignment ch...
2020 May 06
2
du hung, wild display in ps
...00:00:01 /usr/bin/abrt-watch-log -F BUG: WARNING: at WARNING: CPU: INFO: possible recursive locking detected ernel BUG at list_del corruption list_add corruption do_IRQ: stack overflow: ear stack overflow (cur: eneral protection fault nable to handle kernel ouble fault: RTNL: assertion failed eek! page_mapcount(page) went negative! adness at NETDEV WATCHDOG ysctl table check failed : nobody cared IRQ handler type mismatch Kernel panic - not syncing: Machine Check Exception: Machine check events logged divide error: bounds: coprocessor segment overrun: invalid TSS: segment not present: inval...
2017 Aug 03
2
explorer.exe: no mapping between names and security ids was done
...gt;> windows pc. Look for the USERDOMAIN variable somewhere at the bottom >> of the list. It is not set to the real domain name. In my case it was >> the name of the server before it became a domain controller. I >> suspect the system was hanging together due to netbios names - eek. >> Mostly and for years running Debian 7, and samba 3 this was >> accidentally reliable. >> >> A quick fix is possible on the samba domain controller: >> > Yes, but is this an NT4-style PDC or an AD DC ? > > It is probably a PDC, if so, can I suggest that as...
2009 Dec 24
1
Multiple CHOLMOD errors when attempting poisson glmm
...warning: %h Error in mer_finalize(ans) : Cholmod error `not positive definite' at file:../Cholesky/t_cholmod_rowfac.c, line 432 I have to admit that I'm at a loss, and have been unable to determine any pattern to when this error message comes up. I'm hoping that someone can help me eek out what the issue is with my data so that I can eventually work out a usable model. Thanks so much, and happy holidays. -- View this message in context: http://n4.nabble.com/Multiple-CHOLMOD-errors-when-attempting-poisson-glmm-tp978573p978573.html Sent from the R help mailing list archive at Nab...
2009 Nov 16
4
[LLVMdev] next
On Nov 16, 2009, at 1:43 PM, Dale Johannesen wrote: > > On Nov 14, 2009, at 3:16 PMPST, Howard Hinnant wrote: > >> In many places there is code that looks like: >> >> MBBI = next(MBBI); >> >> In C++0X there is a std::next that is likely to be in scope when these >> calls are made. And due to ADL the above call becomes ambiguous: >>