search for: 12477

Displaying 19 results from an estimated 19 matches for "12477".

Did you mean: 124,7
2010 Jun 15
1
Asterisk hangs up for some calls
...ing AUTHENTICATED call from 192.168.1.5: > requested format = unknown, > requested prefs = (ulaw|slin|alaw), > actual format = ulaw, > host prefs = (gsm|ulaw|alaw), > priority = mine -- Executing [00212675410113 at pstn:1] Set("IAX2/#000105-12477", "calleeNumber=011212675410113") in new stack -- Executing [00212675410113 at pstn:2] AGI("IAX2/#000105-12477", "agi://localhost/ManageCalls.agi?when=before&calleeNumber=011212675410113") in new stack -- AGI Script agi://localhost/ManageCalls.agi?when...
2016 Nov 10
4
Clients can't write to group-writable files
Hello, Really stumped on this issue. I have samba 4.4.7 running on a new server. Users cannot write to files to which they have write permissions via group. Example: Here's the local filesystem on the samba server. I'm logged in as jmalone : jmalone at canis; cd /home/www.nrao.edu/content/logs/ : jmalone at canis; ls -l total 4 -rw-rw-r-- 1 jmalone nraoweb 0 Nov 10 10:02
2016 Nov 14
0
Clients can't write to group-writable files - plea for help
...id=9336, effective(2310, 2049), real(2310, 0), class=acls] ../source3/smbd/posix_a cls.c:3558(posix_get_nt_acl) posix_get_nt_acl: called for file logs/foobar [2016/11/14 11:32:30.009753, 10, pid=9336, effective(2310, 2049), real(2310, 0)] ../source3/passdb/lookup_sid.c:1251 (uid_to_sid) uid 12477 -> sid S-1-22-1-12477 [2016/11/14 11:32:30.009784, 10, pid=9336, effective(2310, 2049), real(2310, 0)] ../source3/passdb/lookup_sid.c:1300 (gid_to_sid) gid 9006 -> sid S-1-22-2-9006 [2016/11/14 11:32:30.009811, 10, pid=9336, effective(2310, 2049), real(2310, 0), class=acls] ../source3/sm...
2016 Nov 14
2
Clients can't write to group-writable files - plea for help
...> real(2310, 0), class=acls] ../source3/smbd/posix_a > cls.c:3558(posix_get_nt_acl) > posix_get_nt_acl: called for file logs/foobar > [2016/11/14 11:32:30.009753, 10, pid=9336, effective(2310, 2049), > real(2310, 0)] ../source3/passdb/lookup_sid.c:1251 > (uid_to_sid) > uid 12477 -> sid S-1-22-1-12477 > [2016/11/14 11:32:30.009784, 10, pid=9336, effective(2310, 2049), > real(2310, 0)] ../source3/passdb/lookup_sid.c:1300 > (gid_to_sid) > gid 9006 -> sid S-1-22-2-9006 > [2016/11/14 11:32:30.009811, 10, pid=9336, effective(2310, 2049), > real(2310, 0)...
2016 Nov 16
3
Clients can't write to group-writable files - plea for help
...-x > >> canon_ace index 2. Type = allow SID = S-1-1-0 other SMB_ACL_OTHER > >>ace_flags = 0x0 perms r-x > > > >Looks like a perm set of rwxr-xr-x on the file to me, with > >owner and group of root. > > But the file is not root:root - it's owned by uid 12477 and group > 9006. Why is Samba getting the wrong owner/group for this file? That is the core of your problem. What does the full debug level 10 log say around this message ?
2016 Nov 16
2
Clients can't write to group-writable files - plea for help
On Wed, Nov 16, 2016 at 03:12:06PM -0500, Josh Malone via samba wrote: > On 11/16/16 2:32 PM, Jeremy Allison via samba wrote: > >> > >>But the file is not root:root - it's owned by uid 12477 and group > >>9006. Why is Samba getting the wrong owner/group for this file? > > > >That is the core of your problem. What does the full debug level 10 > >log say around this message ? > > > > Nothing that I can see. That is not a helpful response to a requ...
2016 Nov 16
3
Clients can't write to group-writable files - plea for help
On Tue, Nov 15, 2016 at 11:42:45AM -0500, Josh Malone via samba wrote: > On 11/14/16 6:32 PM, Jeremy Allison via samba wrote: > >On Mon, Nov 14, 2016 at 11:38:52AM -0500, Josh Malone via samba wrote: > >>All, > >> > >>Apologies for basically bumping my own thread, but I'm absolutely at > >>my wits' end trying to figure out this access problem.
2012 Jun 03
0
[LLVMdev] clang -ast-dump-xml....
...ainst microsoft compiler  - due to export symbols mangling.   Subject was discussed on thread: http://comments.gmane.org/gmane.comp.compilers.clang.devel/20068 and I've tried to contact Timur Iskhodzhanov - but without success yet.   According to bugzilla - http://llvm.org/bugs/show_bug.cgi?id=12477 whole approach looks like non-stable yet.   Meanwhile - I thought to give a shot alternative approach - if I could create wrapper and stub C modules - wrapper for clang, which would hide C++ - narrowing to pure C exports, and stub code for microsoft compiler, which would do the same thing on calle...
2016 Nov 16
0
Clients can't write to group-writable files - plea for help
...OUP_OBJ ace_flags = 0x0 perms r-x >> canon_ace index 2. Type = allow SID = S-1-1-0 other SMB_ACL_OTHER >> ace_flags = 0x0 perms r-x > > Looks like a perm set of rwxr-xr-x on the file to me, with > owner and group of root. But the file is not root:root - it's owned by uid 12477 and group 9006. Why is Samba getting the wrong owner/group for this file? > > smbd synthesises NT ACLs from the POSIX perms in order to do > the access checks. Then it checks the open request using the > current process token against the NT ACL to decide whether to > allow access....
2016 Nov 16
0
Clients can't write to group-writable files - plea for help
On 11/16/16 2:32 PM, Jeremy Allison via samba wrote: >> >> But the file is not root:root - it's owned by uid 12477 and group >> 9006. Why is Samba getting the wrong owner/group for this file? > > That is the core of your problem. What does the full debug level 10 > log say around this message ? > Nothing that I can see. In any case, I've resolved my issue. By setting a user map script th...
2008 Mar 20
0
AMD timing issues
...yback("SIP/gafachi-081c81a8", "mr-roboto-short") in new stack -- <SIP/gafachi-081c81a8> Playing 'mr-roboto-short' (language 'en') == Spawn extension (robocop2, 15155515509, 8) exited non-zero on 'SIP/gafachi-081c81a8' [Mar 19 23:45:42] NOTICE[12477]: pbx_spool.c:351 attempt_thread: Call completed to SIP/15155515509 at gafachi Really destroying SIP dialog '6e88277510eb14c1499b55ec261ef61f at 10.251.122.3' Method: BYE Really destroying SIP dialog '7a0e154903077e5c0c45e1f7014bde24 at 10.251.122.3' Method: REGISTER I think the...
2016 Nov 17
2
Clients can't write to group-writable files - plea for help
...e wrote: > On 11/16/16 3:17 PM, Jeremy Allison wrote: > >On Wed, Nov 16, 2016 at 03:12:06PM -0500, Josh Malone via samba wrote: > >>On 11/16/16 2:32 PM, Jeremy Allison via samba wrote: > >>>> > >>>>But the file is not root:root - it's owned by uid 12477 and group > >>>>9006. Why is Samba getting the wrong owner/group for this file? > >>> > >>>That is the core of your problem. What does the full debug level 10 > >>>log say around this message ? > >>> > >> > >>Nothing t...
2016 Nov 16
3
Clients can't write to group-writable files - plea for help
On Wed, 16 Nov 2016 15:12:06 -0500 Josh Malone via samba <samba at lists.samba.org> wrote: > On 11/16/16 2:32 PM, Jeremy Allison via samba wrote: > >> > >> But the file is not root:root - it's owned by uid 12477 and group > >> 9006. Why is Samba getting the wrong owner/group for this file? > > > > That is the core of your problem. What does the full debug level 10 > > log say around this message ? > > > > Nothing that I can see. > > In any case, I've resol...
2006 Sep 25
2
Auth problem
...ep19 0:00 | \_ dovecot-auth root 18818 0.0 0.3 8208 3684 ? S Sep19 0:00 | \_ dovecot-auth root 3228 0.0 0.3 8388 3892 ? S Sep20 0:00 | \_ dovecot-auth root 5596 0.0 0.3 8308 3764 ? S Sep20 0:00 | \_ dovecot-auth root 12477 0.0 0.3 8308 3804 ? S Sep20 0:00 | \_ dovecot-auth root 14008 0.0 0.3 8404 3848 ? S Sep20 0:00 | \_ dovecot-auth root 14742 0.0 0.3 8484 3980 ? S Sep20 0:00 | \_ dovecot-auth root 15133 0.0 0.3 8404 3860 ? S Sep2...
2016 Jun 30
1
netbook screen suddenly goes black
...shome.stoneham.ma.us systemd[1]: Starting user-0.slice. Jun 30 13:00:01 aspirebox.fcshome.stoneham.ma.us systemd[1]: Started Session 32 of user root. Jun 30 13:00:01 aspirebox.fcshome.stoneham.ma.us systemd[1]: Starting Session 32 of user root. Jun 30 13:00:01 aspirebox.fcshome.stoneham.ma.us CROND[12477]: (root) CMD (/usr/lib64/sa/sa1 1 1) Jun 30 13:00:01 aspirebox.fcshome.stoneham.ma.us systemd[1]: Removed slice user-0.slice. Jun 30 13:00:01 aspirebox.fcshome.stoneham.ma.us systemd[1]: Stopping user-0.slice. Jun 30 13:01:01 aspirebox.fcshome.stoneham.ma.us kernel: SELinux: initialized (dev tmpfs,...
2016 Jun 20
2
netbook screen suddenly goes black
On Mon, Jun 20, 2016 at 04:13:35PM -0400, m.roth at 5-cent.us wrote: > Fred Smith wrote: > > On Mon, Jun 20, 2016 at 02:59:29PM -0400, Jon LaBadie wrote: > >> On Mon, Jun 20, 2016 at 08:58:54AM -0400, Fred Smith wrote: > >> > On Mon, Jun 20, 2016 at 01:34:30PM +0300, ????????? ???????? wrote: > >> > > >Can anyone of you provide further hints on what
2009 Jan 02
0
Wine release 1.1.12
...are messed up 12299 Commandos 3 crashes when selecting soldier 12339 Yahoo! Messenger 8.1 crashes in new user registration wizard 12344 eISLP -HTML rendering produces strange characters 12355 Utopia Angel tool crashes in statup and is unstable 12387 Civilization 4 fails to install 12477 NBC Direct installer requires installation of Windows Installer 3.1 redist 12604 SimGolf v1.03 exits when starting a new game 12638 Photodex ProShowGold crashes on service startup 12753 CIRCAD 5.3b: does not start 13069 EdWord needs oleacc.dll.AccessibleObjectFromPoint 13219 ProntoE...
2002 Jul 01
5
./configure --with-pam
Hi all, I still have problems with my nt authentication on linux. My problems start when compiling --with-pam This is the output, i can't figure out why i get the error. [root@squid source]# ./configure --with-pam loading cache ./config.cache checking for gcc... (cached) gcc checking whether the C compiler (gcc -O ) works... yes checking whether the C compiler (gcc -O ) is a
2017 Apr 04
47
[Bug 100567] New: Nouveau system freeze fifo: SCHED_ERROR 0a [CTXSW_TIMEOUT]
https://bugs.freedesktop.org/show_bug.cgi?id=100567 Bug ID: 100567 Summary: Nouveau system freeze fifo: SCHED_ERROR 0a [CTXSW_TIMEOUT] Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau