search for: noonans

Displaying 20 results from an estimated 32 matches for "noonans".

Did you mean: nonans
2002 Sep 28
1
oplock problem - how to fix?
...1 hosts allow = 192.168.100. 127. interfaces = 192.168.100.2/255.255.255.0 load printers = yes log file = /var/log/log.%m max log size = 50 security = domain password server = * encrypt passwords = yes socket options = TCP_NODELAY os level = 255 domain admin group = noonans root @wheel wins support = no dns proxy = no [homes] comment = Home Directories browseable = no writeable = yes [printers] comment = All Printers path = /var/spool/samba browseable = no guest ok = no writeable = no printable = yes [rootpart] comment = Everything!...
2002 Oct 06
1
Show stopper - 2nd cry for help
...ifer-Watkins97Data.mdb] [2002/10/05 21:50:07, 3] smbd/dosmode.c:unix_mode(111) unix_mode(tmp/Jennifer-Watkins97Data.mdb) returning 0764 [2002/10/05 21:50:07, 3] lib/util.c:unix_clean_name(387) unix_clean_name [tmp/Jennifer-Watkins97Data.mdb] [2002/10/05 21:50:07, 2] smbd/open.c:open_file(233) noonans opened file tmp/Jennifer-Watkins97Data.mdb read=No write=Yes (numopen=2) [2002/10/05 21:50:07, 3] smbd/process.c:process_smb(878) Transaction 571 of length 88 [2002/10/05 21:50:07, 3] smbd/process.c:switch_message(685) switch message SMBtrans2 (pid 9330) [2002/10/05 21:50:07, 3] smbd/sec_ctx.c:...
2013 Aug 12
16
[Bug 2142] New: openssh sandboxing using libseccomp
https://bugzilla.mindrot.org/show_bug.cgi?id=2142 Bug ID: 2142 Summary: openssh sandboxing using libseccomp Product: Portable OpenSSH Version: -current Hardware: All OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: sshd Assignee: unassigned-bugs at
2014 Mar 05
2
[LLVMdev] github's llvm mirror down
Just curious, what's the reason we don't make the github mirrors the official mirrors? ...besides not knowing how to revive them when they go down. :) -Greg On Tue, Mar 4, 2014 at 5:35 PM, Steven Noonan <steven at uplinklabs.net> wrote: > Someone should enable the smart HTTP protocol: > > https://www.kernel.org/pub/software/scm/git/docs/git-http-backend.html > > On
2014 Sep 04
2
[LLVMdev] LLVM 3.5 links broken
http://llvm.org/releases/download.html The links to the 3.5 tarballs are broken (someone on IRC mentions the extensions should be .xz rather than .gz), and the subject above them reads "Download LLVM 3.4.2". Can someone please fix the page up?
2012 Jun 20
1
Winbind: disable UDP/137 broadcasts
I have a samba winbind server which is operating properly. I have the firewall configured to DROP outbound traffic on UDP/137 and 139. The broadcast traffic on these ports will not reach any pertinent machines due to subnetting, and is unwanted traffic. The server is working without this traffic hitting the network. However, Winbindd is constantly trying to broadcast and logging that it
2010 Aug 09
0
[LLVMdev] MmapAllocator
On Sun, Aug 8, 2010 at 9:20 PM, Reid Kleckner <reid.kleckner at gmail.com>wrote: > On Sun, Aug 8, 2010 at 8:20 PM, Jakob Stoklund Olesen <stoklund at 2pi.dk> > wrote: > > > > On Aug 7, 2010, at 7:05 PM, Steven Noonan wrote: > >> I've been doing work on memory reduction in Unladen Swallow, and > >> during testing, LiveRanges seemed to be
2005 Oct 14
3
Samba 3.0.20 and ADmitMac
Does anyone have any experiences with integrating Samba and Thursby Software's ADmitMac? All of our Microsoft XP and Win2000 workstations work just fine with Samba, but I'm having a hell of a time getting ADmitMac to play nicely with Samba. Conversely, ADmitMac works great with Microsoft NT4, 2000 and 2003 servers. I'm not able to browse the network let alone join the OSX machines
2012 May 29
1
Windows 7 attempting to access Samba over port 80
Good Morning: I'm running a domain-joined Samba 3.6 server. For the majority of users it is working as expected; they can log in without issue using their domain credentials and AD group ACLs are working. However, I have one Windows 7 user who is complaining he can't log in. When I looked on the server I see no logs for his machine. I did a initial traffic sniff and I see his machine
2012 Mar 16
1
Upgrade of IDMAP_VERSION from -1 to 2 is not possible with incomplete configuration
Hi I'm running CentOS 6.2 with samba-3.5.10-114 , and LikewiseOpen 6.1 . How do I fix these errors ? Mar 16 20:25:43 nzhmlfpr05 winbindd[2556]: [2012/03/16 20:25:43.639871, 0] winbindd/idmap_tdb.c:287(idmap_tdb_open_db) Mar 16 20:25:43 nzhmlfpr05 winbindd[2556]: Upgrade of IDMAP_VERSION from -1 to 2 is not possible with incomplete configuration Mar 16 20:25:43 nzhmlfpr05 winbindd[2556]:
2010 Aug 09
0
[LLVMdev] MmapAllocator
On Aug 7, 2010, at 7:05 PM, Steven Noonan wrote: > I've been doing work on memory reduction in Unladen Swallow, and > during testing, LiveRanges seemed to be consuming one of the largest > chunks of memory. That's interesting. How did you measure this? I'd love to see your data. Note that the LiveRange struct is allocated by a plain std::vector, and your patch doesn't
2014 Dec 13
2
[LLVMdev] Cannot split vector result of AVX intrinsic _mm256_rsqrt_ps
I'm getting this on LLVM trunk: SplitVectorResult #0: 0x27e6250: v8f32 = llvm.x86.avx.rsqrt.ps.256 0x2739310, 0x2739420 [ORD=16] [ID=0] LLVM ERROR: Do not know how to split the result of this operator! clang: error: linker command failed with exit code 1 (use -v to see invocation) Oddly, when I build the same code without -flto I don't see this issue. I see a similar bug was reported
2010 Aug 09
5
[LLVMdev] MmapAllocator
On Sun, Aug 8, 2010 at 8:20 PM, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote: > > On Aug 7, 2010, at 7:05 PM, Steven Noonan wrote: >> I've been doing work on memory reduction in Unladen Swallow, and >> during testing, LiveRanges seemed to be consuming one of the largest >> chunks of memory. > > That's interesting. How did you measure this? I'd
2013 Nov 01
9
package conflict resolution method:
Hello, list: I have two puppet modules that are unrelated to each other, but both have (unrelated) Python scripts that parse YAML. As such, both have a block like the following in their manifests for the PyYAML script dependency: package { ''PyYAML'': ensure => installed, } If I try and include both modules on the same server this causes an obvious
2014 Mar 05
3
[LLVMdev] github's llvm mirror down
> LLVM has its own mirror at http://llvm.org/git/llvm.git, if that suits your needs. The llvm.org mirror seems to be quite a bit slower (~3.5x). I think it's because github lets me use the git protocol whereas llvm.org suggests http. When I try to clone "git at llvm.org:git/llvm.git", I'm asked for a password for user 'git'. -Greg On Tue, Mar 4, 2014 at 3:54 PM,
2001 Mar 29
2
Samba 2.0.7 on BSD/OS 4.2
Alright, I give up. I'm going to go out in the parking lot and scream. Over the years I have built many, many versions of Samba on many versions of BSD[386,OS] and other unixen. I have never, ever had trouble like this (except, of course, with Irix). Never with a BSD. 4.2 ships with Samba 2.0.6 (why? -- 2.0.7 was released last April). I've been running 2.0.7 on a DEC Alpha running OSF
2002 Nov 05
1
Security Question: passwordless machine accounts
Hi folks, Finally got Samba up and running after many oplock issues and I'm very pleased. One "detail" left that bothers me. I'm running FreeBSD 4.7-STABLE on our PDC and every night I'm (root) is emailed a security report. Among the items reported is: Checking for passwordless accounts: . . CLIENT01$::1134:1134::0:0:Machine CLIENT01:/dev/null:/sbin/nologin . Should I
2012 Mar 07
0
Local group auth not working for domain members with SECURITY=ADS
I have a Samba 3.5.10 (Cent 6) server succesfully joined to the domain. Domain logins and domain group control are working. I have a share configured with "valid users = +unixgroup" that my domain user cannot access but my local unix user can. The only group related error message is coming from string_to_sid(), which I am confident is a red-herring. My goal in this experiment is to
2010 Aug 08
4
[LLVMdev] MmapAllocator
Hi folks, I've been doing work on memory reduction in Unladen Swallow, and during testing, LiveRanges seemed to be consuming one of the largest chunks of memory. I wrote a replacement allocator for use by BumpPtrAllocator which uses mmap()/munmap() in place of malloc()/free(). It has worked flawlessly in testing, and reduces memory usage quite nicely in Unladen Swallow. The code is available
2003 Oct 06
2
plateful of crow (was Re: Frequent reboots...)
hg@cally.queue.to wrote: > In mpc.lists.freebsd.stable, I wrote: > : : I'm also seeing this disturbing new problem concurrent an > : : install of 4.9-PRERELASE, have not suffered this problem > : : throughout 3.1 and up through 4.8-RC1. > > Coincidental is a lot more accurate. When the power supply on this > machine popped and hour ago and filled the room with