search for: 28180

Displaying 9 results from an estimated 9 matches for "28180".

Did you mean: 2810
2010 Feb 10
0
Samba PDC: "not permitted to access this share"
...0)] smbd/sec_ctx.c:set_sec_ctx(241) setting sec ctx (65534, 65534) - sec_ctx_stack_ndx = 0 [2010/02/10 08:53:39, 3, effective(65534, 65534), real(65534, 0)] smbd/service.c:make_connection_snum(950) b-xp (10.3.1.6) connect to service IPC$ initially as user nobody (uid=65534, gid=65534) (pid 28180) [2010/02/10 08:53:39, 3, effective(65534, 65534), real(65534, 0)] smbd/sec_ctx.c:set_sec_ctx(241) setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0 [2010/02/10 08:53:39, 2, effective(0, 0), real(0, 0)] smbd/reply.c:reply_tcon_and_X(711) Serving IPC$ as a Dfs root [2010/02/10 08:53:39, 3, effe...
2016 Jul 22
2
[ThinLTO] Using two different IRMovers for the same composite module? (related to PR28180)
Hello, While trying ThinLTO, I ran into an assertion failure in IRMover: https://llvm.org/bugs/show_bug.cgi?id=28180. I found that the assertion failure is happening because IRMover tries to map the metadata that already mapped in the destination module, and it seems that this happens because two different IRMovers are used for the same destination (or composite) module. During LTO, an IRMover is created in thinL...
2016 Jul 22
3
[ThinLTO] Using two different IRMovers for the same composite module? (related to PR28180)
...> on behalf of Mehdi Amini <mehdi.amini at apple.com> Date: Friday, July 22, 2016 at 2:16 PM To: Taewook Oh <twoh at fb.com> Cc: via llvm-dev <llvm-dev at lists.llvm.org> Subject: Re: [llvm-dev] [ThinLTO] Using two different IRMovers for the same composite module? (related to PR28180) On Jul 22, 2016, at 1:50 PM, Taewook Oh via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote: Hello, While trying ThinLTO, I ran into an assertion failure in IRMover: https://llvm.org/bugs/show_bug.cgi?id=28180<https://urldefense.proofpoint.com/v2/...
2004 Jul 03
1
samba+obsd+subnets
...tcp cksum 3077!] ack 496 win 17520 (DF) (ttl 64, id 24982, bad cksum 14!) 192.168.1.2.139 > 192.168.1.214.3173: F [bad tcp cksum 2f77!] 325:325(0) ack 496 win 17520 (DF) (ttl 64, id 21299, bad cksum 14!) 192.168.1.214.3173 > 192.168.1.2.139: . [tcp sum ok] ack 326 win 63916 (DF) (ttl 128, id 28180) Some snippets from the tcpdump to illustrate the bad checksum complaints. I've looked everywhere for info on this, but without luck. As you can see in the dmesg, there seems to be some weirdness with the xl0 drivers, but except for samba, this box also serves DNS, XDMCP, Squid, and of course...
2019 Jan 28
2
Samba 4.9.4 - high RAM usage - OOM killer
...26717 rpc_server 26727 rpc_server 26937 rpc_server 27002 rpc_server 27197 rpc_server 27314 rpc_server 27485 rpc_server 27553 rpc_server 27585 rpc_server 27703 rpc_server 28180 rpc_server 28448 rpc_server 28515 rpc_server 28542 rpc_server 28553 rpc_server 28599 rpc_server 28676 rpc_server 28803 rpc_server 28819 rpc_server 28961 rpc_server 29010 rpc_serve...
2006 Jun 18
0
Out of Memory xenU
...0 cold: low 0, high 32, batch 16 Jun 18 08:45:21 lemodev kernel: Normal per-cpu: empty Jun 18 08:45:21 lemodev kernel: HighMem per-cpu: empty Jun 18 08:45:21 lemodev kernel: Jun 18 08:45:21 lemodev kernel: Free pages: 2264kB (0kB HighMem) Jun 18 08:45:21 lemodev kernel: Active:28434 inactive:28180 dirty:0 writeback:0 unstable:0 free:566 slab:5533 mapped:56227 Jun 18 08:45:21 lemodev kernel: DMA free:2264kB min:2048kB low:2560kB high:3072kB active:113736kB inactive:112720kB present Jun 18 08:45:21 lemodev kernel: lowmem_reserve[]: 0 0 0 Jun 18 08:45:21 lemodev kernel: Normal free:0kB min:0kB...
2011 Aug 26
0
Wine release 1.3.27
...: Dark Forces II segfaults when Display Hardware Acceleration is enabled 28088 Wine can play audio despite of disabled sound drivers 28105 NFS Porsche: Crash after changing graphics options 28137 Bloxx It crashes 28146 GODS:Lands of Infinity changes the gamma to an overly bright level 28180 Operation Flashpoint crashes with sound enabled ---------------------------------------------------------------- Changes since 1.3.26: Alexander Morozov (3): cryptui: Disable some buttons if a certificate is not selected. include: Fix CRYPTUI_SELECTCERTIFICATE_STRUCTA declaration....
2019 Jan 28
5
Samba 4.9.4 - high RAM usage - OOM killer
Hi, We upgraded a legacy (NT4) domain from 3.6 series to 4.8 and then 4.9.4 samba version (using sernet subscription packages / debian stable) The setup is composed of 4 DCs with each 2 CPU/16GB RAM. We currently have ~700 user accounts / ~600 computers / ~150 groups Our mail setup, SSO, ... query the 4 DCs constantly. Every 5 to 10 days the RAM consumption and CPU usage (due to kswapd)
2012 Oct 30
8
[PATCH] xen PVonHVM: require at least Xen 3.4 as dom0
The XenPVHVM extensions have not been tested much on very old hypervisors. At least Xen 3.4 gets some testing with the pvops kernel. Require at least Xen 3.4 for the PVonHVM extensions. If an older hypervisor is detected the extensions will be disabled and the guest will only see emulated hardware. Signed-off-by: Olaf Hering <olaf@aepfle.de> --- arch/x86/xen/enlighten.c | 27