search for: 10792

Displaying 18 results from an estimated 18 matches for "10792".

Did you mean: 1079
2012 May 03
1
conducting GAM-GEE within gamm4?
.../v436/p257-272/). Their R scripts are shown here ( http://www.int-res.com/articles/suppl/m436p257_supp/m436p257_supp1-code.r). I have used this code with limited success and multiple issues of models failing to converge. Below is the structure of my data: > str(dat2) 'data.frame': 10792 obs. of 4 variables: $ dist_slag : num 26475 26340 25886 25400 24934 ... $ Depth : num -10.1 -10.5 -16.6 -22.2 -29.7 ... $ dolphin_presence: int 0 0 0 0 0 0 0 0 0 0 ... $ block : int 1 1 1 1 1 1 1 1 1 1 ... > head(dat2) dist_slag Depth dolphin_presence...
2016 Aug 12
2
Samba and POSIX ACLs
On Fri, Aug 12, 2016 at 11:20:47AM -0500, Sergei Gerasenko via samba wrote: > It looks like this is a long known issue: > > https://bugzilla.samba.org/show_bug.cgi?id=10792 If by long known you mean "as designed". As Samba supports ACL setting on files/directories we don't restrict what happens to them after creation. For creation you can set "create mask" and "directory mask" but the client can change it afterwards.
2016 Aug 12
2
Samba and POSIX ACLs
Hi everybody, I know this has been discussed ad naseum, but I can't find an answer to my question precisely. My version of samba is 4.2.10. Here's my question. I have POSIX ACLs set on a directory like this: # file: . # owner: root # group: admin # flags: -s- user::rwx user:apache:rwx group::rwx group:admin:rwx mask::rwx other::r-x default:user::rwx default:user:apache:rwx
2016 Aug 12
2
Samba and POSIX ACLs
...ia samba wrote: > > > Am 12.08.2016 um 18:57 schrieb Jeremy Allison via samba: > >On Fri, Aug 12, 2016 at 11:20:47AM -0500, Sergei Gerasenko via samba wrote: > >>It looks like this is a long known issue: > >> > >>https://bugzilla.samba.org/show_bug.cgi?id=10792 > > > >If by long known you mean "as designed". As Samba supports > >ACL setting on files/directories we don't restrict what > >happens to them after creation. > > > >For creation you can set "create mask" and "directory mask" &g...
2018 Dec 18
3
Samba-created files with POSIX ACLs gaining execute bit
...#effective:rw- mask::rw- other::--- # file: share2/file_via_smb # owner: christian # group: root user::rwx user:christian:rwx group::rw- group:root:rw- group:share2_ro:r-- group:share2_rw:rw- mask::rwx other::— This bug appears to show something similar: https://bugzilla.samba.org/show_bug.cgi?id=10792 <https://bugzilla.samba.org/show_bug.cgi?id=10792> These are the additions to my SMB.conf that may be relevant. I have tried playing with the “create mask” and “force create mode” parameters without any luck. As you can see below I also disabled the DOS - POSIX attribute mappings that use...
2006 Aug 17
2
Weird issue with params from form for one user
Hi there I have an online survey app built in Rails. I''ve just encountered an odd error where only one user is hitting application errors. All other users are fine. >From the log, it seems that no form params are being sent back from a form, which is comprised of radio buttons. None of the params from the radio buttons are getting back to the controller. But the controller name and
2016 Aug 12
0
Samba and POSIX ACLs
It looks like this is a long known issue: https://bugzilla.samba.org/show_bug.cgi?id=10792 On Fri, Aug 12, 2016 at 10:30 AM, Sergei Gerasenko <gerases at gmail.com> wrote: > Hi everybody, > > I know this has been discussed ad naseum, but I can't find an answer to my > question precisely. > > My version of samba is 4.2.10. > > Here's my question. I...
2016 Aug 12
0
Samba and POSIX ACLs
Am 12.08.2016 um 18:57 schrieb Jeremy Allison via samba: > On Fri, Aug 12, 2016 at 11:20:47AM -0500, Sergei Gerasenko via samba wrote: >> It looks like this is a long known issue: >> >> https://bugzilla.samba.org/show_bug.cgi?id=10792 > > If by long known you mean "as designed". As Samba supports > ACL setting on files/directories we don't restrict what > happens to them after creation. > > For creation you can set "create mask" and "directory mask" > but the client can chan...
2016 Aug 13
0
Samba and POSIX ACLs
...>> >> Am 12.08.2016 um 18:57 schrieb Jeremy Allison via samba: >>> On Fri, Aug 12, 2016 at 11:20:47AM -0500, Sergei Gerasenko via samba wrote: >>>> It looks like this is a long known issue: >>>> >>>> https://bugzilla.samba.org/show_bug.cgi?id=10792 >>> >>> If by long known you mean "as designed". As Samba supports >>> ACL setting on files/directories we don't restrict what >>> happens to them after creation. >>> >>> For creation you can set "create mask" and "d...
2004 Aug 06
0
WG: Re: extended logging for icecast2
...useful changes for you. Just thought it is, since most people still seem to use logrotate, which works fine for windows of course; <p>Chris -------------- next part -------------- A non-text attachment was scrubbed... Name: icecast_ext_logging.tar.gz Type: application/octet-stream Size: 10792 bytes Desc: icecast_ext_logging.tar.gz Url : http://lists.xiph.org/pipermail/icecast-dev/attachments/20040226/ca1ec3e5/icecast_ext_logging.tar.obj
2004 Aug 06
1
capturing pid from command line
hello ; can't recall where i got it from , but this should work ., ps auxw | fgrep icecast | fgrep -v fgrep | awk '{print $2}' a:/, <p>On Mon, 3 Nov 2003, Dave St John wrote: > Anyone know of or how to capture the pid via the command line in bash? > > i.e. i use this to capture shoutcast's process id > #!/bin/bash > SRV=`cat serverlst.txt` > > rm
2016 Feb 22
1
How to understand partition table on hybrid ISO image?
Hi, if I inspect an hybrid ISO with tools like fdisk and gdisk, then looks like hybrid ISO has both the MBR and GPT in order to support both the BIOS and UEFI: # gdisk -l /dev/sdb GPT fdisk (gdisk) version 0.8.10 Partition table scan: MBR: MBR only BSD: not present APM: not present GPT: present Found valid MBR and GPT. Which do you want to use? 1 - MBR 2 - GPT 3 - Create blank GPT
2007 Aug 26
0
3 commits - libswfdec/swfdec_as_context.c player/swfplay.c test/trace
...10696 => Hello World +10704 => Hello World +10712 => Hello World +10720 => Hello World +10728 => Hello World +10736 => Hello World +10744 => Hello World +10752 => Hello World +10760 => Hello World +10768 => Hello World +10776 => Hello World +10784 => Hello World +10792 => Hello World +10800 => Hello World +10808 => Hello World +10816 => Hello World +10824 => Hello World +10832 => Hello World +10840 => Hello World +10848 => Hello World +10856 => Hello World +10864 => Hello World +10872 => Hello World +10880 => Hello World +10888...
2009 Aug 11
5
Failed to retrieve current state of resource: No child processes
...n/which", ["which", "domainname"], [/* 21 vars */]) = 0 10789 execve("/usr/bin/which", ["which", "lsb_release"], [/* 21 vars */]) = 0 10791 execve("/usr/bin/lsb_release", ["lsb_release", "-a"], [/* 21 vars */]) = 0 10792 <... execve resumed> ) = 0 10793 execve("/usr/bin/apt-cache", ["apt-cache", "policy"], [/* 21 vars */]) = 0 10796 <... execve resumed> ) = 0 10797 execve("/usr/bin/dpkg-query", ["dpkg-query", "-f", "$...
2008 Jan 01
0
4 commits - libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_object.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h libswfdec/swfdec_sprite_movie_as.c test/trace
...+10696: , +10696: 0, 0 +10704: , +10704: 0, 0 +10712: , +10712: 0, 0 +10720: , +10720: 0, 0 +10728: , +10728: 0, 0 +10736: , +10736: 0, 0 +10744: , +10744: 0, 0 +10752: 0, 0 +10752: 0, 0 +10760: 0, 0 +10760: 0, 0 +10768: 0, 0 +10768: 0, 0 +10776: 0, 0 +10776: 0, 0 +10784: 0, 0 +10784: 0, 0 +10792: 0, 0 +10792: 0, 0 +10800: 0, 0 +10800: 0, 0 +10808: 0, 0 +10808: 0, 0 +10816: 0, 0 +10816: 0, 0 +10824: 0, 0 +10824: 0, 0 +10832: 0, 0 +10832: 0, 0 +10840: 0, 0 +10840: 0, 0 +10848: 0, 0 +10848: 0, 0 +10856: 0, 0 +10856: 0, 0 +10864: 0, 0 +10864: 0, 0 +10872: 0, 0 +10872: 0, 0 +10880: , +10880: 0...
2002 Nov 10
2
Trying to join a Solaris 8 box to Windows 2000 AD.
...t;/usr/local/kerberos/lib/libgssapi_krb5.so.2", O_RDONLY) = 3 fstat(3, 0xFFBEF224) = 0 mmap(0xFF2D0000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFF2D0000 mmap(0x00000000, 172032, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xFF0D0000 mmap(0xFF0F6000, 10792, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 90112) = 0xFF0F6000 munmap(0xFF0E8000, 57344) = 0 memcntl(0xFF0D0000, 16732, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0 close(3) = 0 open("/usr/local/lib/liblber.so.2", O_RDONL...
2003 Dec 01
0
No subject
...info/samba Return-Path: <keith.warno@valaran.com> Delivered-To: samba@lists.samba.org Received: from mail.valaran.com (valaran.com [64.80.113.51]) by lists.samba.org (Postfix) with SMTP id 8D14051B3 for <samba@lists.samba.org>; Fri, 3 Aug 2001 10:45:17 -0700 (PDT) Received: (qmail 10792 invoked from network); 3 Aug 2001 17:49:49 -0000 Received: from foo.valaran.com (HELO valaran.com) (192.168.2.102) by mail.valaran.com with SMTP; 3 Aug 2001 17:49:49 -0000 Message-ID: <3B6AE43D.7095E706@valaran.com> Date: Fri, 03 Aug 2001 13:49:49 -0400 From: Keith Warno <keith.warno@val...
2019 Feb 08
1
Samba and ufw (mmcg29440@frontier.com)
...4.39 DST=192.168.254.255 LEN=257 TOS=0x00 PREC=0x00 TTL=64 ID=22652 DF PROTO=UDP SPT=138 DPT=138 LEN=237 Feb 6 08:57:21 radio kernel: [ 519.876314] [UFW AUDIT] IN=enp2s5 OUT= MAC=ff:ff:ff:ff:ff:ff:74:27:ea:ab:1e:e0:08:00 SRC=192.168.254.15 DST=192.168.254.255 LEN=235 TOS=0x00 PREC=0x00 TTL=128 ID=10792 PROTO=UDP SPT=138 DPT=138 LEN=215 Feb 6 08:57:52 radio kernel: [ 550.609146] [UFW AUDIT] IN= OUT=lo SRC=127.0.0.1 DST=224.0.0.251 LEN=161 TOS=0x00 PREC=0x00 TTL=255 ID=27003 DF PROTO=UDP SPT=5353 DPT=5353 LEN=141 Feb 6 08:57:52 radio kernel: [ 550.609187] [UFW AUDIT] IN=lo OUT= MAC=00:00:00:00:...