Displaying 20 results from an estimated 36001 matches for "activator".
Did you mean:
activation
2020 Oct 27
2
Expert to work on load issue
Hi,
Sorry in advance that I am emailing the users list and not the biz list I
think I will find my target audience here. We are looking to hire a
consultant to help us figure out an issue. We are having what seems are
"random load" issues with bare metal boxes that are dedicated to Asterisk
and a few Perl AGI's. We went after all the usual suspects (CPU IDLE,
memory usage etc.). I
2020 Oct 27
2
Expert to work on load issue
Jon,
We are only using FastAgi. On the second system (running Asterisk 16) there
are no agi's running (just some bash scripts on call hangup). I did add
some hackey code (netstat -nua | grep -v 'udp 0 0' | grep -v
udp6 | grep -v ' 0 0.0.0.0' | grep udp) to my bash script to check out the
packet queue (with the help of
2023 Feb 20
1
Restored mail folders conflict with renamed original ones
Hello,
We are running Dovecot 2.3.18 (together with Postfix) on CentOS 7. It
uses a Maildir structure.
We have a user who has organized his mailbox as shows up at the end of
this mail. The user had forgotten that he had renamed his "Grants Active
\ European" (.Grants Active.European) folder to "Grants Active \
International" (.Grants Active.International), he thought that
2020 Oct 29
0
Expert to work on load issue
Anyone have any other ideas?
On Tue, Oct 27, 2020 at 1:27 PM Dovid Bender <dovid at telecurve.com> wrote:
> Jon,
>
> We are only using FastAgi. On the second system (running Asterisk 16)
> there are no agi's running (just some bash scripts on call hangup). I did
> add some hackey code (netstat -nua | grep -v 'udp 0 0' | grep
> -v udp6 | grep -v
2023 Feb 22
1
Restored mail folders conflict with renamed original ones
On 22/2/2023 2:30 ?.?., Aki Tuomi wrote:
> Can you please try
>
> doveadm exec imap -u username_of_the_user
> 1 LIST "" "*"
>
> and see if it is there?
Here is the output:
# doveadm exec imap -u userx
* PREAUTH [CAPABILITY IMAP4rev1 SASL-IR LOGIN-REFERRALS ID ENABLE IDLE
SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT
MULTIAPPEND
2012 Apr 14
7
undefined method `model_name' for NilClass:Class
Hi guys,
I just started using Ruby on Rails. After implementing the RoR blog
tutorial I started with my own data model.
Sadly I am not able to get my create page running.
Model:
class Activity < ActiveRecord::Base
validates :activity, :presence => true
validates :forKids, :presence => true
validates :start_date, :presence => true
end
Controller:
class ActivitiesController <
2010 Apr 08
1
ZFS monitoring - best practices?
We''re starting to grow our ZFS environment and really need to start
standardizing our monitoring procedures.
OS tools are great for spot troubleshooting and sar can be used for
some trending, but we''d really like to tie this into an SNMP based
system that can generate graphs for us (via RRD or other).
Whether or not we do this via our standard enterprise monitoring tool
or
2010 Sep 17
1
multipath troubleshoot
Hi,
My storage admin just assigned a Lun (fibre) to my server. Then re scanned using
echo "1" > /sys/class/fc_host/host5/issue_lip
echo "1" > /sys/class/fc_host/host6/issue_lip
I can see the scsi device using dmesg
But mpath device are not created for this LUN
Pleas see below. The last 4 should be active and I think this is the problem
Kernel:
2007 Jul 29
6
Isolating rails model specs from their implementation
I''m currently taking a Rails project management app I built when
learning Rails and adding specs to it. During the course of building
the app the requirement that project should be archiveable was added.
So a project is in one of two states active or archived.
This led to the creation of the following methods:
Project.active_projects
Project.archived_projects
@project.active?
2023 Feb 23
1
Restored mail folders conflict with renamed original ones
On 22/2/2023 2:56 ?.?., Nikolaos Milas wrote:
> On 22/2/2023 2:30 ?.?., Aki Tuomi wrote:
>> Can you please try
>>
>> doveadm exec imap -u username_of_the_user
>> 1 LIST "" "*"
>>
>> and see if it is there?
>
> Here is the output:
>
> # doveadm exec imap -u userx
> * PREAUTH [CAPABILITY IMAP4rev1 SASL-IR LOGIN-REFERRALS ID
2003 Nov 09
1
vertical service codes (US standard)
Source:
http://www.nanpa.com/number_resource_info/vsc_assignments.html
See also:
http://bugs.digium.com/bug_view_page.php?bug_id=0000071
Some (which?) of the codes below are hardcoded into Zap channels only.
Is there a European equivalent for this (or ITU / IETF)?
Greetings, Philipp
VERTICAL SERVICE CODES (US Standard)
ASSIGNMENTS
*00 - Inward Voice Activated Services (English)
*01 -
2007 May 30
2
control axis
I have an outlier that I would still like to display, but would prefer to
shorten the axis. For example, display 0% - 40%, and 90% - 100%. Is this
possible? I am using an xyplot.
Thanks
Murray
--
Murray Pung
Statistician, Datapharm Australia Pty Ltd
0404 273 283
[[alternative HTML version deleted]]
2006 Jul 06
1
Multiple Keys in a Database Table
I''ve read previous posts to the list stating how Rails lacks multiple key
support for database tables, and how support is not planned. I''m OK with
that, but I''m wondering if there''s an elegant way to do what I need, for my
in-house customer relationship management tool:
I have an ACTIVITIES table. That table is a collection of individual, unique
activities
2007 May 22
3
can I use acts_as_list with a has_many :through association
I''d like to be able to use a has_many :through association and treat
the associations as a list but I''m getting this error when I try an
use an acts_as_list method:
NoMethodError: undefined method `move_to_bottom''
I''m using edge rails r6786.
Here are my domain rules:
Activities are things students can do.
Units consists of a sequenced list of
2009 May 08
1
domU corrupt after server crash, help needed trying to recover domU LVM
Hi all,
One of our Dell servers has failed badly, and one of the domU's has been
corrupted in the process. It boots up to a point and then gives me a kernel
panic:
Loading dm-zero.ko module
Loading dm-snapshot.ko module
Scanning and configuring dmraid supported devices
Scanning logical volumes
Reading all physical volumes. This may take a while...
No volume groups found
Activating
2016 Mar 19
1
[PATCH] tests/qemu: Add program for tracing and analyzing boot times.
---
.gitignore | 1 +
tests/qemu/Makefile.am | 22 +-
tests/qemu/boot-analysis.c | 1098 ++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 1118 insertions(+), 3 deletions(-)
create mode 100644 tests/qemu/boot-analysis.c
diff --git a/.gitignore b/.gitignore
index 1493011..9306a19 100644
--- a/.gitignore
+++ b/.gitignore
@@ -510,6 +510,7 @@ Makefile.in
2016 Jan 27
6
HA firewall with tinc
I have 2 firewall in HA with keepalived. Can I use active the same tinc configuration on 2 firewalls ? using tun Interface with same ip on all 2 nodes is a problem ? tun device advertise itself on the network having an IP/MAC pairs (ARP) or the IP is only used by the system internally for routing so using the same configuration is right ? so one firewall be active, the other is passive. With this
2000 Mar 07
1
samba, win98, and browse list problem.
Hello,
Here's a repost on my message of a few days ago, for reasons that I'm
not sure if it went through. If it did, my apologies, all suggestions
welcome.
I'm having an identical problem on slackware linux 7.0 and freebsd
3.4-release and windows 98-2, with sp1, and samba 2.05 and 2.06,
depending on which system I've got up. Whenever I restart samba for
whatever reason, making a
2010 Jul 11
1
is it safe to resize root, on an LVM system, online?
Hi,
One of our servers has a too small root partition on LVM and needs to
be resized. Can / be safely increased online, without a reboot?
[root at zaxen02 ~]# lvscan
ACTIVE '/dev/LVM01/root' [4.00 GB] inherit
ACTIVE '/dev/LVM01/home' [20.00 GB] inherit
ACTIVE '/dev/LVM01/var' [4.00 GB] inherit
ACTIVE
2016 Mar 23
7
[PATCH v4 0/6] tests/qemu: Add program for tracing and analyzing boot times.
v4:
- Lots more analysis of the /init script and other parts.
- Display a list of the longest to shortest activities.
- Rebase on top of current head.
Rich.