search for: yvan

Displaying 20 results from an estimated 124 matches for "yvan".

Did you mean: van
2020 Mar 10
2
mount share using kerberos ticket fails
> That is what I did. But it fails even when mounting manually: > 1. Connect on the desktop using domain user "yvan.masson" (either > graphically / TTY / SSH). Kerberos ticket is properly created. > 2. Running "sudo mount -t cifs //ad.FOO.BAR.LOCAL/Echange /mnt -o > user=yvan.masson,cruid=yvan.masson,sec=krb5" fails with "Required key > not available". Offcourse, the user...
2019 Jul 10
2
Standalone server and POSIX ACL issue
Le 10/07/2019 ? 08:46, Rowland penny via samba a ?crit?: > On 09/07/2019 22:49, Yvan Masson wrote: >> Le 09/07/2019 ? 21:16, Rowland penny via samba a ?crit?: >>> On 09/07/2019 20:06, Yvan Masson via samba wrote: >>>> Hi, >>>> >>>> First, thanks for all people that continuously giving great advice >>>> on this list! &g...
2020 Mar 10
2
mount share using kerberos ticket fails
Le 10/03/2020 ? 11:21, Rowland penny via samba a ?crit?: > On 10/03/2020 10:10, Yvan Masson via samba wrote: >> Le 10/03/2020 ? 10:37, Rowland penny via samba a ?crit?: >>> On 10/03/2020 09:18, Yvan Masson via samba wrote: >>>> If think I did not properly explain my setup, sorry for that: Samba >>>> here is not sharing anything. It is just us...
2019 Aug 09
4
Standalone server and POSIX ACL issues (new one)
Hi list, For testing purpose, I am running a standalone Samba 4.9.5 on Debian with the following smb.conf: [global] server role = standalone server map to guest = Bad User guest account = nobody [test] path = /home/yvan/Partage/share guest ok = yes writable = yes inherit acls = yes I want "bob", "alice" and guest user to have full access to all files in this share, so I made /home/yvan/share with the following ACL: $ getfacl share # file: share # owner: root # group: root user::rwx user:bob:...
2020 Mar 10
3
mount share using kerberos ticket fails
Le 10/03/2020 ? 10:37, Rowland penny via samba a ?crit?: > On 10/03/2020 09:18, Yvan Masson via samba wrote: >> If think I did not properly explain my setup, sorry for that: Samba >> here is not sharing anything. It is just used for joining a Windows >> domain, so that users can sit on a chair in front of this Debian >> computer, use their domain credenti...
2019 Jul 09
3
Standalone server and POSIX ACL issue
...my smb.conf: [global] workgroup = AYN log file = /var/log/samba/log.%m logging = file syslog at 1 server role = standalone server map to guest = Bad User guest account = nobody vfs objects = acl_xattr [Documents] path = /home/eleve/partage guest ok = yes writable = yes inherit acls = yes Thanks, Yvan
2019 Jul 10
2
Standalone server and POSIX ACL issue
Le 10/07/2019 ? 12:33, Rowland penny via samba a ?crit?: > On 10/07/2019 10:37, Yvan Masson via samba wrote: >> >> OK thanks. However I still want to clarify what is wrong with my >> original setup, where "Partage" directory is shared on a standalone >> Samba 4.9.5 server: >> /home/yvan/Partage/ >> ??? Consultation/ >> ??? Echan...
2019 Aug 09
3
Standalone server and POSIX ACL issues (new one)
Le 09/08/2019 ? 21:36, Rowland penny via samba a ?crit?: > On 09/08/2019 20:18, Yvan Masson via samba wrote: >> Hi list, >> >> For testing purpose, I am running a standalone Samba 4.9.5 on Debian >> with the following smb.conf: >> >> [global] >> server role = standalone server >> map to guest = Bad User >> guest account = nobod...
2019 Jul 10
1
Standalone server and POSIX ACL issue
Le 10/07/2019 ? 14:28, Rowland penny via samba a ?crit?: > On 10/07/2019 13:16, Yvan Masson via samba wrote: >> >> >> Le 10/07/2019 ? 12:33, Rowland penny via samba a ?crit?: >>> On 10/07/2019 10:37, Yvan Masson via samba wrote: >>>> >>>> OK thanks. However I still want to clarify what is wrong with my >>>> original se...
2020 Mar 10
1
mount share using kerberos ticket fails
Le 10/03/2020 ? 12:22, Rowland penny via samba a ?crit?: > On 10/03/2020 10:47, Yvan Masson via samba wrote: >> Le 10/03/2020 ? 11:21, Rowland penny via samba a ?crit?: >>> On 10/03/2020 10:10, Yvan Masson via samba wrote: >>>> Le 10/03/2020 ? 10:37, Rowland penny via samba a ?crit?: >>>>> On 10/03/2020 09:18, Yvan Masson via samba wrote: &...
2019 May 31
1
smbclient -L returns NT_STATUS_REVISION_MISMATCH
Shanks for the hint! Very strange that the default is only to use a deprecated protocol… Anyway, this option has no effect on this issue… Yvan Le 31/05/2019 à 18:53, Kris Lou via samba a écrit : > Most likely, your Windows 10 (file server) is disallowing SMB1 connections, > which is the default for smbclient. > > You can force smbclient to use a higher protocol with "smbclient -m SMB2" > > https://www.samba....
2018 Apr 25
5
[RFC] Turn the MachineOutliner on by default in AArch64 under -Oz
Hello A 4.4% geomean codesize improvement is really impressive. That stuff is hard to come by, you usually have to nibble away at it bit at a time. I ran some codesize benchmarks we have and they were in the same ballpark. Some of these are quite small so had less opportunity for outlining, but the average was still over 3% with some as high as 9-10%. All the tests I ran were fine, although we
2020 Sep 30
2
[RFC] Framework for Finding and Using Similarity at the IR Level
On Wed, 30 Sep 2020 at 16:48, Andrew Litteken <andrew.litteken at gmail.com> wrote: > > Hi Yvan, > > Glad to hear you’re interested! I’m not sure which ordering you’re looking at the patches, but a cost model was not added to the outliner until D87299. So, if that hasn’t been added I would expect some pretty big code increases since it just outlines whatever similarity it finds first ot...
2019 Jan 15
2
[RFC] Turn the MachineOutliner on by default in AArch64 under -Oz
Hi Yvan, On Mon, 5 Nov 2018 at 10:11, Yvan Roux via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Yes, I'll submit an RFC soon, my prototype works fine but I still have > a couple issues to tackle (some Thumb1 corner cases, PIC code > generation, ...) and enhance the testsuite. Any ne...
2020 Mar 10
0
mount share using kerberos ticket fails
On 10/03/2020 10:47, Yvan Masson via samba wrote: > Le 10/03/2020 ? 11:21, Rowland penny via samba a ?crit?: >> On 10/03/2020 10:10, Yvan Masson via samba wrote: >>> Le 10/03/2020 ? 10:37, Rowland penny via samba a ?crit?: >>>> On 10/03/2020 09:18, Yvan Masson via samba wrote: >>>>&...
2020 Feb 06
2
[cfe-dev] [Release-testers] [10.0.0 Release] Release Candidate 1 is here
On Thu, Feb 6, 2020 at 11:16 AM Yvan Roux <yvan.roux at linaro.org> wrote: > > Hi, > > here are the results for ARM targets: > > * 32-bit has the same issue reported in PR44767 > > * same issue with quick-append.text for AArch64 check-all results are: > Testing Time: 4520.30s > ********************...
2019 May 31
2
smbclient -L returns NT_STATUS_REVISION_MISMATCH
...ebian laptop running testing (samba 4.9.5) and with an empty smb.conf (I wanted to be sure that only default values are used), I can not browse shares of a Windows 10 machine (sorry, Thunderbird splits some lines): smbclient -L 192.168.122.200 Unable to initialize messaging context Enter WORKGROUP\yvan's password: Anonymous login successful Sharename Type Comment --------- ---- ------- smb1cli_req_writev_submit: called for dialect[SMB3_11] server[192.168.122.200] Error returning browse list: NT_STATUS_REVISION_MISMATCH Reconnecting with SMB1 for workgroup listing. do_...
2018 Oct 31
4
Typo hunt. Wiki. Set_up_time_with_systemd-timesyncd_on_a_Unix_Domain_Member
Hai, I know, im not the best in english, but i've updated the time sync page on the wiki. If someone can check it and update where needed. I've added this part. https://wiki.samba.org/index.php/Time_Synchronisation#Requirements_2 And https://wiki.samba.org/index.php/Time_Synchronisation#Set_up_time_with_systemd-timesyncd_on_a_Unix_Domain_Member Greetz, Louis
2019 Aug 09
0
Standalone server and POSIX ACL issues (new one)
On 8/9/19 3:18 PM, Yvan Masson via samba wrote: > Hi list, > > For testing purpose, I am running a standalone Samba 4.9.5 on Debian > with the following smb.conf: > > [global] > server role = standalone server > map to guest = Bad User > guest account = nobody > > [test] > path = /home...
2019 Aug 12
2
Standalone server and POSIX ACL issues (new one)
...rights to group "nogroup". I also tested to > use alice as my guest user, and giving rights to group "alice" (not the > user) works. > > Any idea? Should I report an issue? For reference, I reported this issue at https://bugzilla.samba.org/show_bug.cgi?id=14083 Yvan