search for: echang

Displaying 20 results from an estimated 33 matches for "echang".

Did you mean: chang
2019 Jul 10
2
Standalone server and POSIX ACL issue
...ped to the guest user (usually 'nobody'). This is very insecure. > > Rowland 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/ ??? Echange/ Connecting with local user "yvan" (added to smbpasswd file this time), works properly: I have write access in "Consultation/" and "Echange/". Connecting as a guest user (mapped to user "nobody") works partially: I have read access in "Consultation/&...
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 is not allowed to mount it. user=yvan.masson << You need to delegate the computer to do it for the user. > 3. Running "sudo mount -t cifs...
2019 Jul 09
3
Standalone server and POSIX ACL issue
Hi, First, thanks for all people that continuously giving great advice on this list! I am setting up a standalone server (Debian 10, Samba 4.9.5+dfsg-5 from Debian). The following directory is shared and contains two directories: /home/eleve/partage/ ??? Documents ??? Travail I want user "eleve" to be able to modify everything, and guest users to have read access on
2013 Mar 28
0
Unable to connect from Windows 7 on samba server 3.4.7 running on ubuntu 10.04
...logon path = dns proxy = No wins support = No dos charset = 850 oplocks = no level2 oplocks = no kernel oplocks = no lock directory = /var/lock/samba locking = Yes strict locking = no posix locking = No [echanges] comment = Repertoire d'echanges path = /home/echanges writeable = Yes read only = No create mask = 0666 directory mask = 0777 inherit permissions = Yes guest ok = No follow symlinks = Yes browsable = Ye...
2020 Mar 10
2
mount share using kerberos ticket fails
...s > kerberos ticket via PAM at login. 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". 3. Running "sudo mount -t cifs //foo-ad.FOO.BAR.LOCAL/Echange /mnt -o user=yvan.masson,cruid=yvan.masson,sec=krb5" works. This seems strange to me since "foo-ad" and...
2012 Mar 15
0
NT_STATUS_SHARING_VIOLATION
...we connect through samba on the SECOND linux server, it works!we cannot find any locks on this file by issuing smbstatus on both linux servers.we cannot find any trace of this file with lsof on both linux serversthe files are always size ZEROthe problem is present using different samba users smb: \Echange\CoquillesAAF\> get "Jeux Olympiques 2012.aaf" NT_STATUS_SHARING_VIOLATION opening remote file \Echange\CoquillesAAF\Jeux Olympiques 2012.aaf smb: \Echange\CoquillesAAF\> This is not reproductible on demand... but we are getting regularly non-erasable files If I'm connected t...
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 credentials in
2019 Jul 10
2
Standalone server and POSIX ACL issue
...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/ >> ??? Echange/ > > I repeat, set up two separate shares, this has come up before and this > is the fix. > > Rowland > Sorry I am not sure to understand: is it only an advice or is my configuration impossible? In the latter case, why wouldn't this be possible? (I believe it is possible...
2001 Dec 20
2
RH7.2&&smbd2.2.1a&&W98/2000&&Connection Problem
...ar/log/samba/%m.log max log size = 0 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 local master = No dns proxy = No guest account = smbnobody hosts allow = 10. 127. printing = lprng [homes] comment = Home Directories read only = No browseable = No #All Users can connect to Echange [Echange] comment = Echange path = /home/Echange read only = No inherit permissions = Yes guest only = Yes guest ok = Yes default case = upper
2004 Jan 13
0
Problem migration samba 2.2.8 -> 3.0.1
...le serveur windows pour le master browser ## Voir la doc Samba pour comprendre l'election du maitre os level = 1 # Partage par defaut [helpshare] path = /users/nolog/ guest ok = Yes volume = exemple d unite de donnees browseable = yes writeable = no # Partage entre unix et windows [echange] comment = partage Echange Unix / Windows path = /users/echange guest ok = yes writeable = yes read only = no # Partage des Homes unix [homes] comment = repertoire personnel de %U path = /users/%u read only = No browseable = No guest ok = no follow symlinks = no I use security = sh...
2009 Jul 07
5
Permission problem
...s and fetch them when they get returned. And then you have the odd anonymous user, using the PC with a guest account. Let's make thing simple and start out with one machine. Every single user has a /home/<user> directory. Plus, I added the following directories: /home/pub and /home/echange Then, I created two groups, "administrators" and "agents". Here's what I'd like to achieve (but I think my IQ is just below the required limit :oD): 1) Members of the "administrators" group have unlimited read/write access to /home/pub and below. 2) Memb...
2013 Feb 18
1
How to calculate the moving average for binary files?
I have 12 binary (raster) files https://echange-fichiers.inra.fr/get?k=k3M2jatJyHy65Cs99G4 . I would like to calculate the moving average for the 12 values for each pixel in the 12 files. For a simple vector we can get a moving average by using this : x <- c(1,2,3,NA,NA,4,6,5,6,4,2,5) movingmean <-...
2020 Mar 10
0
mount share using kerberos ticket fails
...via PAM at login. > > 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". > 3. Running "sudo mount -t cifs //foo-ad.FOO.BAR.LOCAL/Echange /mnt -o > user=yvan.masson,cruid=yvan.masson,sec=krb5" works. > > This seems strange to me...
2019 Jul 10
1
Standalone server and POSIX ACL issue
...gt;> 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/ >>>> ??? Echange/ >>> >>> I repeat, set up two separate shares, this has come up before and >>> this is the fix. >>> >>> Rowland >>> >> Sorry I am not sure to understand: is it only an advice or is my >> configuration impossible? In the latter case...
2020 Mar 10
1
mount share using kerberos ticket fails
...t;> >> 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". >> 3. Running "sudo mount -t cifs //foo-ad.FOO.BAR.LOCAL/Echange /mnt -o >> user=yvan.masson,cruid=yvan.masson,sec=krb5" works. >> >>...
2013 Jan 17
2
How to calculate monthly average from daily files in R?
I have 365 binary files: https://echange-fichiers.inra.fr/get?k=oy3CN1yV1Um7ouRWm2U ,I want to calculate the monthly average. So from the 365 files, I will get 12 files.I would like also to tell R not to take into account the no-data value (-32765).for example, for the first month, there are 31 records: 3 of these records has the value...
2013 Jan 14
4
How to open grib file in R?
I have this https://echange-fichiers.inra.fr/get?k=6TdTdezNeZwAqJtpwVm grib file which is a regular lat-lon 0.25x0.25 degrees and contains 4 fields . I tried to open it using : grib <- readGDAL("C:\\Users\\aalyaari\\Desktop\\Vol_025_H14_2010060700.grib") but I got this error: C:\Users\aalyaari\Desktop\V...
2003 Jul 29
5
Sending emails from R under Windows
Hi Does anyone know of any R routines to send emails from R, under Windows? I thought about writing such a facility using the R(D)COM package to drive e.g. MS Outlook, but I don't want to reinvent the wheel. I have found a function Sys.mail in the library syskern, but this only works under Unix by shelling out a mail command. Thanks, David
2003 Jul 29
5
Sending emails from R under Windows
Hi Does anyone know of any R routines to send emails from R, under Windows? I thought about writing such a facility using the R(D)COM package to drive e.g. MS Outlook, but I don't want to reinvent the wheel. I have found a function Sys.mail in the library syskern, but this only works under Unix by shelling out a mail command. Thanks, David
2003 Mar 09
1
Which Hardware to buy for a simple * box
I've to project and build a fresh new box with * on. Basically, i'll have this situation: The office is connected to the phone carrier with a PRI. I need to let users continue to use their analog phones in a office, and an IP-phone based solution on the remote office, that will call using outside using the PRI on the first one. PRI---> Asterisk ---> Analog phones |