Displaying 20 results from an estimated 113 matches for "overcomplicates".
Did you mean:
overcomplicated
2006 Dec 18
3
Billing solution
Can anyone recommend a call accounting solution with rating for post
paid billing that works well with asterisk using the account code or
any other info from the CDR?
I don't want the billing software to any phone calls for me, therefore
any solution that modifies my extensions.conf is out, nor does it have
to allow for customers the ability to log in to check their
usage/balances.
I have
2011 Jun 27
6
hide sieve folder from imap clients
Hello,
What is the best way to hide sieve folders from IMAP clients?
old config
mail_home = /var/vmail/%d/%n
plugin {
sieve_dir = /var/vmail/%d/%n/.sieve/
sieve = /var/vmail/%d/%n/.dovecot.sieve
}
new config (hide sieve folder)
mail_home = /var/vmail/%d/%n
maildir_stat_dirs = yes
plugin {
sieve_dir = /var/vmail/%d/%n/sieve/
sieve = /var/vmail/%d/%n/.dovecot.sieve
}
Is there a better way
2012 Nov 14
2
Desperate for a decent icecast client for Ubuntu 12.04
Hi , I tried IDJC last night , but could not figure how to just stream the
line in.
It seems to be a great program but overcomplicated for someone who just
want to send his mic output
<----------------------------------------------------------------------------------------------------------->
web perso : http://memeteau.org
Boutique Ordinateurs GNU/Linux : http://shop.ekimia.fr
2019 Nov 27
3
moved DM config to new server : gids different etc
On 27/11/2019 10:12, Stefan G. Weichinger via samba wrote:
> (resend 2 ... blocked again)
>
> Am 27.11.19 um 11:02 schrieb Rowland penny via samba:
>
>>> I now have the name of the domain and the IPs of the DCs etc ... so I
>>> could theoretically start from scratch more or less and *maybe* switch
>>> to backend AD here.
>>>
>> Do you use the
2016 Apr 12
3
selinux getsebool request
On 04/12/2016 02:31 PM, James Hogarth wrote:
> For example:
>
> unless => "/usr/sbin/getsebool httpd_can_network_connect | /usr/bin/grep on
> &> /dev/null"
D'oh! That's what I get for overcomplicating the whole darn thing. :)
>
> Incidentally one nice trick if you're dealing with potentially changing
> multiple booleans and the policy compile
2012 Nov 14
2
Desperate for a decent icecast client for Ubuntu 12.04
Hi I finalement sent a simple sh + darkice.cfg that launch Darkice with
all the parameters .
Actually we understood a bit too late that OSS is not supported on 12.04
anymore and thus we add to give an alsa path to specify the sound card.
I plan on doing a simple web interface for Darkice, hasn't anyone tried
this already ?
thanks
2020 Feb 11
1
[PATCH 62/62] x86/sev-es: Add NMI state tracking
On Tue, Feb 11, 2020 at 5:53 AM Joerg Roedel <joro at 8bytes.org> wrote:
>
> From: Joerg Roedel <jroedel at suse.de>
>
> Keep NMI state in SEV-ES code so the kernel can re-enable NMIs for the
> vCPU when it reaches IRET.
This patch is overcomplicated IMO. Just do the magic incantation in C
from do_nmi or from here:
/*
* For ease of testing, unmask
2001 Oct 18
1
Bugzilla for portable OpenSSH
To make it easier for us to track bugs (and reduce the likelihood of
patches falling through the cracks), I have set up a bug tracking
system using the Mozilla projects Bugzilla software.
You can access Bugzilla at http://bugzilla.mindrot.org/
To do anything useful (esp. enter bugs) you will need to create an
account. Bugzilla is a little overcomplicated for a small project,
but it handles
2004 Oct 21
1
Samba / Cups and PDF'S
Hi All,
I'm not sure if this is a problem specific to samba, or to cups, or to
something else. I have a samba 3.0.7 server acting as a PDC, and print
server for my wonderfully overcomplicated home network setup. The
problem is when I send a PDF to the cups server to be printed, it only
prints the first page then the cups mgmt interface will say that the job
is completed. If it's a
2016 Jul 08
2
Dynamic selection of assembly mnemonic strings
Hi LLVM Dev,
I have an old problem that I've wanted to clean-up for some time. Our chip
has gone through a number of iterations in the past few years, but with each
revision there have been changes to some of the mnemonics for instructions.
These are mostly very simple, for example we had a 32-bit load from memory
instruction named 'LD32' in one version of the chip, but for a
2012 Nov 14
2
Desperate for a decent icecast client for Ubuntu 12.04
Jos?, Ices does live Mic input streaming ? isn't it dedicated to playlist ?
<----------------------------------------------------------------------------------------------------------->
web perso : http://memeteau.org
Boutique Ordinateurs GNU/Linux : http://shop.ekimia.fr
<xmpp%3Afreechelmi at jabber.fr>
2012/11/14 Jos? Luis Artuch <artuch at speedy.com.ar>
> **
2015 May 13
2
hardware sizing and configuration
Hello Andrey,
I am testing a small AD DC setup with 65 users and would like to know if
you've had stable experience with running DC and File Server on one
server. My test server is Dell Poweredge 2950 with SAS hard drives and 16
GB RAM. So far everything runs normally with no high load and similar I/O
on samba ports compared to the old standalone Samba 3 server I will be
replacing.
Thank
2014 Dec 30
1
asterisk-users Digest, Vol 125, Issue 33
Hi,
(please excuse me for lack of proper jargon usage and the vagueness of
description...)
i use Asterisk 11.12.1, (well... as included in FreePBX),
.
.
.
The softphones are mostly on machines without proper sound hardware (no
mics, no speakers/headsets); This is partly because the workforce is quite
conservative in what they want to use :) meaning handsets are important;
As the handsets have
2017 May 29
2
Proper way to start multiple icecast services through bash script?
Good afternoon,
On Mon, 2017-05-29 at 17:35 +0300, Yahav Shasha wrote:
> try this:
> /usr/bin/icecast -c /etc/icecast.xml -b > /dev/null 2>&1 &
> as for killing them, don't overcomplicate things, killall icecast -KILL
You should never kill process with SIGKILL if not really, really needed.
Using SIGKILL will not give them a chance to clean up. E.g. no flushing
of
2007 Oct 19
11
Patch idea for rspec_on_rails
I recently wrote a matcher for testing AR associations which allows
you to specify things like:
Foo.should have_many(:bars).through(:bazes)
I''m pretty darned proud of it and a couple of people have suggested
that I should submit it to the rspec_on_rails project. Before I go to
the trouble of writing out rdoc and fully spec''ing it, I just wanted
to make sure this was
2019 Nov 27
2
moved DM config to new server : gids different etc
On 27/11/2019 09:52, Stefan G. Weichinger via samba wrote:
> Am 26.11.19 um 18:06 schrieb Stefan G. Weichinger via samba:
>> Am 26.11.19 um 17:19 schrieb L.P.H. van Belle:
>>> Hai Stefan,
>>>
>>> Remove the netbios alias and then put that as CNAME in the DNS
>>> Verify if the server its PTR is set also.
>>>
>>> And yeah, your totaly
2016 Jul 08
2
Dynamic selection of assembly mnemonic strings
Thanks for the quick answer Bruce.
So far as I can tell (from a quick read), this is really for integrated assemblers/disassemblers - but we use an external assembler. When invoking clang we would provide ‘-mcpu=chip_v1’ or ‘-mcpu=chip_v2’, and the mnemonic ‘LD32’ is only valid when compiling for ‘chip_v1’, while ‘LD.32’ is only valid when compiling for ‘chip_v2’. But I will study the
2019 Jan 05
3
[RFC] Adding a -memeq-lib-function flag to allow the user to specify a memeq function.
If we are considering an optimization to convert calls to memcmp into bcmp,
then does it make sense to add an intrinsic for bcmp like there is for
memcmp? That way IR writers can express their requirements precisely:
memcmp if you care about the direction of inequality, and bcmp if you do
not.
On Fri, Jan 4, 2019 at 12:34 PM James Y Knight via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
2012 Nov 14
2
Desperate for a decent icecast client for Ubuntu 12.04
Thanks, did anyone made a kind of GUI for ices ?
<----------------------------------------------------------------------------------------------------------->
web perso : http://memeteau.org
Boutique Ordinateurs GNU/Linux : http://shop.ekimia.fr
<xmpp%3Afreechelmi at jabber.fr>
2012/11/14 Jos? Luis Artuch <artuch at speedy.com.ar>
> **
> Michel, with
2005 Aug 29
9
can a class find out it''s instance name?
Hi friends - a javascript question....
Does the prototype object add some way for a class to find out the
variable name of its instance variable?
Or does javascript have some built in way to do this?
This is confusing to describe - but if I define a variable as some
object:
var myVariable= new Widget(''fdfa'');
can some built-in method inside the Widget class be