Displaying 20 results from an estimated 3000 matches similar to: "List open connections with negotiated dialect"
2015 Jun 04
5
Cannot join Ubuntu12.04 Samba 4.1.17 to domain
On 03/06/15 23:54, ivenhov wrote:
> I've made all changes to 3 files you mentioned, also removed everything
> except localhost in hosts file.
> SO I have minimal smb.conf and minimal krb5 file
>
> Unfortunately error is still the same.
>
> If I try to join with full OU path I get kerberos_kinit_password
> testuser at MYNAT.MYCO.BCU failed: Cannot contact any KDC for
2016 Jan 22
2
Notification of file modification in subdirectories not working
On Thu, Jan 21, 2016 at 04:57:34AM -0800, ivenhov wrote:
> Hi
>
> Does anyone had similar issues in the past?
> I still cannot find reason why notification of file modification of files in
> subdirs is not visible on client machines
Someone needs to send network traces and debug level 10 logs
for this. And try to reproduce the same against a Windows
server.
Volker
--
SerNet
2015 Jun 08
5
Cannot join Ubuntu12.04 Samba 4.1.17 to domain
Hai,
After reading all below i can only conclude this must be firewalling, as Rowland is saying also.
check if all of these ports are acceccable for the server your trying to join.
tcp 0 0 192.168.X.1:1024 0.0.0.0:* LISTEN 2146/samba
tcp 0 0 192.168.X.1:135 0.0.0.0:* LISTEN 2146/samba
tcp 0 0 192.168.X.1:139
2014 Feb 11
1
SMB3 verification in Wireshark
Hi,
I am running samba-4.1.4 on my Fedora OS.
I have provided the "client max protocol = SMB3" and "server max protocol = SMB3" parameters in smb.conf file
I'm able to get only SMB2.1 packets using wireshark after fileshare access from my windows 7 machine. And not SMB3 packets.
SMB2->NegotiateProtocol Response
0x0202
0x0210
Samba-4.1.4 is supporting SMB3 also. So
2017 Dec 17
2
Dialect for shell scripts
Dear all,
During a recent package submission, we were highlighted that some lines
in our configure script didn't follow the correct syntax. The lines
looked like this:
x=$(($y/10))
We were indicated at the time that this is because the statement does
not use Bourne shell syntax, which is absolutely true, and also that the
manual warns about this, which is true again. So far everything
2017 Dec 18
2
Dialect for shell scripts
>>>>> I?aki ?car writes:
Same from here: in addition to what the standards say, it always pays to
be defensive and check "Portable Shell Programming" in the Autoconf
manual. Among other things, this says
'$((EXPRESSION))'
Arithmetic expansion is not portable as some shells (most notably
Solaris 10 '/bin/sh') don't support it.
motivating
2003 Jan 03
1
Error in SNIA spec wrt. SessionSetupAndX response when dialect is NT LM 0.12
Good evening,
On the bottom of page 53, section 4.1.2.2 in the SNIA spec
(http://www.snia.org/tech_activities/CIFS/CIFS-TR-1p00_FINAL.pdf), it
states if the dialect is NT LM 0.12 and extended security is off (I.e.,
use "traditional" NTLMv2/NTLMv2 authentication w/o SecurityBlobs), the
SessionSetupAndX response is as shown in section 4.1.2.2 with a word
count = 4. However, what I have
2015 Apr 17
3
Cannot join Ubuntu12.04 Samba 4.1.17 to domain
Hi Rowland
I don't have krb5.conf at hand at the moment but I've checked it multiple
times and I think is OK since I can get ticket via kinit.
resolv.conf points to my DNS
I can resolve AD hostname via
host serverDC1001.dan2003.sample.domain.com
and via
host 10.80.8.88
Regarding NetworkManager, my machine is a headless server so dnsmasq does
not apply I guess?
Bit of a back story
2020 Feb 13
6
About OpenMP dialect in MLIR
Hi,
I have few questions / concerns regarding the design of OpenMP dialect in
MLIR that is currently being implemented, mainly for the f18 compiler.
Below, I summarize the current state of various efforts in clang / f18 /
MLIR / LLVM regarding this. Feel free to add to the list in case I have
missed something.
1. [May 2019] An OpenMPIRBuilder in LLVM was proposed for flang and clang
frontends.
2002 Jul 07
2
Metadata socket and net2str() error
Hello there,
I was hoping that maybe one of you guys could help me out with a problem I'm
experiencing with tinc1.0pre7.
First, I'll start with my configuration, after that I'll explain my problem.
Background
----------
This is a simple, client-server situation on a private network. Both
machines run the same Debian Woody 3.0 testing installation and both have
identical packages
2020 Feb 17
3
[flang-dev] About OpenMP dialect in MLIR
Please find the reply inline below
On Sun, Feb 16, 2020 at 12:59 AM Mehdi AMINI <joker.eph at gmail.com> wrote:
>
>
> On Sat, Feb 15, 2020 at 10:42 AM Vinay Madhusudan via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>> Reply to Kiran Chandramohan:
>>
>> > You are welcome to participate, provide feedback and criticism to
>> change the
2020 Feb 14
4
About OpenMP dialect in MLIR
Thanks for the reply!
It sounds like LLVM IR is being considered for optimizations in OpenMP
constructs. There seems to be plans regarding improvement of LLVM IR
Framework for providing things required for OpenMP / flang(?)
Are there any design considerations which contain pros and cons about using
the MLIR vs LLVM IR for various OpenMP related optimizations/
transformations?
The latest RFC [
2020 Feb 15
5
[flang-dev] About OpenMP dialect in MLIR
Reply to Kiran Chandramohan:
> You are welcome to participate, provide feedback and criticism to change
the design as well as to contribute to the implementation.
Thank you Kiran.
> But the latest is what is there in the RFC in discourse.
I have used this as reference for the response.
> We did a study of a few constructs and clauses which was shared as mails
to flang-dev and the
2016 Jan 26
2
Notification of file modification in subdirectories not working
I have output of another test with exactly the same behaviour
This time I have pcap files from Samba and client PC. CHange to the file
subfile.txt was made on another PC
Looks like Samba sees change to the file but does not send it as a
notification
[2016/01/26 10:09:15.590689, 10, pid=12027, effective(1001, 1006),
real(1001, 0)] ../source3/smbd/notify_internal.c:615(notify_trigger)
2005 Dec 01
2
exploiting kernel
Hi,
Can kernel's freeBSD exploited by tools hacking ? If true,
can I know how to fix this problem, and what tools can do
that.
Thanks alot
2016 Jan 18
2
Notification of file modification in subdirectories not working
Hi all
I have a problem where notification about file modification (edited text
file) is not passed from one Windows7 to another Windows through Samba.
Monitoring is done via custom application that recursively watches for all
events on certain directory watchfolder.
Strangely all events are passed through fine in watchfolder itself
(including file modification).
Also all other events like file
2003 May 15
5
Session and open files
Hi,
Hi I'm using redhat 9 I've got samba working and I have users onj the
system accessing the shares, Can anyone recomend a programme that can
tell me whch users have got files open on my samba box
Thanks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Iwan Davies
Server Support and Development Technician
Cyngor Sir Ceredigion County Council
IT Section
Finance
iwandav@ceredigion.gov.uk
2007 Oct 31
2
Managing apache authentication
Hi there.
I''m trying to wrap my head around puppet and its parlance and need some
guidance...
2 Questions:
1) I have done some puppet stuff on a new server and would like to hear
whether I have done things "the right way"
2) I want to build on top of that and am not sure how...
Question 1
==========
We don''t normally host static websites for people, but have been
2015 Aug 31
2
SMBx differences re Win10 in Samba4 NT4 DC
Given an existing NT4 Samba 4 DC, a recently upgraded Win10 machine can no
longer access NETLOGON to authenticate to the network. This lead to the
research revealing that my Samba4 PDC SMB.CONF must be changed to limit MAX
PROTOCOL = NT1 to avoid negotiating a version of SMB2 from Win10 that Samba4
can't resolve.
Doing this broke authentication via other resources that no longer support
NT1,
2012 Jul 19
2
Custom VFS
Hi
I would like to create custom VFS that would redirect all calls to my
backend.
Few questions:
1) is it possible to use Java with JNI wrapper to communicate with my
backend or does it have to be pure C/C++ ?
2) are the notifications (file deletion/creation etc.) available in VFS, in
other words notifying samba server and applications that directory has
changed?
3) are there any