Displaying 3 results from an estimated 3 matches for "out10".
Did you mean:
out1
2017 Feb 15
2
samba-tool domain classicupgrade smb_krb5_context_init_basic failed (Invalid argument)
...rid=500 (for username=root)
Next rid = 13001
SIGSEGV only shows when I use strace:
# strace samba-tool domain classicupgrade --verbose --debuglevel=0 --dbdir /var/lib/samba/bentley
--use-xattrs=yes --realm=mrc.motec.com.au --dns-backend=BIND9_DLZ /etc/samba/smb.bentley.conf 2>&1 |
tee /tmp/out10
# grep -e Next -e open -e SIGSEGV /tmp/out10
---8<--*snip*---8<---
open("/var/cache/samba/login_cache.tdb", O_RDWR|O_CREAT, 0644) = 10
write(2, "Next rid = 13001\n", 17Next rid = 13001
open("/root/.krb5/config", O_RDONLY) = -1 ENOENT (No such file or director...
2017 Feb 16
0
samba-tool domain classicupgrade smb_krb5_context_init_basic failed (Invalid argument)
...Next rid = 13001
>
> SIGSEGV only shows when I use strace:
>
> # strace samba-tool domain classicupgrade --verbose --debuglevel=0 --dbdir /var/lib/samba/bentley
> --use-xattrs=yes --realm=mrc.motec.com.au --dns-backend=BIND9_DLZ /etc/samba/smb.bentley.conf 2>&1 |
> tee /tmp/out10
>
> # grep -e Next -e open -e SIGSEGV /tmp/out10
> ---8<--*snip*---8<---
> open("/var/cache/samba/login_cache.tdb", O_RDWR|O_CREAT, 0644) = 10
> write(2, "Next rid = 13001\n", 17Next rid = 13001
> open("/root/.krb5/config", O_RDONLY) = -1 ENO...
2017 Feb 12
2
samba-tool domain classicupgrade smb_krb5_context_init_basic failed (Invalid argument)
On Mon, 2017-02-13 at 10:00 +1100, Tom Robinson via samba wrote:
> On 12/02/17 03:13, Rowland Penny via samba wrote:
> > On Fri, 10 Feb 2017 12:34:23 +1100
> > Tom Robinson via samba <samba at lists.samba.org> wrote:
> >
> > > I've grabbed samba 4.5.4 and customised an existing rpm spec
> > > file.
> > > Still some issues there.
> >