similar to: GID and UID on ext3 file system

Displaying 20 results from an estimated 1000 matches similar to: "GID and UID on ext3 file system"

2012 Oct 19
2
bug reports and missing license headers
Hi all! What is the right way to report bugs in libopus? I couldn't find any publicly available bugtracker. Anyway, the problem I need to report is that some source files in libopus are missing copyright headers. This breaks license check script that we use in chromium to validate licenses for third-party dependencies. Specifically the following files don't have copyright header:
2011 Jun 01
1
Single sign on nivana
Hi, I have Samba 3.5.6 that is running as a PDC for testing purposes. In my production environment I still use a NT4 domain and all the samba member server use domain security. One of the irritations I have with the Samba members set-up is that I have to add the users to the local server so that files created by a domain user are owned by them and not the guest account. Ideally I would like to
2002 Nov 24
1
Understanding function residuals()
Hello: I am trying to understand why glm() does not replicate the results in Dobson, "Introduction to Generalized Linear Models," pp. 17-20. I set up the following model. The variable CONDT is assumed as Poisson and the objective is to estimate the expected value. The data (chronic medical conditions among women in Australia) is as follows: CONDT <- c(0, 1, 1, 0, 2, 3, 0, 1,
2018 Jun 14
2
problem map uuid users and group
Hi, How to make the user id on the domain controller and the file server the same SERVER DC: [global]         netbios name = SRV-DC02         realm = EXAMPLE.RU         workgroup = EXAMPLE         server role = active directory domain controller         log level = 2 auth_json_audit:3         username map = /etc/samba/username_map         vfs objects = acl_xattr         store dos
2018 Jun 14
0
problem map uuid users and group
On Thu, 14 Jun 2018 18:02:29 +0500 Шигапов Денис Вильданович via samba <samba at lists.samba.org> wrote: > Hi, > How to make the user id on the domain controller and the file server > the same > > SERVER DC: > [global] >         netbios name = SRV-DC02 >         realm = EXAMPLE.RU >         workgroup = EXAMPLE >         server role = active directory
2018 Jun 15
2
problem map uuid users and group
for the groups and users it is necessary to configure on the AD side UNIX Attributes and edit /etc/nsswitch.conf passwd:     files winbind shadow:     files winbind group:      files winbind after edit config samba to SERVER DC: [global]          netbios name = SRV-DC02          realm = EXAMPLE.RU          workgroup = EXAMPLE          server role = active directory domain controller
2018 Jun 15
2
problem map uuid users and group
Many thanks and after writing Unix attributes  in AD and executing the command "net cache flush" uuid, guid  will be the same in DC server  and Share servers 15.06.2018 13:46, Rowland Penny via samba пишет: > I think you are asking 'why do I need these lines, If I have added > uidNumber & gidNumber attributes to AD' > > You need them because all your users
2009 Jun 13
5
Why not allow any:<ip>?
I''ve been digging through the various manuals and am a bit irritated with limitation on the rules system Why do I have to specify a source zone to allow a source IP range on all zones? There is no iptables requirement for anything more than a source address, so I don''t understand why all:<ip> does not just add an accept rule into the head of the INPUT chain or even simply
2007 Oct 03
0
Foometrics in R
At www.jstatsoft.org we now have three special volumes Volume 22, Ecology and Ecological Modelling in R (Thomas Kneib and Thomas Petzoldt, eds.) Volume 20, Psychometrics in R (Jan de Leeuw and Patrick Mair, eds.) Volume 18, Spectroscopy and Chemometrics in R (Kate Mullen and Ivo van Stokkum, eds.) Coming soon -- Econometrics in R -- Political Methodology in R Gleam in my eye --
2007 May 03
3
smbmount
I installed samba on a PC running SuSE 10.2, using the version from the SuSE 10.2 repository (3.0.23). All very nice, except smbmount is missing. As I understand it, this would seem to be because the version offered had not been compiled with the --with-smbmount option. Is my interpretation correct? And if so, how can I fix things? Do I have to download the source and do my own compilation
2010 Apr 14
4
Error: could not find function "tsts" tradesys package
Hi, I am pretty new to R and would like to follow the code in the paper below, tradesys package. but I am stuck at the 2nd page where x<-tsts(spx) is written. Could anyopne help me why I am getting an Error :"could not find function "tsts" ". I guess I need function call "tsts". where can I find that function ? I installed tradesys, zoo, RUnit packages but I
2008 Mar 18
1
ssh: Disconnecting: Bad packet length
Hello, I have the following problem with ssh on Solaris 10, 64bitx86 systems: bash-3.00# ssh -v admin at 172.20.11.244 OpenSSH_3.5p1, SSH protocols 1.5/2.0, OpenSSL 0x0090704f debug1: Rhosts Authentication disabled, originating port will not be trusted. debug1: ssh_connect: needpriv 0 debug1: Connecting to 172.20.11.244 [172.20.11.244] port 22. debug1: Connection established. debug1: identity
2004 Nov 22
1
ftp ftom outside the local network
I have Centos3.3 installed, vsftpd, apache2, ports 20&21 open on router, firewall disabled at this time : /etc/passwd looks like this --- ftpadmin:x:502:502::/var/www:sbin/noligin uncommented the lines in /etc/vsftpd/vsftpd.conf : chroot_list_enable=YES chroot_list_file=/etc/vsftpd.chroot_list I can access ftp from within network no problem, but using external ip it will validate login
2015 Sep 09
1
dsync replication errors
Timo, Is it possible to limit replication scope with INBOX namespace only ? Best regards, Sergey Schwartz Senior System Administrator Biblio Globus Tour Operator www.bgoperator.ru T: +7 495 5042500 ext 1532 E: sergey.schwartz at bgoperator.com 08.09.2015 13:24, Timo Sirainen ?????: > On 08 Sep 2015, at 11:20, Sergey Schwartz <sergey.schwartz at bgoperator.com> wrote: >> I use
2010 Mar 23
1
[LLVMdev] is there any eclipse plug-in for td/ll files editing?
Hi, I've developed editor prototype for TableGen files (td). It is Eclipse plugin based on IMP project (The IDE Meta-Tooling Platform). Editor has outline, folding, coloring, go to definition, etc. As any prototype, editor has some limitations (e.g. no cross-file indexing). If there is any interest to such tool I will improve it a bit and then publish. Also considering llvm asm (ll) editing
2014 Dec 02
2
[LLVMdev] Fast-math flags in constant expressions
Out of curiosity, how would you envision fast-math flags interacting with constant expressions? Off the top of my head, I can’t think of any flags that would be relevant if the expression can just be constant-folded away at full precision anyways. > On Nov 28, 2014, at 4:56 AM, Sergey Dmitrouk <sdmitrouk at accesssoftek.com> wrote: > > Doesn't look like a bug, more like a
2013 Aug 10
2
[LLVMdev] Fixed-point arithmetic
Hi, Is there anyone else interested in fixed-point arithmetic support in clang/llvm? Regards, Sergey On Sat, Aug 3, 2013 at 12:14 AM, Sergey Yakoushkin < sergey.yakoushkin at gmail.com> wrote: > Hi all, > > Were there any further discussion or progress with the fixed point support > (ISO/IEC TR 18037) in the meantime? >
2015 Apr 29
2
[LLVMdev] [Openmp-dev] [RFC] OpenMP offload infrastructure (iteration 2)
Hi Sergey, Thanks for putting the new version of the document together! I don't see any other issues. I strongly believe the approach described in the document is a nice way to get OpenMP offloading support in clang. I plan to start actively contributing code for this component of the OpenMP implementation soon. Thanks again, Samuel 2015-04-29 11:47 GMT-04:00 Sergey Ostanevich
2019 Jun 19
3
nouveau: DRM: GPU lockup - switching to software fbcon
On Wed, Jun 19, 2019 at 1:48 AM Sergey Senozhatsky <sergey.senozhatsky.work at gmail.com> wrote: > > On (06/19/19 01:20), Ilia Mirkin wrote: > > On Wed, Jun 19, 2019 at 1:08 AM Sergey Senozhatsky > > <sergey.senozhatsky.work at gmail.com> wrote: > > > > > > On (06/14/19 11:50), Sergey Senozhatsky wrote: > > > > dmesg > > > >
2019 Jun 19
2
nouveau: DRM: GPU lockup - switching to software fbcon
On Wed, Jun 19, 2019 at 1:08 AM Sergey Senozhatsky <sergey.senozhatsky.work at gmail.com> wrote: > > On (06/14/19 11:50), Sergey Senozhatsky wrote: > > dmesg > > > > nouveau 0000:01:00.0: DRM: GPU lockup - switching to software fbcon > > nouveau 0000:01:00.0: fifo: SCHED_ERROR 0a [CTXSW_TIMEOUT] > > nouveau 0000:01:00.0: fifo: runlist 0: scheduled for