Displaying 20 results from an estimated 10000 matches similar to: "file share issues"
2008 Sep 15
2
write only permissions
Hi,
We've just put in a Samba fileserver to replace our windows box for our
School District and it seems to be working great. I have a question
about defining some specific permissions though. We set up 'Drop boxes'
for teachers that kids can drag files into, but they don't have read
permission so they can't read each others submitted work. Here's what
is looks like on
2003 Dec 04
1
Réf. : Re: SAMBA Groups and Permissions
I confirm that Malte M?ller says.
If you want to set multiple group acces, you must use ACL.
the valid user parameter in smb.conf force the right of directory but the
unix right is only for group user.
-----------------------------------
St?phane PURNELLE stephane.purnelle@corman.be
Service Informatique Corman S.A. Tel : 00 32 087/342467
2003 Dec 04
3
SAMBA Groups and Permissions
hi
i have a user
~# id test_user
uid=500,gid=500 (users),groups (users,kids)
as you can see, this user is in primary group "users" and also member of
group "kids"
if he tries to access /home/board via smb (Samba 3.0 + openldap) from a
windows client (XP), he fails, because his
sambaPrimaryGroupSID maps to -> "users"
and /home/board is not accessible for
2017 Sep 18
6
Block internet access for some users on the LAN ?
Hi,
In our local school we have two servers and roughly 80 clients. The
network is 192.168.10.0/255.255.255.0, and DHCP+DNS is managed by Dnsmasq.
School PCs (teachers and management) are registered via MAC address and
get an IP address in a specific range:
192.168.10.2 - 192.168.10.50 - management + teachers
192.168.10.201 - 192.168.10.220 - computer room
192.168.10.246 - 192.168.10.247 -
2018 Feb 28
1
Squid and HTTPS interception on CentOS 7 ?
Le 28/02/2018 ? 22:32, Itamar Reis Peixoto a ?crit?:
> I recommend everyone in France to spend their money on a school with
> free internet.
I'm not sure I understand. Our students sure don't pay for accessing the
Internet.
>
> please tell us the name of your school's.
https://www.scholae.fr/
>
> the https exist's because we want freedom and privacy on
2003 Dec 04
0
Réf. : Re: Réf. : Re: SAMBA Groups and Permissions
damn....
now everything works
samba recognises user "test_user" in group "users" AND "kids"....
i dunno why ?!?!!?
i did nothing, i just removed "valid users" from this share and reloaded
smb-conf...nothing special !
if i could reproduce it, it would be better then seeing it working now
and not knowing why....
but
thx very much for your patiance
greez
2017 Sep 19
2
Block internet access for some users on the LAN ?
Chase, Brian E. wrote:
> The way to do this is with ACL's. Access Control Lists
> IPtables can perform this function, or an internet gateway router can also
> be used.
> The ISR 4000 Series Cisco router family is where I would start, especially
> if you're in the need for a blade server in the same chassis.
>
> -----Original Message-----
> From: CentOS
2010 Oct 21
1
Hardware Compatibility HP Proliant - Sangoma PCI Express
Hi to all, I am in the process of setup a new asterisk server, I think in
the HP Proliant ML350 G6 Server (aprox. 100 SIP Users), and Sangoma A102DE
Card.
The specs of the Proliant (HP PART 487932-001) about PCI are the next.
1 ( 1 ) x PCI Express 2.0 x16 ( x8 mode ) ,
1 ( 1 ) x PCI Express 2.0 x8 ( x8 mode ) ,
4 ( 3 ) x PCI Express 2.0 x8 ( x4 mode )
The question is, if
2008 Jul 01
0
Ubuntu 8.04, Wine - Microsoft NAVISION 4
I read a post about wine and Navision 4 SP2 at this url:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=4993&iTestingId=27140
I was very happy for this... and I have installed wine on my Ubuntu 8.04... after, I have installed Navision 4. Everything seemed ok but Navision 4 does not run.
When I try to start navision by menu NAVISION does not start.
I hope in your help !!!
2012 Mar 14
0
Audio file is corrupted after decoding
I successfully encoded and decoded a wav file of PCM 16 , MONO and with
sample rate 8000 in Android OS. The size of the original wav file and
decoded file is near.
But i am not able to play the decoded audio file, the mediaplayer says
that the file has been corrupted.
ENCODING:
#include <jni.h>
#include <stdio.h>
#include "speex/speex.h"
#define FRAME_SIZE 320
void
2003 Mar 06
1
Problems with variable types.
Hi all,
I have problems in a dataframe variables types.
Look:
from a loop function:
for(...){
...
dados.fin <- rbind(dados.fin, c(L=j, A=j^2,
Nsp=nsps,
N=length(amosfin$SP),
AmT="am",NAm=nam,
AMST=amst))
dados.fin <- rbind(dados.fin, c(L=j, A=j^2,
1998 May 24
1
R-beta: problem with graphics parameter "fin"
Hi,
I have the following problem (with R 0.61.3 an Linux, and a new and empty
workspace)
> oldpar<-par()
> par(oldpar)
Error: attempt to set invalid value for graphics parameter "fin".
> oldpar$fin
[1] 6.992034 6.990803
but now:
> oldpar$fin <- c(6.99,6.99)
> par(oldpar)
it works.
It seems, that if I set oldpar$fin to values greater than listed above
2007 Feb 13
0
Hello guys Please help
Why my decoder doesn't want to return the data back to its original wav audio file that i can playback it correctly , is there something wrong in my code .
Encoder :
=======
#include "speex.h"
#include <stdio.h>
#include <iostream>
#include <conio.h>
using namespace std;
/*The frame size in hardcoded for this sample code but it doesn't have to be*/
2007 Apr 02
1
Problems with stereo data
Hi all,
I have a problem when I am encoding (or decoding) stereo audio.
With mono data, things are fine and everything works without any problems.
When I try to decode stereo data, all I get is a static sound - similar to that of a radio not tuned to any specific station. I wonder what might be wrong?
Below is the code, first, of the encoder and next that of the decoder. Any information or
1998 May 26
0
R-beta: Problem with graphics parameter 'fin'
Albrecht,
I tried this:
>oldfin<-par("fin")
>oldfin
[1] 6.990803 6.997416
>par(fin=oldfin)
on my system (Linux and R-0.61.2) and received no error message, as also
reported by Thomas Lumley. I then tried to create the error,
successfully, by:
>oldfin<-c(7,7)
>par(fin=oldfin)
Error: attempt to set invalid value for graphics parameter "fin".
Thinking
2016 Nov 09
0
<-FIN <-RST ->FIN,ACK <-RST on SSL connection shutdown
Hello,
a typical connection close, tcpdump'ed on the server side, looks as follows:
21:44:01.168131 IP xxx.xxx.3.101.143 > xxx.xxx.3.96.35518: Flags [FP.], seq 3982457856:3982457959, ack 1570044906, win 243, options [nop,nop,TS val 138698279 ecr 159494908], length 103
21:44:01.172405 IP xxx.xxx.3.101.143 > xxx.xxx.3.96.35518: Flags [R], seq 3982457960, win 0, length 0
21:44:01.172442
2016 Jul 01
0
[CENTOS ]IPTABLES - How Secure & Best Practice
On 30/06/16 23:19, Mike wrote:
> Ned,
>
> Thank you very much for the response.
> Great example following through on the premise.
> It sounds like I need to have a better understanding of the traffic
> patterns on my network to know the optimal order for iptables
> filtering rules.
>
Try running:
iptables -nv -L
which will show you in the left hand column a counter for
2016 Jun 30
3
[CENTOS ]IPTABLES - How Secure & Best Practice
Ned,
Thank you very much for the response.
Great example following through on the premise.
It sounds like I need to have a better understanding of the traffic
patterns on my network to know the optimal order for iptables
filtering rules.
My brief example -
Premise: I want to limit outsiders from interfering with LAN client machines.
So, I have the following rules regarding forwarding traffic:
2005 Dec 06
1
problems decoding speex... please help
Hi all. I'm trying to decode speex using version 1.1.10's libspeex with
fixed_point enabled. copied the sample in the manual (1.1.11) with minor
revisions. While running the program, encountered this warning:
"Packet is larger than allocated buffer : 38"
when calling speex_bits_read_from (&bits, cbits, nBytes)
then my program terminated unexpectedly with errors (Unhandled
2009 Aug 16
1
How to deal with multicollinearity in mixed models (with lmer)?
Dear R users,
I have a problem with multicollinearity in mixed models and I am using lmer
in package lme4. From previous mailing list, I learn of a reply
"http://www.mail-archive.com/r-help at stat.math.ethz.ch/msg38537.html" which
states that if not for interpretation but just for prediction,
multicollinearity does not matter much. However, I am using mixed model to
interpret something,