Displaying 9 results from an estimated 9 matches for "0x1310".
Did you mean:
0x110
2008 Mar 20
0
[RFC/PATCH 03/15] preparation: address of the 64bit extint parm in lowcore
.../* 0x11B8 */
+
+ __u8 pad14[0x1200-0x11C0]; /* 0x11C0 */
/* System info area */
__u64 floating_pt_save_area[16]; /* 0x1200 */
__u64 gpregs_save_area[16]; /* 0x1280 */
__u32 st_status_fixed_logout[4]; /* 0x1300 */
- __u8 pad14[0x1318-0x1310]; /* 0x1310 */
+ __u8 pad15[0x1318-0x1310]; /* 0x1310 */
__u32 prefixreg_save_area; /* 0x1318 */
__u32 fpt_creg_save_area; /* 0x131c */
- __u8 pad15[0x1324-0x1320]; /* 0x1320 */
+ __u8 pad16[0x1324-0x1320]; /* 0x1320 */
__...
2018 Jan 29
1
Panic: data stack: Out of memory when allocating bytes
...= <value optimized out>
> ??????? recursed = 1
> #10 0x00007f73f17af766 in i_internal_fatal_handler (ctx=0x7ffd0ddd83a0,
> format=<value optimized out>, args=<value optimized out>) at failures.c:718
> ??????? status = 0
> #11 0x00007f73f1723e11 in i_panic (format=0x1310 <Address 0x1310 out of
> bounds>) at failures.c:306
> ??????? ctx = {type = LOG_TYPE_PANIC, exit_status = 0, timestamp = 0x0,
> timestamp_usecs = 0, log_prefix = 0x0}
> ??????? args = {{gp_offset = 16, fp_offset = 48, overflow_arg_area =
> 0x7ffd0ddd84a0, reg_save_area = 0...
2001 Jun 29
3
Fail to build R (PR#1005)
...o
<unknown> 0x133c nanoftp.o
<unknown> 0x1318 nanoftp.o
<unknown> 0x1334 nanoftp.o
<unknown> 0x1314 nanoftp.o
<unknown> 0x1310 nanoftp.o
<unknown> 0x1330 nanoftp.o
<unknown> 0x130c nanoftp.o
<unknown> 0x132c nanoftp.o
<unknown> 0x1328 nanoftp.o
<unknown>...
2018 Jan 24
2
Panic: data stack: Out of memory when allocating bytes
On Wed, Jan 24, 2018 at 18:55:47 +0100, Thomas Robers wrote:
> Am 23.01.2018 um 20:07 schrieb Josef 'Jeff' Sipek:
> > On Tue, Jan 23, 2018 at 14:03:27 -0500, Josef 'Jeff' Sipek wrote:
> > > On Tue, Jan 23, 2018 at 18:21:38 +0100, Thomas Robers wrote:
...
> > > 1. Do you have any idea what the imap process was doing at the time of the
> > >
2018 Jan 25
0
Panic: data stack: Out of memory when allocating bytes
...c:221
backtrace = <value optimized out>
recursed = 1
#10 0x00007f73f17af766 in i_internal_fatal_handler (ctx=0x7ffd0ddd83a0,
format=<value optimized out>, args=<value optimized out>) at failures.c:718
status = 0
#11 0x00007f73f1723e11 in i_panic (format=0x1310 <Address 0x1310 out of
bounds>) at failures.c:306
ctx = {type = LOG_TYPE_PANIC, exit_status = 0, timestamp = 0x0,
timestamp_usecs = 0, log_prefix = 0x0}
args = {{gp_offset = 16, fp_offset = 48, overflow_arg_area =
0x7ffd0ddd84a0, reg_save_area = 0x7ffd0ddd83e0}}
#12 0x000...
2008 Jul 29
2
[LLVMdev] llvm-gcc linking errors
...ic-errors trirast.c
llvm-gcc -g -lGL -lglut -o trirast main.o trirast.o
trirast.o(.text+0x0): In function `strtod':
: multiple definition of `strtod'
main.o(.text+0x0): first defined here
trirast.o(.text+0x10d0): In function `putchar':
: multiple definition of `putchar'
main.o(.text+0x1310): first defined here
trirast.o(.text+0x10f0): In function `getchar':
: multiple definition of `getchar'
main.o(.text+0x1330): first defined here
trirast.o(.text+0x1110): In function `vprintf':
: multiple definition of `vprintf'
main.o(.text+0x1350): first defined here
trirast.o(.tex...
2019 Jan 22
1
smbclient works, mount.cifs fails NT_STATUS_LOGON_FAILURE in Samba 4.8.3
...end = ad
idmap config DOMAIN.COM:range = 500-9999999999
load printers = no
printing = bsd
printcap name = /dev/null
disable spoolss = yes
```
In case it helps, sssd.conf:
```
[sssd]
domains = domain.com
config_file_version = 2
services = nss, pam
[domain/domain.com]
debug_level = 0x1310
ad_domain = domain.com
ad_server = ad1.domain.com
dyndns_update = false
krb5_realm = DOMAIN.COM
realmd_tags = manages-system joined-with-samba
cache_credentials = True
id_provider = ad
krb5_store_password_if_offline = True
ldap_id_mapping = False
use_fully_qualified_names = False
fallback_homedir =...
2008 Mar 20
34
[RFC/PATCH 00/15] kvm on big iron
This patch series introduces a backend for kvm to run on IBM System z
machines that uses the mainframe's sie virtualization capability. This
work runs 64bit guests on z800/z890/z900/z990/z9/z10 class machines with
a 64bit linux host. Userspace will follow once we're done brushing it
over.
The patch queue consists of the following patches, which can be applied
in sequence on top of kvm.git
2008 Mar 20
34
[RFC/PATCH 00/15] kvm on big iron
This patch series introduces a backend for kvm to run on IBM System z
machines that uses the mainframe's sie virtualization capability. This
work runs 64bit guests on z800/z890/z900/z990/z9/z10 class machines with
a 64bit linux host. Userspace will follow once we're done brushing it
over.
The patch queue consists of the following patches, which can be applied
in sequence on top of kvm.git