Displaying 20 results from an estimated 300 matches similar to: "Not able to see public shares on W2k from Linux"
2016 May 25
2
Regression: The 'net' command is now failing to login (UNKNOWN ENUM VALUE 1003?)
Hello:
Platform: CentOS 6.7 x86-64
$ rpm -qa | grep samba
samba-common-3.6.23-30.el6_7.x86_64
samba4-libs-4.2.10-6.el6_7.x86_64
ie-samba-utils-3.6.13-7.x86_64
samba-winbind-3.6.23-30.el6_7.x86_64
samba-client-3.6.23-30.el6_7.x86_64
samba-winbind-clients-3.6.23-30.el6_7.i686
samba-winbind-clients-3.6.23-30.el6_7.x86_64
Problems began after requiring SMB signing (I forgot the specifics but
it was
1999 Oct 13
1
dataframe transposition
Dear R-helpers,
I wonder if I could impose upon you for forther assistance, this
time with dataframes: hopefully this will be of general interest,
as I personally have found them hard to get to grips with.
I was trying to transpose rows and cols and move col1 to the names.
Then all sorts of things go wrong. Although the end result looks
the same, page() shows the structure to be quite
2009 Nov 05
2
Merge records in the same dataframe
Hi:
Suppose that I have a data frame as below
x1 x2 x3 ... x10 wk1 wk2 ... Wk208 (these are the column names)
For each record, x1, x2, x3 ... x10 are attributes. and wk1, wk2, ..., wk208 are the sales recoreded for this attribute combination. Suppose that now, that I want to do the following
1. Merge the data frame so that I have a new data frame grouped by values of x2 and x3 (for example).
2015 Feb 17
2
Using rpcclient with my NetApp fails
Hello:
I have a Netapp 8.2.2P1 7-Mode connected to my Active Directory domain
and the following rpcclient command on CentOS 6.5 is bailing on the
following error:
could not obtain sid for domain QUEST
error: NT_STATUS_ACCESS_DENIED
I've tested this with all stable version of 3.6 etc. I have not tried
the python based rpcclient command yet though.
But after a bit of debugging, it seems that
2006 Jul 14
1
Samba 3.0.23 winbind use default domain = yes behaviour
Hello list,
I encountered a problem in Samba 3.0.23 regarding the winbind use default
domain = yes behaviour.
It only works for the users an NOT anymore for the Group. So this make
getent group to show NETBIOSDOMAINNAME/group which course mail squid
configuration to fail. My squid configuration allowed access based on the AD
groups, which are provided by Winbindd.
Tested distribution:
SuSE
2010 May 29
1
NetShareEnum counterpart
Hello,
I am searching for a Samba counterpart of the Windows API function
NetShareEnum
http://msdn.microsoft.com/en-us/library/bb525387%28VS.85%29.aspx - a
function that lists the smb resources of a given server.
It googled quite a lot and had a quick look on the libsmbclient header
but did not find anything that helped.
`smbclient -L' does what I look for amongst other things ... I am
2005 Dec 01
1
NetShareEnum bug on Win 2003 Server
Hi all!
I believe there is a bug regarding NetShareEnum command when run
against a Win 2003 server.
When run I only get back one share and then I get Segmentation fault.
Using NetShareGetInfo 'sharename' works perfectly and also NET LIST
SHARE.
Any suggestions?
Samba version is 3.21.rc-1 running on a FC 4 machine.
Regards,
Henrik
2013 Aug 19
3
rpcclient netshareenum 502 causes SEGV
Hello:
I have a Windows 2003 Server that is causing rpcclient to SEGV via the
following command:
$ rpcclient -U Administrator%foobar -c 'netshareenum 502' <server>
...
type: 0x6269: SEC_DESC_OWNER_DEFAULTED SEC_DESC_DACL_DEFAULTED
SEC_DESC_SACL_DEFAULTED SEC_DESC_DACL_TRUSTED
SEC_DESC_SACL_AUTO_INHERIT_REQ SEC_DESC_SACL_PROTECTED
SEC_DESC_RM_CONTROL_VALID
SACL
Segmentation fault
2002 May 19
2
Samba and windows 2K Active Directory
Hi;
I have a client who wishes to implement SAMABA in a windows 2k AD
environment.
The client has not moved to wk2 as yet. Can Samba be use for w2k mixed
mode authentication?
Regards;
Bill Watterson
Technical Solution Architect
DS Infrastructure and Architecture
IBM Global Services Australia
8 Brisbane Ave, Barton ACT 2601
Mobile: 0401 717 210
2009 Dec 14
0
samba caching a broken krb5.conf.NETBIOSDOMAINNAME
i am in a mixed win2000 and win2003 R1 ActiveDirectory environment.
Have always had ntlmv2 server and client required. LM and NTLM have
always been rejected. That is how it has been for 10 years.
Mounting from CentOS 5 to the windows servers has not been an issue
for years. However, using ADS credentials for Linux workstation
logons has always been a issue. If using ADS credentials to logon
2003 Jan 02
1
Windows 2000 Terminal Server Connections
We have "upgraded" from NT Terminal Server to Wk2.
In Windows NT we set the registry MulitpleUsersOnConnection = false.
What is thier in equivilance for Windows 2000? Our Samba is running out of
free connections per Terminal Server. Currently that number is 128.
We have 5 terminal servers and each server spawns a single smbd process with
128 connections.
Do I have to increase the
2005 Nov 09
1
using abline and a fitted 2nd degree formula
Hello all,
R2.1.1, Wk2
I am doing some two-step plotting, first using plot() to illustrate the
datapoints and then using abline() to place a trend line from a fitted
model into the plot.
Everything works well as long as the formula of the fitted model i of the
type:
m1 <- lm(Dependent ~ Independent)
then abline(m1) puts the proper straight line into the plot.
But if I use:
m2 <-
2014 Jul 21
2
Getting NT_STATUS_ACCESS_DENIED
Red Hat Enterprise Linux Server release 6.5 (Santiago)
selinux is disabled.
The following commands were all run on the RedHat Server on which I am
running samba.
*The following ports are open*
5 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW
tcp dpt:137
6 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW
tcp dpt:138
7 ACCEPT tcp --
2023 Jan 26
0
[Announce] Samba 4.17.5 Available for Download
Release Announcements
---------------------
This is the latest stable release of the Samba 4.17 release series.
Changes since 4.17.4
--------------------
o? Jeremy Allison <jra at samba.org>
?? * BUG 14808: smbc_getxattr() return value is incorrect.
?? * BUG 15172: Compound SMB2 FLUSH+CLOSE requests from MacOSX are not
handled
???? correctly.
?? * BUG 15210: synthetic_pathref
2023 Jan 26
0
[Announce] Samba 4.17.5 Available for Download
Release Announcements
---------------------
This is the latest stable release of the Samba 4.17 release series.
Changes since 4.17.4
--------------------
o? Jeremy Allison <jra at samba.org>
?? * BUG 14808: smbc_getxattr() return value is incorrect.
?? * BUG 15172: Compound SMB2 FLUSH+CLOSE requests from MacOSX are not
handled
???? correctly.
?? * BUG 15210: synthetic_pathref
2023 Feb 16
1
[Announce] Samba 4.16.9 Available for Download
Release Announcements
---------------------
This is the latest stable release of the Samba 4.16 release series.
Changes since 4.16.8
--------------------
o? Jeremy Allison <jra at samba.org>
?? * BUG 14808: smbc_getxattr() return value is incorrect.
?? * BUG 15172: Compound SMB2 FLUSH+CLOSE requests from MacOSX are not
handled
???? correctly.
?? * BUG 15210: synthetic_pathref
2023 Feb 16
1
[Announce] Samba 4.16.9 Available for Download
Release Announcements
---------------------
This is the latest stable release of the Samba 4.16 release series.
Changes since 4.16.8
--------------------
o? Jeremy Allison <jra at samba.org>
?? * BUG 14808: smbc_getxattr() return value is incorrect.
?? * BUG 15172: Compound SMB2 FLUSH+CLOSE requests from MacOSX are not
handled
???? correctly.
?? * BUG 15210: synthetic_pathref
2019 Oct 20
4
GPO for Computer/Machine not working
Hi all,
I am having the same issue that is described in an older thread here:
https://lists.samba.org/archive/samba/2018-February/213656.html
The problem I am facing is that the machine accounts are not trusted
in the domain (this is true for all Win 10 Systems). The issue with
the computer is from my pov:
Folgende herausgefilterte Gruppenrichtlinien werden nicht angewendet.
2016 May 26
0
Regression: The 'net' command is now failing to login (UNKNOWN ENUM VALUE 1003?)
On Wed, May 25, 2016 at 2:38 PM, pisymbol . <pisymbol at gmail.com> wrote:
> Hello:
>
> Platform: CentOS 6.7 x86-64
>
> $ rpm -qa | grep samba
> samba-common-3.6.23-30.el6_7.x86_64
> samba4-libs-4.2.10-6.el6_7.x86_64
> ie-samba-utils-3.6.13-7.x86_64
> samba-winbind-3.6.23-30.el6_7.x86_64
> samba-client-3.6.23-30.el6_7.x86_64
>
2007 Mar 15
0
Mauchly.test
Bonjour,
elles correspondent ? des donn?es de diff?rents traitements (EU) avec des
dates diff?rentes
j'aimerai pouvoir faire une comparaison de k moyennes selon ces deux
variables date et EU
ANOVA ? n facteurs n'est pas la bonne solution
je voudrai savoir qu'elles sont les tests qui permettent de r?soudre ce
probl?me (?chantillons appari?s)
je suis partis sur le test de Mauchley