Displaying 20 results from an estimated 41 matches for "nerror".
Did you mean:
error
2017 Apr 23
2
uses vfs_fruit, but that requires \"ea support = yes\"
interesting warning - is that not implicit and why?
uses vfs_fruit, but that requires \"ea support = yes\"
Apr 23 21:32:27 srv-rhsoft ark: kf5.kio.core: We got some errors while
running testparm "Load smb config files from /etc/samba/smb.conf\nLoaded
services file OK.\nERROR: Service \"filesharing\" uses vfs_fruit, but
that requires \"ea support = yes\".\n\nERROR: Service \"ramdisk\" uses
vfs_fruit, but that requires \"ea support = yes\".\n\nERROR: Service
\"audio\" uses vfs_fruit, but that requires \"ea support...
2012 Sep 17
1
ClamAV Problem
...considering backups
Sep 17 16:15:44 neumann amavis[8836]: (08836-02) (!)run_av
(ClamAV-clamscan) FAILED - unexpected exit 2, output="LibClamAV Error:
cl_cvdhead: Can't read CVD header in /var/clamav/daily.cld\nLibClamAV
Error: cli_loaddbdir(): error parsing header of
/var/clamav/daily.cld\nERROR: Malformed database"
Sep 17 16:15:44 neumann amavis[8836]: (08836-02) (!)ClamAV-clamscan
av-scanner FAILED: /usr/bin/clamscan unexpected exit 2, output="LibClamAV
Error: cl_cvdhead: Can't read CVD header in
/var/clamav/daily.cld\nLibClamAV Error: cli_loaddbdir(): error parsing
header...
2005 Oct 14
2
Fortran?
...ind = integer(npd), tx = double(npd), ty = double(npd),
ilist = integer(npd), eps = as.double(eps), delsgs = double(tdel),
ndel = as.integer(ndel), delsum = double(ntdel),
dirsgs = double(tdir), ndir = as.integer(ndir), dirsum = double(ntdir),
nerror = integer(1))
...
does it mean this function is using something from FORTRAN?
Thanks a lot!
---------------------------------
[[alternative HTML version deleted]]
2014 Sep 15
2
[LLVMdev] How to translate library functions into LLVM IR bitcode?
Good tips. Although I have used llvm-link to merge .bc files together, I
guess -flto could optimize the resultant .bc file further.
As for the assembly, yes it is an issue. Anyway, I'll try to address those
sources which are available for being translated into .bc first.
Thanks for your advice, Tim.
On Mon, Sep 15, 2014 at 2:55 PM, Tim Northover <t.p.northover at gmail.com>
wrote:
2004 Dec 02
0
tremor: macro-ize mask table
...ort("read incorrect value!\n");
}
bitcount+=tbit;
@@ -607,10 +601,10 @@
j-begin,ilen);
exit(1);
}
- if(temp!=(values[j]&mask[len[j]])){
+ if(temp!=(values[j]&MASK(len[j]))){
fprintf(stderr,"\nERROR: Incorrect read %lx != %lx, word %ld, len %d\n"
,
- values[j]&mask[len[j]],temp,j-begin,len[j]);
+ values[j]&MASK(len[j]),temp,j-begin,len[j]);
exit(1);
}
bitcount+=len[j];
@@ -642,10 +636,10 @@...
2005 Aug 30
0
No subject
...09:Ret ntdll.RtlUnwind() retval=00000000 ret=00591b88 fs=003b
eax=00000000 ebx=77affe84 ecx=00000000 edx=77affe84 esi=00000000 edi=0088a690
ebp=77aff990 esp=77aff980 ds=007b es=007b gs=0033 flags=00200202
0009:Call user32.MessageBoxA(00000000,00c3e740 "Exception Raised - Access Violat
ion\n\nError Location: Unknown",00c3e500 "Error Trapper",00000010) ret=0058191d
0009:Call ntdll.RtlCreateUnicodeStringFromAsciiz(77affca4,00c3e740 "Exception Ra
ised - Access Violation\n\nError Location: Unknown") ret=77929952
I'm guessing this is due to the lack of registry inform...
2020 May 13
2
[PATCH v3 24/75] x86/boot/compressed/64: Unmap GHCB page before booting the kernel
...+296,22 @@ int set_page_non_present(unsigned long address)
return set_clr_page_flags(&mapping_info, address, 0, _PAGE_PRESENT);
}
+static void do_pf_error(const char *msg, unsigned long error_code,
+ unsigned long address, unsigned long ip)
+{
+ error_putstr(msg);
+
+ error_putstr("\nError Code: ");
+ error_puthex(error_code);
+ error_putstr("\nCR2: 0x");
+ error_puthex(address);
+ error_putstr("\nRIP relative to _head: 0x");
+ error_puthex(ip - (unsigned long)_head);
+ error_putstr("\n");
+
+ error("Stopping.\n");
+}
+
void do_boot_page_...
2020 May 13
2
[PATCH v3 24/75] x86/boot/compressed/64: Unmap GHCB page before booting the kernel
...+296,22 @@ int set_page_non_present(unsigned long address)
return set_clr_page_flags(&mapping_info, address, 0, _PAGE_PRESENT);
}
+static void do_pf_error(const char *msg, unsigned long error_code,
+ unsigned long address, unsigned long ip)
+{
+ error_putstr(msg);
+
+ error_putstr("\nError Code: ");
+ error_puthex(error_code);
+ error_putstr("\nCR2: 0x");
+ error_puthex(address);
+ error_putstr("\nRIP relative to _head: 0x");
+ error_puthex(ip - (unsigned long)_head);
+ error_putstr("\n");
+
+ error("Stopping.\n");
+}
+
void do_boot_page_...
2019 May 14
2
git llvm push errors
...upstream-svn)
> svn staging area ready in '.git/llvm-upstream-svn'
> Pushing 1 commit:
> 4e1be4c8956 [AMDGPU] Increases available SGPR for Calling Convention
> `git apply -p1 -` returned 1
> b'error: lib/Target/AMDGPU/AMDGPUCallingConv.td: No such file or
> directory\nerror: lib/Target/AMDGPU/AMDGPUISelLowering.cpp: No such file or
> directory\n<stdin>:345: new blank line at EOF.\n+'
> Patch doesn't apply: maybe you should try `git pull -r` first?
>
> Thanks,
>
> Ryan
>
> On Tue, May 14, 2019 at 2:13 PM Ryan Taylor <ryta1203 at...
2018 May 21
5
Looking for better fax handling
...S=${STATUS}\nnumber of pages: ${FAXOPT(pages)})
same => n,Set(STATUS=${STATUS}\nRate: ${FAXOPT(rate)})
same => n,Set(STATUS=${STATUS}\nResolution: ${FAXOPT(resolution)})
same => n,GotoIf($["${FAXOPT(status)}" = "SUCCESS"]?faxok)
same => n,Set(STATUS=${STATUS}\nError: ${FAXOPT(error)})
same => n(faxok),Verbose(0,FAX ${destination} Status (S): ${STATUS})
same => n,Set(FAXNAME=${CUT(faxfile,/,6)})
same => n,Set(FILE(/fax_status/${FAXNAME})=${STATUS})
same => n,GotoIf($["${FAXOPT(status)}" != "SUCCESS"]?faxfail)
same =>...
2019 May 14
2
git llvm push errors
Thanks Paul but I saw that on a previous email chain and tried it, it did
not work for me. I also saw there are issues with svn tags on some files?
Thanks,
Ryan
On Tue, May 14, 2019, 1:30 PM <paul.robinson at sony.com> wrote:
> It has been a while since I've seen "No such file or directory" although I
> do still occasionally see "Patch doesn't apply"
2005 Nov 09
0
mysql dovecot 1.0alpha4
...d */
"lyra", /* database to use */
0, /* port (use default) */
NULL, /* socket (use default) */
0) /* flags (none) */
== NULL) {
fprintf (stderr, "mysql_real_connect() failed:\nError %u (%s)\n",
mysql_errno (h), mysql_error (h));
exit (1);
}
2008 Jan 20
0
Ctrl handler makes Ruby crash
...Handler is installed.\n" )
printf( "\n -- Now try pressing Ctrl+C or Ctrl+Break, or" )
printf( "\n try logging off or closing the console...\n" )
printf( "\n(...waiting in a loop for events...)\n\n" )
while true
end
else
printf( "\nERROR: Could not set control handler")
end
Thanks,
Dan
2006 May 20
0
EventLog#tail is broken
...vent_id=680, event_type="audit failure",
category=9, source="Security", computer="IMPERATOR", user
="SYSTEM", description="Logon attempt by:
MICROSOFT_AUTHENTICATION_PACKAGE_V1_0\r\n\r\nLogon account:
Daniel\r\n\r\nSou
rce Workstation: IMPERATOR\r\n\r\nError Code: 0xC000006A\r\n\r\n">
#<struct Struct::EventLogStruct record_number=15064, time_generated=Sun
May 07 18:46:31 MDT 2006, time_written=Sun May 0
7 18:46:31 MDT 2006, event_id=615, event_type="audit failure",
category=6, source="Security", computer="IMPERATO...
2005 Sep 28
0
Logging to the server
...; + encodeURIComponent(msg) +
''&level='' + encodeURIComponent(level),
method: ''post'',
asynchronous: true
});
} catch (e) {
if (Logger.debug) {
alert("Logging error\nMessage: " + msg +
"\nError: " + Object.inspect(e));
}
}
},
debug: function(msg) {
Logger.log(msg, ''debug'');
},
error: function(msg) {
Logger.log(msg, ''error'');
},
warn: function(msg) {
Logger.log(msg, ''warn'');
}
}
class Admin::Lo...
2001 May 14
0
followup: lookup function for density(...) objects
...erpolation function
x <- Fx(p) # the variates corresponding to p's
}
else if(interp == "s")
{
Fx <- splinefun(cumy, cumx) # spline fit
x <- Fx(p) # the variates corresponding to p's
}
else
{
cat(paste("\nError: unrecognized interp method (\"", interp, "\").\n\n",
sep=""))
}
x
}
--------
Example:
> x _ rnorm(1000)
> d.x _ density(x)
> p _ seq(0.001,0.999,by=0.001)
> x.l _ RPDensityLookup(d.x, p, "l")
> x.s _ RPDensityLookup(d.x, p, "s...
2020 Apr 28
0
[PATCH v3 24/75] x86/boot/compressed/64: Unmap GHCB page before booting the kernel
..._PF_PROT | X86_PF_USER | X86_PF_RSVD)) {
/* Print some information for debugging */
- error_putstr("Unexpected page-fault:");
+ if (ghcb_fault)
+ error_putstr("Page-fault on GHCB page:");
+ else
+ error_putstr("Unexpected page-fault:");
error_putstr("\nError Code: ");
error_puthex(error_code);
error_putstr("\nCR2: 0x");
diff --git a/arch/x86/boot/compressed/misc.h b/arch/x86/boot/compressed/misc.h
index 4d37a28370ed..2e5f82acc122 100644
--- a/arch/x86/boot/compressed/misc.h
+++ b/arch/x86/boot/compressed/misc.h
@@ -100,6 +100,7 @@...
2020 Jul 14
0
[PATCH v4 14/75] x86/boot/compressed/64: Add page-fault handler
...rt of the boot process */
#undef __PAGE_OFFSET
@@ -160,3 +163,39 @@ void finalize_identity_maps(void)
{
write_cr3(top_level_pgt);
}
+
+static void do_pf_error(const char *msg, unsigned long error_code,
+ unsigned long address, unsigned long ip)
+{
+ error_putstr(msg);
+
+ error_putstr("\nError Code: ");
+ error_puthex(error_code);
+ error_putstr("\nCR2: 0x");
+ error_puthex(address);
+ error_putstr("\nRIP relative to _head: 0x");
+ error_puthex(ip - (unsigned long)_head);
+ error_putstr("\n");
+
+ error("Stopping.\n");
+}
+
+void do_boot_page_...
2020 Apr 02
0
[PATCH 14/70] x86/boot/compressed/64: Add page-fault handler
...gt; +static void pf_error(unsigned long error_code, unsigned long address,
> + struct pt_regs *regs)
AFAICT, that function is called below only so just merge its body into
the call site instead...
> +{
> + error_putstr("Unexpected page-fault:");
> + error_putstr("\nError Code: ");
> + error_puthex(error_code);
> + error_putstr("\nCR2: 0x");
> + error_puthex(address);
> + error_putstr("\nRIP relative to _head: 0x");
> + error_puthex(regs->ip - (unsigned long)_head);
> + error_putstr("\n");
> +
> + error(&...
2005 Nov 09
0
More informations on mysql bug
..."lyra", /* database to use */
0, /* port (use default) */
NULL, /* socket (use default) */
0) /* flags (none) */
== NULL) {
fprintf (stderr, "mysql_real_connect() failed:\nError %u (%s)\n",
mysql_errno (h), mysql_error (h));
exit (1);
}
}
This program is working outsine of dovecot. So its one of the library or
the compilation itself that cause the problem of access denied.
Any idea???
Thanks