Displaying 20 results from an estimated 26 matches for "linuxtesting".
2004 May 22
0
problem login W2k-sp2 and 4 to samba 3.0.2: profiles
Hi once again
Now I have almost everything working, that is, Samba 3.0.2 with Ldap
database (messages ok when reading), and I want it to be a PDC,
everything seems to work fine when registering machines or users, but
when logging, I mean, entering W2k-Sp4, my computers (two of them) reset
themselves: they begin to load the user defined stuff and then when one
expects the the navigator bar to
2005 Jun 02
5
[Bug 1051] error: Bind to port 22 on 0.0.0.0 failed: Address already in use.
http://bugzilla.mindrot.org/show_bug.cgi?id=1051
Summary: error: Bind to port 22 on 0.0.0.0 failed: Address
already in use.
Product: Portable OpenSSH
Version: 4.1p1
Platform: ix86
URL: http://www.tietoenator.de
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P4
2016 Apr 07
3
centos samba sssd active directory
Hello all,
Im having the latest centos that should be integrated into win 2012 active directory domain.
Im having Authentication running, an AD user can login via ssh, getent and id working
But Im not able to get the samba shares running with AD
[sfu-erp]
comment = Mandant
path = /share
# ; valid users = @"RZ-DOMAIN\linuxtest" @"RZ-DOMAIN\linuxtest"
valid users =
2003 Mar 06
2
restrict shares listings in domain to authenticated users
I'm setting up a samba primary domain controller in Debian woody and the
users are logging into the domain fine and can access their shares. I
would like to restrict the listings of available shares to only
authenticated users of the samba domain. I know this works in a win NT4
domain, how does one do it with samba?
This is the listing I get from an nt4 pdc (belongs to a different domain
than
2017 Oct 27
1
[PATCH] x86: Remove unnecessary return from void function
On 23/06/17 18:23, Anton Vasilyev wrote:
> The patch removes unnecessary return from void function.
>
> Found by Linux Driver Verification project (linuxtesting.org).
>
> Signed-off-by: Anton Vasilyev <vasilyev at ispras.ru>
Reviewed-by: Juergen Gross <jgross at suse.com>
Juergen
2017 Oct 27
1
[PATCH] x86: Remove unnecessary return from void function
On 23/06/17 18:23, Anton Vasilyev wrote:
> The patch removes unnecessary return from void function.
>
> Found by Linux Driver Verification project (linuxtesting.org).
>
> Signed-off-by: Anton Vasilyev <vasilyev at ispras.ru>
Reviewed-by: Juergen Gross <jgross at suse.com>
Juergen
2004 Feb 18
0
Authentication of user through Win2k to Samba PDC failed
I have set up a Samba PDC with LDAP password backend schema. I found the way of
connecting win2k workstations to this Samba server by setting the
parameter "workgroup" (in smb.conf) to the name of the domain I created
previously in Samba/LDAP.
Once in win2k workstations, I changed the identification from workgroup members
to domain. But when validating, it asked for any user who
2018 Jul 27
1
[PATCH] drm: qxl: Fix error handling at qxl_device_init
If qxl_device_init fails on creating resources and does not report it,
then qxl module will catch null pointer exception on remove, or on
probe's error path.
The patch adds error path with resources release into qxl_device_init.
Found by Linux Driver Verification project (linuxtesting.org).
Signed-off-by: Anton Vasilyev <vasilyev at ispras.ru>
---
drivers/gpu/drm/qxl/qxl_kms.c | 80 ++++++++++++++++++++++++++++++++---
1 file changed, 73 insertions(+), 7 deletions(-)
diff --git a/drivers/gpu/drm/qxl/qxl_kms.c b/drivers/gpu/drm/qxl/qxl_kms.c
index 771250aed78d..e25c589d5f...
2010 Jul 08
10
Asterisk Crashes - Segmentation Fault
Hello Team,
I was looking for audio conferencing solution where i got Web-meetme.
I had installed Asterisk 1.6.2.9 on Centos 5.4. Its perfecting working
fine. I tried using Meetme even meetme app is working perfectly fine.
I installed Webmeetme 4.0 and integrated with my asterisk. When i try to
dial the conference number it take me to an IVR wherein it asks for the
conference number. The time i
2018 Jul 27
0
[PATCH] drm: qxl: Fix NULL pointer dereference at qxl_alloc_client_monitors_config
...function qxl_display_copy_rom_client_monitors_config() after
qxl_alloc_client_monitors_config() call.
The patch adds return error from qxl_alloc_client_monitors_config()
and additional status for qxl_display_copy_rom_client_monitors_config
return value.
Found by Linux Driver Verification project (linuxtesting.org).
Signed-off-by: Anton Vasilyev <vasilyev at ispras.ru>
---
Note: Is it correct that qxl_display_read_client_monitors_config() does not
return error in case of fail?
---
drivers/gpu/drm/qxl/qxl_display.c | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git...
2023 Mar 20
0
[PATCH AUTOSEL 6.2 01/30] drm/cirrus: NULL-check pipe->plane.state->fb in cirrus_pipe_update()
...aeffa218e9849c77893 ]
After having been compared to NULL value at cirrus.c:455, pointer
'pipe->plane.state->fb' is passed as 1st parameter in call to function
'cirrus_fb_blit_rect' at cirrus.c:461, where it is dereferenced at
cirrus.c:316.
Found by Linux Verification Center (linuxtesting.org) with SVACE.
v2:
* aligned commit message to line-length limits
Signed-off-by: Alexandr Sapozhnikov <alsp705 at gmail.com>
Reviewed-by: Thomas Zimmermann <tzimmermann at suse.de>
Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de>
Link: https://patchwork.freedesktop.o...
2023 Mar 20
0
[PATCH AUTOSEL 6.1 01/29] drm/cirrus: NULL-check pipe->plane.state->fb in cirrus_pipe_update()
...aeffa218e9849c77893 ]
After having been compared to NULL value at cirrus.c:455, pointer
'pipe->plane.state->fb' is passed as 1st parameter in call to function
'cirrus_fb_blit_rect' at cirrus.c:461, where it is dereferenced at
cirrus.c:316.
Found by Linux Verification Center (linuxtesting.org) with SVACE.
v2:
* aligned commit message to line-length limits
Signed-off-by: Alexandr Sapozhnikov <alsp705 at gmail.com>
Reviewed-by: Thomas Zimmermann <tzimmermann at suse.de>
Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de>
Link: https://patchwork.freedesktop.o...
2023 Mar 20
0
[PATCH AUTOSEL 5.15 01/17] drm/cirrus: NULL-check pipe->plane.state->fb in cirrus_pipe_update()
...aeffa218e9849c77893 ]
After having been compared to NULL value at cirrus.c:455, pointer
'pipe->plane.state->fb' is passed as 1st parameter in call to function
'cirrus_fb_blit_rect' at cirrus.c:461, where it is dereferenced at
cirrus.c:316.
Found by Linux Verification Center (linuxtesting.org) with SVACE.
v2:
* aligned commit message to line-length limits
Signed-off-by: Alexandr Sapozhnikov <alsp705 at gmail.com>
Reviewed-by: Thomas Zimmermann <tzimmermann at suse.de>
Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de>
Link: https://patchwork.freedesktop.o...
2024 Mar 23
0
[PATCH] therm.c: Adding an array index check before accessing an element.
It is possible to access an element at index -1 if at the
first iteration of the loop the result of switch is equal to 0x25
Added variable checking.
Found by Linux Verification Center (linuxtesting.org) with SVACE.
Signed-off-by: Andrey Shumilin <shum.sdl at nppct.ru>
---
drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c b/drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c
index 5babc5a7...
2006 Mar 08
5
getting samba to authenticate with kerberos/PAM
Hello,
I reeeeally need someone's help here. I guide after guide from all sorts of sources but I still cannot get samba to authenticate a domain login via winbind off of the windows 2003 DC on our network.
Here is what I can do:
I can successfully do a kinit command and can verify the existance on the samba server in active directory on the DC.
I can login using domain profiles on the samba
2002 Jul 06
0
FW: Newbie Help
I guess you are in what I think of as "Newbie Hell." It sounds like you
are learning linux like a lot of people, all by yourself. That's how I
did it, and it is maddening and worse, very time consuming. The important
thing is not to keep hitting your head against the brick wall over
and over.
So, what to do.
First, I would join a linux email support group. I belong to a very good
2003 Apr 05
1
Samba 2.2 + CUPS driver download work for anyone?
I have tried everything I could possibly think of to get printer driver
download working with Samba 2.2.3a-6 and CUPS 1.1.15-4 (latest Debian
unstable packages). I am wondering if anyone else has go this to work at
all (with newer versions of samba or cups?) -- if so please let me know to
give me some hope. Or else I am thinking this is officially 'broken'.
CUPS is working perfectly
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...m.com>
Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de>
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Uwe Kleine-König <uwe@kleine-koenig.org>
Vaclav Mocek <vmocek@gmail.com>
Vadim Frolov <fralik@gmail.com>
Vahram Martirosyan <vahram.martirosyan@linuxtesting.org>
Vahram Martirosyan <vmartirosyan@linuxtesting.org>
Vaibhav Bedia <vaibhav.bedia@ti.com>
Vaibhav Hiremath <hvaibhav@ti.com>
Vaibhav Hiremath <hvaibhav@ti.com> # AM335x
Vaibhav Nagarnaik <vnagarnaik@google.com>
Vaidyanathan Srinivasan <svaidy@linux...
2013 Jun 23
0
[linux-linus test] 18181: regressions - trouble: broken/fail/pass
...m.com>
Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de>
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Uwe Kleine-König <uwe@kleine-koenig.org>
Vaclav Mocek <vmocek@gmail.com>
Vadim Frolov <fralik@gmail.com>
Vahram Martirosyan <vahram.martirosyan@linuxtesting.org>
Vahram Martirosyan <vmartirosyan@linuxtesting.org>
Vaibhav Bedia <vaibhav.bedia@ti.com>
Vaibhav Hiremath <hvaibhav@ti.com>
Vaibhav Hiremath <hvaibhav@ti.com> # AM335x
Vaibhav Nagarnaik <vnagarnaik@google.com>
Vaidyanathan Srinivasan <svaidy@linux...
2013 Aug 29
0
[linux-linus test] 18805: regressions - FAIL
...m.com>
Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de>
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Uwe Kleine-König <uwe@kleine-koenig.org>
Vaclav Mocek <vmocek@gmail.com>
Vadim Frolov <fralik@gmail.com>
Vahram Martirosyan <vahram.martirosyan@linuxtesting.org>
Vahram Martirosyan <vmartirosyan@linuxtesting.org>
Vaibhav Bedia <vaibhav.bedia@ti.com>
Vaibhav Hiremath <hvaibhav@ti.com>
Vaibhav Hiremath <hvaibhav@ti.com> # AM335x
Vaibhav Nagarnaik <vnagarnaik@google.com>
Vaidyanathan Srinivasan <svaidy@linux...