similar to: user database clarification

Displaying 20 results from an estimated 20000 matches similar to: "user database clarification"

2012 Jul 15
2
[LLVMdev] Linkage error in simple call graph pass?
Evening All, So I need a call graph pass and having done several other passes, I went to work on a simple pass, inheriting from CallGraphSCCPass. However, while I was quickly able to build the pass, when I went to run it I got the following: opt -load ../Passes/HierchalFunctions/Hierchal/hierchal.dylib -hierchal < hello.bc > /dev/null Error opening
2016 Jun 20
5
netbook screen suddenly goes black
On Mon, Jun 20, 2016 at 01:34:30PM +0300, ????????? ???????? wrote: > >Can anyone of you provide further hints on what I should be looking > >for or at? > > Is it trying to hibernate? gosh, I hope not! I was in the middle of using it, playing solitaire and moving the mouse around a lot. -- ---- Fred Smith -- fredex at fcshome.stoneham.ma.us -----------------------------
2008 May 22
2
Camping-list Digest, Vol 23, Issue 8
Removed 25% of the framework? Gosh, I wish _why wasn''t so darn verbose... -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/camping-list/attachments/20080522/7612c03e/attachment.html>
2008 May 05
2
Add permission? (was How to create a write-only share?)
Need your help! I'm very confised and tired, tried a lot of variants but still at the start, even lost all understanding how the permissions and masks works. Please write me a config for the following case: There is a directory: '/home/shared/door', owned by 'michael:office' shared via samba as '[door]' How can I configure the FS and samba to let 'michael'
2017 May 17
2
Improving packets/sec and data rate - v1.0.24
Hi Jared, I've seen the same while testing on digital ocean, I think it's the context switching that happens when sending a packet. I've done some testing with wireguard and that has a lot better performance but it's still changing quite a lot and only does a subset of what tinc does so probably not a stable solution. Martin On Wed, 17 May 2017 at 18:05 Jared Ledvina <jared at
2013 Feb 11
2
file resource, multiple owner values
With Puppet 2.7.20, it seems that when I write file { ''/tmp/bla'': owner => [''root'', ''jared''] } then if the owner of /tmp/bla is either root or jared, nothing happens, and if not, the owner is changed to root. More generically speaking, my reading of the code suggests that if the owner of the file is in the given list (the
2016 Jun 20
2
netbook screen suddenly goes black
Dr. Mikeal Hughes wrote: > Motherboard time. Netbook is probably a throw away issue. Cost more t to > repair than buy new. > >> On Jun 20, 2016, at 7:58 AM, Fred Smith <fredex at fcshome.stoneham.ma.us> >> wrote: >> >> On Mon, Jun 20, 2016 at 01:34:30PM +0300, ????????? ???????? wrote: >>>> Can anyone of you provide further hints on what I should
2003 Dec 31
3
Cups and Samba Access Denied
I purchased the Samba 3.0 book and it has gotten me pretty far but I finally had to go to the mailing list for this problem. Here is the issue, I am running Debian (woody) with samba 3.0.1-2 and cupsys 1.1.14-5 I have also installed cupsys-bsd cupsys-client and smbclient foomatic-bin and as2ps follwing this http://excess.org/docs/linux_windows_printing.html advice. Samba is running in Domain mode
2016 Jun 20
2
netbook screen suddenly goes black
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 I should be looking > > > >for or at? > > > > > > Is it trying to hibernate? > > > >
2009 Nov 22
4
What's wrong with yum-priorities?
"The upstream maintainer of yum, Seth Vidal, had the following to say about 'yum priorities' in September 2009: Gosh, I hope people do not set up yum priorities. There are so many things about priorities that make me cringe all over. It could just be that it reminds me of apt 'pinning' and that makes me want to hurl." This note was placed on the wiki
2005 Jan 13
2
Problem encoding sine wave in 1.1.6 and somewhat in 1.0.4
Interestingly enough.. I started playing around with preprocessing options in 1.1.6 and happened upon the denoise filter (SPEEX_PREPROCESS_SET_DENOISE). When i run the test tone using that option it is completely filtered out and I just get (complete) silence. When the test tone is intermixed with regular voice I only get the voice. So while i still don't quite understand why the test tone
2003 Oct 17
2
System error 1314 has occurred
Hello all, I am using Samba on a Debian GNU/Linux box. I am trying to create a netlogon.bat file that will execute whenever a user logs in to the domain. However, I am getting a strange error message on the client workstations. The following is the netlogon.bat: echo Setting Current Time... net time \\xavier /set /yes echo Mapping Network Drives to Samba Server Xavier... net use Z:
2007 Sep 20
1
Interesting question on how ferret indexes work
I have a question about how Ferret handles intersection queries. Say I do an intersection search on two fields, so I do ''ruby author:(jared)'' (no quotes) Does Ferret do some kind of fancy index intersection to efficiently retrieve only items that meet both queries? Or does it just find all the ruby''s, then prune away everything that doesn''t match
2005 Oct 21
4
Validate uniqueness on two columns
I would like to validate the uniqueness of two columns together. I have last and first names as separate columns. What is the Rails Way to do this? Thanks, Jared Nuzzolillo _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2010 Jul 16
2
invalid factor level, NAs generated
I've seen a few threads about this, but none that seem to answer my problem I have a list of .txt files in a directory that I am reading into R and row binding together. I am using the following code to do so: # Directory where files are found my.txt.file.directory <- "C:/Jared/Data/Kenya/Wildebeest/Tracking_Data" names.of.txt.files <-
2001 Aug 08
3
AC-3 Decoding
Jared (jared@celab21.students.csee.uq.edu.au) wrote : > Saw an article today on /. which reports that Dolby are insisting the > NETBSD dudes remove the ac3dec package from their site. Someone suggested > that we need an open source solution. ac3dec is already open ( GPL ). > Could Vorbis in the Ogg framework be this solution, can we create a pretty > simple 5.1 stream? I
2017 May 17
3
Improving packets/sec and data rate - v1.0.24
Niklas - Thanks! Yeah, your Github issue was very useful for me to understand what is probably causing our issue (the syscall chain done on every UDP packet). Very interesting that you're able to see around 90% of a Gig line on bare metal. Were you ever able to make any further progress on adjusting Tinc based on the investigation in https://github.com/gsliepen/tinc/issues/110 ? Martin -
2012 Sep 27
2
Paetec SIP Trunk
Has anyone had experience using a SIP trunk provided by Paetec over MPLS? With or without FreePBX Regards, Jared Baxley -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120926/436ee928/attachment.htm>
2005 Mar 26
3
Asterisk with Winmodem
I've read that it is possible to setup * using a winmodem (linmodem). I was wondering if anyone on the list has setup * with a winmodem and if so how they did it. I have a pctel modem (pct789) I'd like to play with. Thanks for your help Jared
2004 Dec 03
4
Polycom 500, won't ring??
Hi, I have was testing some of the different ring types with my polycom 500, and the ALERT_INFO settings. Now when my phone receives a call it won't ring. All the other phones ring fine, and my phone wasn't the only one I rebooted with the changed sip.conf and impd.conf. I have reverted back to a standard sip.conf and impd.conf and I still can not get my phone to ring for any incoming