search for: juhl

Displaying 20 results from an estimated 66 matches for "juhl".

Did you mean: juha
2005 Mar 25
1
[PATCH] kfree() NULL pointer cleanups - no need to check - fs/ext3/
kfree() handles NULL pointers fine - checking is redundant. Signed-off-by: Jesper Juhl <juhl-lkml at dif.dk> --- linux-2.6.12-rc1-mm3-orig/fs/ext3/acl.c 2005-03-02 08:37:55.000000000 +0100 +++ linux-2.6.12-rc1-mm3/fs/ext3/acl.c 2005-03-25 22:41:41.000000000 +0100 @@ -197,8 +197,7 @@ ext3_get_acl(struct inode *inode, int ty acl = NULL; else acl = ERR_PTR(retval); - if (...
2016 Feb 29
2
Segmentation Fault when trying to set root samba password, IPA as a backend
...ginal meddelelse ----- Fra: "Rowland penny" <rpenny at samba.org> Til: "samba" <samba at lists.samba.org> Sendt: mandag, 29. februar 2016 16:02:38 Emne: Re: [Samba] Segmentation Fault when trying to set root samba password, IPA as a backend On 29/02/16 14:57, Martin Juhl wrote: > Hi > > Please notice that i'm not using ldapsam, but ipasam... from freeipa server... So I think I need those things in my configuration file.... Never heard of ipasam (not that means anything) so I will bow to your superior knowledge. > > I'm having trouble...
2007 Jul 31
1
How to enable XEN in 2.6.23-rcS kernel?
"Jesper Juhl" <jesper.juhl@gmail.com> writes: > On 31/07/07, 2004 ruffneck <ruffneck2004@yandex.ru> wrote: > > Hello to everybody! > > > > I did read, that Lguest and Xen was merged to upstream and must be in 2.6.23-rc1 kernel, but I can't see it in "make menuconf...
2007 Jul 31
1
How to enable XEN in 2.6.23-rcS kernel?
"Jesper Juhl" <jesper.juhl@gmail.com> writes: > On 31/07/07, 2004 ruffneck <ruffneck2004@yandex.ru> wrote: > > Hello to everybody! > > > > I did read, that Lguest and Xen was merged to upstream and must be in 2.6.23-rc1 kernel, but I can't see it in "make menuconf...
2016 Mar 01
3
Segmentation Fault when trying to set root samba password, IPA as a backend
On 29/02/16 15:44, Rowland penny wrote: > On 29/02/16 15:11, Martin Juhl wrote: >> Ok >> >> Please post the link for the bug report.. >> >> Thanks... >> >> >> >> ----- Original meddelelse ----- >> Fra: "Rowland penny" <rpenny at samba.org> >> Til: "samba" <samba at lists.samba...
2010 Dec 13
3
[PATCH 1/1] hv: Use only one txf buffer per channel and kmalloc on initialize
...w only uses one receive buffer for all hv_utils channels, and will do only one kmalloc on init and will return with a -ENOMEM if kmalloc fails on initialize. And properly clean up memory on failure. Thanks to Evgeniy Polyakov <zbr at ioremap.net> for pointing this out. And thanks to Jesper Juhl <jj at chaosbits.net> and Ky Srinivasan <ksrinivasan at novell.com> for suggesting a better implementation of my original patch. Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com> Signed-off-by: Hank Janssen <hjanssen at microsoft.com> Cc: Evgeniy Polyakov <zbr at...
2010 Dec 13
3
[PATCH 1/1] hv: Use only one txf buffer per channel and kmalloc on initialize
...w only uses one receive buffer for all hv_utils channels, and will do only one kmalloc on init and will return with a -ENOMEM if kmalloc fails on initialize. And properly clean up memory on failure. Thanks to Evgeniy Polyakov <zbr at ioremap.net> for pointing this out. And thanks to Jesper Juhl <jj at chaosbits.net> and Ky Srinivasan <ksrinivasan at novell.com> for suggesting a better implementation of my original patch. Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com> Signed-off-by: Hank Janssen <hjanssen at microsoft.com> Cc: Evgeniy Polyakov <zbr at...
2016 Feb 29
2
Segmentation Fault when trying to set root samba password, IPA as a backend
...ginal meddelelse ----- Fra: "Rowland penny" <rpenny at samba.org> Til: "samba" <samba at lists.samba.org> Sendt: mandag, 29. februar 2016 15:16:13 Emne: Re: [Samba] Segmentation Fault when trying to set root samba password, IPA as a backend On 29/02/16 13:44, Martin Juhl wrote: > Hi > > >>> First thing is, you shouldn't have a user called 'root' in your domain, > I know, was just saying that the error message changed when I added the user.... > >>> use a usermap to map 'Administrator' to 'root' &g...
2016 Feb 29
0
Segmentation Fault when trying to set root samba password, IPA as a backend
On 29/02/16 15:11, Martin Juhl wrote: > Ok > > Please post the link for the bug report.. > > Thanks... > > > > ----- Original meddelelse ----- > Fra: "Rowland penny" <rpenny at samba.org> > Til: "samba" <samba at lists.samba.org> > Sendt: mandag, 29. februar 201...
2010 Dec 13
3
[PATCH 1/1] hv: Use only one receive buffer per channel and kmalloc on initialize
...checking kmalloc return value. This fix now only uses one receive buffer for all hv_utils channels, and will do only one kmalloc on init and will return with a -ENOMEM if kmalloc fails on initialize. Thanks to Evgeniy Polyakov <zbr at ioremap.net> for pointing this out. And thanks to Jesper Juhl <jj at chaosbits.net> and Ky Srinivasan <ksrinivasan at novell.com> for suggesting a better implementation of my original patch. Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com> Signed-off-by: Hank Janssen <hjanssen at microsoft.com> Cc: Evgeniy Polyakov <zbr at...
2010 Dec 13
3
[PATCH 1/1] hv: Use only one receive buffer per channel and kmalloc on initialize
...checking kmalloc return value. This fix now only uses one receive buffer for all hv_utils channels, and will do only one kmalloc on init and will return with a -ENOMEM if kmalloc fails on initialize. Thanks to Evgeniy Polyakov <zbr at ioremap.net> for pointing this out. And thanks to Jesper Juhl <jj at chaosbits.net> and Ky Srinivasan <ksrinivasan at novell.com> for suggesting a better implementation of my original patch. Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com> Signed-off-by: Hank Janssen <hjanssen at microsoft.com> Cc: Evgeniy Polyakov <zbr at...
2016 Mar 01
0
Segmentation Fault when trying to set root samba password, IPA as a backend
...ble free, which typically shouldn't be that hard to fix. If you try running the tool under valgrind, it should provide enough information to fix the issue. Cheers, Garming On 02/03/16 02:02, Rowland penny wrote: > On 29/02/16 15:44, Rowland penny wrote: >> On 29/02/16 15:11, Martin Juhl wrote: >>> Ok >>> >>> Please post the link for the bug report.. >>> >>> Thanks... >>> >>> >>> >>> ----- Original meddelelse ----- >>> Fra: "Rowland penny" <rpenny at samba.org> >>> Til...
2016 Feb 29
4
Segmentation Fault when trying to set root samba password, IPA as a backend
Hi guys When trying to set root's password, I get a segmentation fault: [root at bart ~]# smbpasswd -a root No builtin backend found, trying to load plugin Module 'ipasam' loaded smbldap_open_connection: connection opened ldap_connect_system: successful connection to the LDAP server pdb_init_ipasam: support for pdb_enum_upn_suffixes enabled for domain bolls.lan New SMB password:
2010 Dec 13
2
[PATCH 1/1] hv: Use only one receive buffer and kmalloc on initialize
...checking kmalloc return value. This fix now only uses one receive buffer for all hv_utils channels, and will do only one kmalloc on init and will return with a -ENOMEM if kmalloc fails on initialize. Thanks to Evgeniy Polyakov <zbr at ioremap.net> for pointing this out. And thanks to Jesper Juhl <jj at chaosbits.net> and Ky Srinivasan <ksrinivasan at novell.com> for suggesting a better implementation of my original patch. Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com> Signed-off-by: Hank Janssen <hjanssen at microsoft.com> Cc:Evgeniy Polyakov <zbr at...
2010 Dec 13
2
[PATCH 1/1] hv: Use only one receive buffer and kmalloc on initialize
...checking kmalloc return value. This fix now only uses one receive buffer for all hv_utils channels, and will do only one kmalloc on init and will return with a -ENOMEM if kmalloc fails on initialize. Thanks to Evgeniy Polyakov <zbr at ioremap.net> for pointing this out. And thanks to Jesper Juhl <jj at chaosbits.net> and Ky Srinivasan <ksrinivasan at novell.com> for suggesting a better implementation of my original patch. Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com> Signed-off-by: Hank Janssen <hjanssen at microsoft.com> Cc:Evgeniy Polyakov <zbr at...
2016 Feb 29
3
Segmentation Fault when trying to set root samba password, IPA as a backend
...ginal meddelelse ----- Fra: "Rowland penny" <rpenny at samba.org> Til: "samba" <samba at lists.samba.org> Sendt: mandag, 29. februar 2016 10:14:09 Emne: Re: [Samba] Segmentation Fault when trying to set root samba password, IPA as a backend On 29/02/16 09:06, Martin Juhl wrote: > Hi guys > > > When trying to set root's password, I get a segmentation fault: > > [root at bart ~]# smbpasswd -a root > No builtin backend found, trying to load plugin > Module 'ipasam' loaded > smbldap_open_connection: connection opened &gt...
2016 Mar 06
2
Segmentation Fault when trying to set root samba password, IPA as a backend
On 06/03/16 16:22, Harry Jede wrote: > On 17:13:33 wrote Martin Juhl: >> Hi guys >> >> >> When trying to set root's password, I get a segmentation fault: >> >> [root at bart ~]# smbpasswd -a root >> No builtin backend found, trying to load plugin >> Module 'ipasam' loaded >> smbldap_open_connection: c...
2016 Feb 29
2
Segmentation Fault when trying to set root samba password, IPA as a backend
...ginal meddelelse ----- Fra: "Rowland penny" <rpenny at samba.org> Til: "samba" <samba at lists.samba.org> Sendt: mandag, 29. februar 2016 11:34:14 Emne: Re: [Samba] Segmentation Fault when trying to set root samba password, IPA as a backend On 29/02/16 10:04, Martin Juhl wrote: > Hi > > This is samba-4.2.3-11.el7_2.x86_64 on CentOS... > > I'm trying to setup a Samba NT4 domain, with FreeIPA as a backend... > > Right now everything works.. except that I need a Domain Adminstrator... > > smbpasswd -a root, segfaults... probably...
2016 Aug 19
2
Is this email the public list?
I've never used mailing lists before, and I've been instructed to make sure I'm on the public list. How do I make sure I stay on it?
2016 Feb 29
0
Segmentation Fault when trying to set root samba password, IPA as a backend
On 29/02/16 14:57, Martin Juhl wrote: > Hi > > Please notice that i'm not using ldapsam, but ipasam... from freeipa server... So I think I need those things in my configuration file.... Never heard of ipasam (not that means anything) so I will bow to your superior knowledge. > > I'm having trouble findi...