search for: linuxtest

Displaying 20 results from an estimated 26 matches for "linuxtest".

2004 May 22
0
problem login W2k-sp2 and 4 to samba 3.0.2: profiles
...n one expects the the navigator bar to appear, comes the reset. When I try to add a user to the domain from a computer, also seems to work well but with level-3 debugging appears the 'SAMR_Q_SET_USERINFO' sentence. (username: rasuser, machine fmdv-4tpb8aqct4$, domain fmdv, machine pdc: linuxtest, mcasas is another user messing around ?) ------------------------- Searching for:[(&(objectClass=sambaDomain)(sambaDomainName=FMDV))] smbldap_open_connection: connection opened netbios connect: name1=LINUXTEST name2=FMDV-4TPB8AQCT4 netbios connect: local=linuxtest remote=fmdv-4tpb8aqct4...
2005 Jun 02
5
[Bug 1051] error: Bind to port 22 on 0.0.0.0 failed: Address already in use.
...##################################################### Set attributes and runlevel: ################################## chmod 0755 /etc/init.d/sshd40 chkconfig --level 2345 sshd40 on chkconfig --level 2345 sshd off ################################## ......... Now the Failure: Jun 2 11:33:06 linuxtest sshd[24819]: Accepted password for root from ::ffff:192.168.8.14 port 2477 ssh2 Jun 2 11:33:06 linuxtest sshd[24819]: subsystem request for sftp Jun 2 12:08:28 linuxtest xinetd[13075]: START: telnet pid=9693 from=192.168.8.14 Jun 2 12:13:57 linuxtest sshd[2865]: Received signal 15; terminating...
2016 Apr 07
3
centos samba sssd active directory
...t 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 = DOMAIN # valid users = @"RZ-DOMAIN+dom?nen-benutzer" # valid users = @"RZ-DOMAIN" #valid users = %S, RDOMAIN\%S #valid users = @DOMAIN #valid users = linuxtest # force user = fuhste # guest ok = yes # force group = @...
2003 Mar 06
2
restrict shares listings in domain to authenticated users
...... I should get the same "NT_STATUS_ACCESS_DENIED" for guest user share listings, but I don't - it shows all of them. root@WS-072:/etc/samba# smbclient -L //debianpdc added interface ip=192.168.2.45 bcast=192.168.2.255 nmask=255.255.255.0 Password: Anonymous login successful Domain=[LINUXTEST] OS=[Unix] Server=[Samba 2.2.3a-12 for Debian] Sharename Type Comment --------- ---- ------- tmp Disk temporary files IPC$ IPC IPC Service (debianpdc server (Samba 2.2.3a-12 for Debian)) ADMIN$ Disk IPC Service (debianpdc server (Samba 2.2.3a-12 for Debian)) thoughts, suggestions, and of course...
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
...passdb backend = ldapsam:ldap://localhost:389 logon script = logon.cmd veto files = /*.eml/*.nws/riched20.dll/*.{*}/ printing = cups force directory mode = 0770 ldap admin dn = cn=root,dc=my,dc=domain #logon path = \{}\{}%N\{}profiles\{}%U #logon path = /var/lib/samaba/netlogon workgroup = LINUXTEST os level = 255 create mask = 0770 wins support = true ldap machine suffix = ou=machines printcap name = CUPS #logon home = \{}\{}%N\{}\{}%u\{}winprofile netbios name = LINUXTEST force create mode = 0770 ldap group suffix = ou=Groups ldap filter = (&(uid=%u)(objectclass=sambaSamAccount...
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..e25c589...
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 --...
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.freedeskto...
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.freedeskto...
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.freedeskto...
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 5babc...
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
...to hope for the best, you can remove all rules with: ipchains -F You will still be left with policies, which hopefully will be permissive. If not, study man ipchains. Joel On Fri, Jul 05, 2002 at 03:54:36PM -0600, Donald D. Henson wrote: > (Note the change of e-mail address. Please use <linuxtest@wepin.com>) > > I must admit that I'm getting a bit frustrated here. After finally > locating the DIAGNOSIS.txt file, I did as you suggested and started > running through the tests. Sure enough, Test # 2 failed and told me > there are two possibilities: 1) DNS or /etc/hosts f...
2003 Apr 05
1
Samba 2.2 + CUPS driver download work for anyone?
...2:/etc/samba/drivers# ls -lR .: total 8 drwxr-xr-x 2 root root 4096 Apr 6 15:37 W32X86 drwxr-xr-x 2 root root 4096 Apr 6 15:37 WIN40 ./W32X86: total 0 ./WIN40: total 0 ------------------------ relevant pieces of smb.conf file ------------- [global] workgroup = linuxtest netbios name = WS-072 ## lines here snipped for brevity load printers = yes printing = cups printcap name = cups [printers] comment = All Printers browseable = yes path = /var/spool/samba printable = yes public = no writable = no create mode = 0700 printer a...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
....kappel@intel.com> Karel Zak <kzak@redhat.com> Karen Higgins <karen.higgins@qlogic.com> Karen Xie <kxie@chelsio.com> Karl Beldan <karl.beldan@rivierawaves.com> Karl Heiss <kheiss@gmail.com> Karl Newman <siliconfiend@gmail.com> Karl Relton <karllinuxtest.relton@ntlworld.com> Karol Lewandowski <k.lewandowsk@samsung.com> Karsten Keil <keil@b1-systems.de> Karsten Keil <kkeil@linux-pingi.de> Karthik Manamcheri <Karthik.Manamcheri@ni.com> Kartik Mohta <kartikmohta@gmail.com> Kashyap Desai <Kashyap.Desai@ls...
2013 Jun 23
0
[linux-linus test] 18181: regressions - trouble: broken/fail/pass
....kappel@intel.com> Karel Zak <kzak@redhat.com> Karen Higgins <karen.higgins@qlogic.com> Karen Xie <kxie@chelsio.com> Karl Beldan <karl.beldan@rivierawaves.com> Karl Heiss <kheiss@gmail.com> Karl Newman <siliconfiend@gmail.com> Karl Relton <karllinuxtest.relton@ntlworld.com> Karol Lewandowski <k.lewandowsk@samsung.com> Karsten Keil <keil@b1-systems.de> Karsten Keil <kkeil@linux-pingi.de> Karthik Manamcheri <Karthik.Manamcheri@ni.com> Kartik Mohta <kartikmohta@gmail.com> Kashyap Desai <Kashyap.Desai@ls...
2013 Aug 29
0
[linux-linus test] 18805: regressions - FAIL
....kappel@intel.com> Karel Zak <kzak@redhat.com> Karen Higgins <karen.higgins@qlogic.com> Karen Xie <kxie@chelsio.com> Karl Beldan <karl.beldan@rivierawaves.com> Karl Heiss <kheiss@gmail.com> Karl Newman <siliconfiend@gmail.com> Karl Relton <karllinuxtest.relton@ntlworld.com> Karol Herbst <karolherbst@me.com> Karol Lewandowski <k.lewandowsk@samsung.com> Karsten Keil <keil@b1-systems.de> Karsten Keil <kkeil@linux-pingi.de> Karthik Manamcheri <Karthik.Manamcheri@ni.com> Kartik Mohta <kartikmohta@gmail.co...