search for: mitch

Displaying 20 results from an estimated 244 matches for "mitch".

Did you mean: match
2010 Aug 17
1
how to get plugins to load
...ing in my environments.rb file config.plugins = [ :all, :exception_notification, :ssl_requirement] but I get the following errors: in `ensure_all_registered_plugins_are_loaded!'': Could not locate the following plugins: exception_notification and ssl_requirement (LoadError) from /Users/mitch/.gem/ruby/1.8/gems/rails-2.3.2/lib/rails/plugin/loader.rb:44:in `load_plugins'' from /Users/mitch/.gem/ruby/1.8/gems/rails-2.3.2/lib/initializer.rb:348:in `load_plugins'' from /Users/mitch/.gem/ruby/1.8/gems/rails-2.3.2/lib/initializer.rb:163:in `process'' from /Users/...
2004 Aug 24
7
Question about ip_forward in clear_firewall
...RPMs linked from the sourceforge site, and I see the same line in the RPMs for 2.0.1, 2.0.8 and 2.1.6 I''m running this on my laptop, with multiple interfaces, and really desire shorewall to respect the "IP_FORWARDING=Keep" configured in shorewall.conf. Thanks for any help, Mitch -- Mitch Silverstein Cell: 717-877-2115 mitch.silverstein@perfectorder.com Office: 717-796-1936 Perfect Order, Inc. Fax: 717-796-9759 http://www.perfectorder.com
2012 Jan 25
3
[PATCH] Btrfs: Check for NULL page in extent_range_uptodate
...(i = start_i; i < num_pages; i++) { page = extent_buffer_page(eb, i); wait_on_page_locked(page); if (!PageUptodate(page)) ret = -EIO; } This patch leaves the issue with the locked page yet to be resolved. Signed-off-by: Mitch Harder <mitch.harder@sabayonlinux.org> --- fs/btrfs/extent_io.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c index 9d09a4f..fcf77e1 100644 --- a/fs/btrfs/extent_io.c +++ b/fs/btrfs/extent_io.c @@ -3909,6 +3909,8 @@ int...
2012 Oct 25
6
How to tie orders taken to specific CDR records
...til the call ends, when the orders have already been placed. (Even if the CDR was written earlier, could I retrieve the generated PK from it in the dialplan somehow?) Is there some combination of fields in the CDR that might uniquely identify a specific call? Open to any and all ideas. -- Mitch
2019 Feb 06
2
Freepbx / Asterisk PJsip multipe devices
that was my first idea. and how should an other user know which number he should dial? user a: soft phone extension 100 hardware phone extension 101 On 06.02.19 15:25, Mitch Claborn wrote: > You can do this in the dial plan. Register the devices separately and > include both addresses in the Dial() command. > > > Mitch > > On 2/6/19 8:16 AM, basti wrote: >> In other words. >> >> I there a way that both phones are ring with only...
2005 Jan 07
2
Shorewall & IPSec gateway
...er, I have great flexibility in processing and regulating traffic. Thanks, Tom, for all your hard work making Shorewall and it''s documentation so great, and to all the list members whose postings that I''ve read to gain enough knowledge to complete this project. Sincere regards, Mitch Martin IS Technician City of Monroe, NC
2005 Feb 23
1
FreeBSD 4.8 / Samba 3.0.11 - more signal 11's than before... (3.0.8)
The error message is the usual panic error - 3.0.11 and FreeBSD 4.8. Samba 3.0.8 ran fine with the same config (admittedly there were a few roaming profile sync related crashes, which is why I was upgrading). Now however I can't even connect - it crashes immediately, respawns and crashes again. My Samba server is a domain member of a Win2003 domain controller used for roaming profile
2018 Dec 04
2
DAHDI fax detection
...switchtype = national signalling = pri_cpe faxdetect=incoming faxdetect_timeout=0 faxbuffers => 12,half channel => 1-23 ; Span 2: WCTE2/0/2 "WCTE23X (PCI) Card 0 Span 2" ESF/B8ZS RED group=10,12 context=from-pstn switchtype = national signalling = pri_cpe channel => 25-47 -- Mitch
2010 Aug 13
6
Equality of Vectors
...c(1,2,3) == c(1,2,3) produces TRUE TRUE TRUE where I would like it to produce only TRUE for use in an if statement. Likewise, when two vectors are not exactly identical (in all elements) I would like a single FALSE result, as opposed to c(1,2,3) == c(1,2,5) TRUE TRUE FALSE Any ideas? Thanks, Mitch
2013 Feb 07
8
[RFC] Btrfs: Allow the compressed extent size limit to be modified v2
...fragmentation of the extents (although the extents themselves may still be located contiguously). This limit is put in place to ease the RAM required when spreading compression across several CPUs, and to make sure the amount of IO required to do a random read is reasonably small. Signed-off-by: Mitch Harder <mitch.harder@sabayonlinux.org> --- Changelog v1 -> v2: - Use more self-documenting variable name: compressed_extent_size -> max_compressed_extent_kb - Use #define BTRFS_DEFAULT_MAX_COMPR_EXTENTS instead of raw 128. - Fix min calculation for nr_pages. - Comment cleanup. - Use m...
2018 Dec 04
2
asterisk is not seeing my queues in database
...018-12-04T16:29:27.254902Z 229 Execute SELECT * FROM queues WHERE name = 'cou0002-test' 2018-12-04T16:29:27.255606Z 229 Close stmt I also ran the query (SELECT * FROM queues WHERE name = 'cou0002-test') on the db and I do get a result. On Tue, Dec 4, 2018 at 9:08 AM Mitch Claborn <mitch_ml at claborn.net> wrote: > Maybe try capturing the queries that are executed on the mysql server? > That might point you in the right direction. > > -- show the log file name > SHOW VARIABLES LIKE 'general_log%'; > -- turn logging on and off > SET...
2006 Feb 28
2
database tables
...ding a front end to a database that has already been created. All the database tables have the naming convention of lclclcClclclc. For example; tblComputerNames. How do i get around this in rails since it likes lower case table names to keep with its naming conventions for classes and objects? Mitch Mitch Raful MCSE, CCNP Network Engineer MCCS Quantico 3044 Catlin Avenue Quantico, VA 22134 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060228/24ddd0a4/attachment.html
2004 Nov 24
3
dovecot only answers to imap connections
Hey list, Finally got up and running, and now am trying to figure out why dovecot would only accept imap connections - I have people that are happy with pop, but they can only authenticate when they use imap. Is there a conf setting for this somewhere that I am missing? -- Mitch
2004 Dec 16
6
[OT] New (old) Firewall at shorewall.net
I''ve rebuilt my old P-II/233 with Debian Sarge and it is now serving as my main firewall. It is running a home-built 2.6.9 kernel with the ipsec-netfilter and policy match patches. -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net PGP Public Key \
2013 May 27
2
RED on DAHDI channel
...here is nothing plugged into those ports. 53 and 54 are the active lines. I restarted dahdi (/etc/init.d/dahdi stop then start) and it started working again, and the RED on 53 was gone. Is there something else I can do to try and figure out what is going on, and maybe how to prevent it? -- Mitch -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130527/f4e666de/attachment.htm>
2020 Jul 15
2
[MTE] Tagging Globals
Thanks for the update, Phillips. Yes, please add me, Stephen and Ana (CCed) to Phabricator reviews. Zhaoshi From: Mitch Phillips <mitchp at google.com> Sent: Tuesday, July 14, 2020 19:10 To: Zhaoshi Zheng <zhaoshiz at quicinc.com> Cc: llvm-dev at lists.llvm.org; Stephen Long <steplong at quicinc.com> Subject: [EXT] Re: [llvm-dev] [MTE] Tagging Globals Hi Zhaoshi, Currently there's no global t...
2006 Oct 19
2
/dev/zap/channel ownership
...ission denied So ... I changed ownership on /dev/zap/* to asterisk.asterisk and now everything seems to be running fine. My question is ... how would the ownership on these devices have changed? (I've not yet rebooted, but I'm suspicious that they'll revert back to root.root). -- Mitch
2020 Jul 15
2
[MTE] Tagging Globals
Not at this stage -- no. On Wed, Jul 15, 2020 at 3:23 PM Zhaoshi Zheng <zhaoshiz at quicinc.com> wrote: > Mitch, > > > > I forgot to ask: do you have any timeline on sharing it through > Phabricator? > > > > Thanks, > > Zhaoshi > > > > *From:* llvm-dev <llvm-dev-bounces at lists.llvm.org> *On Behalf Of *Zhaoshi > Zheng via llvm-dev > *Sent:* Tuesday, J...
2010 Jun 22
5
Displaying Iteration Count
...could check periodically and see which iteration the loop is on. A line of code that told R to print the iteration number every 100 or 200 iterations would be perfect. Does anyone know something like this? I've never known how to print anything within a for loop before the loop ends. Thanks, Mitch
2011 Oct 31
3
NSS ldap problems
...related packaged installed on the 6.0 box: [root at vburntest02 ~]# rpm -qa | grep ldap openldap-2.4.19-15.el6_0.2.x86_64 pam_ldap-185-5.el6.x86_64 nss-pam-ldapd-0.7.5-3.el6.x86_64 openldap-clients-2.4.19-15.el6_0.2.x86_64 apr-util-ldap-1.3.9-3.el6.x86_64 Any idea what to check next? Thanks, -- Mitch