Displaying 20 results from an estimated 1000 matches similar to: "Asterisk console filtering and logging"
2003 Apr 07
2
Samba and charset convention with UTF8 to other ....
Hi All!
I have BSD box running 4.6.2-RELEASE ... I build and install samba-3.0alpha20 with key
--with-iconv. My smb.conf in global part have next strings:
dos charset = CP866
; unix charset = KOI8-U
display charset = CP866
I run utilitys testparm and see the next messages:
Conversion from UCS-2LE to CP866 not supported
Conversion from UCS-2LE to CP866 not supported
2001 Mar 02
3
Winelib problems
I'd like to know how to link console functions such as
WriteConsoleOutputA.
They are documented as implemented, and I can compile source code
including these function predefinitions, but I get undefined errors when
linking. I don't know which library to add to get objects linked.
Thanks in advance. Ignasi Villagrasa.
2019 Feb 19
2
Cambiar el formato de datos
Estimados miembros de la comunidad de R
Tengo el siguiente formato en un fichero csv que corresponde a datos de la
población para un conjunto de países y para un rango amplio de años.
Pais 1960 1961 1962 1963
Albania vvvvv vvvv
Algeria vvvvv vvvv
Me gustaría pasarlo a la siguiente forma
Pais Año Poblacion
Albania 1960 vvv
Albania 1961 vvvv
Albania
2012 Jul 10
2
[LLVMdev] question on table gen TIED_TO constraint
Yes, there is an easy way to fix this.
MRMSrcMem assumes register, memory, vvvv register if VEX_4VOp3 is true and assumes register, vvvv register, memory if VEX_4V is true.
I just need to change the flag from VEX_4VOp3 to VEX_4V. There are a few places where we assume only the 2nd operand can be tied-to:
Desc->getOperandConstraint(1, MCOI::TIED_TO) != -1 (hard-coded index 1)
I will fix those
2011 Dec 12
6
vvvv ole error 80131700
hi..
i am try tu run vvvv, a visual language programm, that run only for wind.. but when i run the vvvv. exe the software don t go for this error ole error 80131700. and in the terminal this error>
wine vvvv.exe* machine
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
err:ole:CoGetClassObject class {88d96a05-f192-11d4-a65f-0040963251e5} not registered
2019 Feb 19
2
Cambiar el formato de datos
> gather(pobla, key = year, value = totpop, year60:year63)
Country year totpop
1 Afghanistan year60 8996351
2 Albania year60 1608800
3 Algeria year60 11124888
4 Andorra year60 13411
Gracias Carlos
Antonio
On Tue, 19 Feb 2019 at 12:54, Carlos Ortega <cof en qualityexcellence.es>
wrote:
> Sí, tienes varias formas.
>
> Mira la función
2012 Jul 10
0
[LLVMdev] question on table gen TIED_TO constraint
I don't think changing to VEX_4VOp3 to VEX_4V is the right fix. I think the
fix is to increment CurOp twice at the start for these instructions so that
only the input operands are used for encoding.
Also, I just submitted a patch to revert the operand order for these
instructions in the assembler/disassembler. Destination register should
appear on the right and the mask should appear on the
2005 Dec 16
6
rake remote_exec on Windows
I am using the shovel deploy.rb from http://nubyonrails.com/pages/shovel
I have SwitchTower-ized my app, copied the shovel deploy.rb file and put
my settings in it.
But when I run "rake remote_exec ACTION=setup_lighty" from the local app
root it has no effect. It should prompt for a password for at least
throw an error? I just get returned to the DOS prompt.
If I do "rake
2004 Nov 09
4
[PATCH] [TRY2] Use nfmark as a key in u32 classifier
Hello!
This is the try number two.
What was changed:
- Added selectable choice in Kconfig file (thanks Jamal!)
- Don''t abuse tc_u32_sel to not break backward compatibility (thanks
Patrick!).
Stephen, do you have any comments on iproute2 part? I know it''s not
perfect but this is the best way, I think. "u32 match mark vvvv mmmm" it''s
intuitive but breaks a
2019 Feb 19
2
Cambiar el formato de datos
Después del "gather()" puedes hacer un "arrange()" que es una ordenación. Y
dentro de "arrange()" le indicas la variable por la que ordenas (no hacen
falta comillas)...
Lo ordenará alfabéticamente.
Saludos,
Carlos Ortega
www.qualityexcellence.es
El mar., 19 feb. 2019 a las 13:47, Antonio Rodriguez Andres (<
antoniorodriguezandres70 en gmail.com>) escribió:
2018 Mar 28
4
x86 instruction format which takes a single 64-bit immediate
I am attempting to create an instruction which takes a single 64-bit
immediate. This doesn't seem like a thing that would exist already (because
who needs an instruction which just takes an immediate?) How might I
implement this easily? Perhaps I could use a format which encodes a
register, which is then unused?
Thanks for the help.
Gus
-------------- next part --------------
An HTML
2007 Nov 19
2
How to write plugin
Hi,
Where can I find documentation for plugin writers? Now I see
mail-log-plugin source, but I can't understand how entry points
(functions mail-log-plugin-init and mail-log-plugin-deinit) are
defined to execute some actions on load/unload/copy messages.
Can anybody comments this?
2006 May 03
2
How to know the remote version of rsync daemon?
Hi all,
is possible to know what version is executed on one server?
Tnx
--
Ciao
Pirla
Per rispondere in E-mail the (punto) pirla (chiocciola) flashnet.it
*** un bacio ai pupi ***
---> Linux user since yesterday <---
---> Linux User #389536 <---
2013 Jul 02
2
binding/unbinding devices to vfio-pci
Alex,
I'm trying to think through how binding/unbinding of devices will
work with VFIO for platform devices and have a couple of questions
about how vfio-pci works.
When you bind a device to vfio-pci, e.g.:
# echo 1102 0002 > /sys/bus/pci/drivers/vfio-pci/new_id
...I understand that the echo into 'new_id' tells the
vfio pci driver that it now handles the specified PCI ID.
But
2013 Jul 02
2
binding/unbinding devices to vfio-pci
Alex,
I'm trying to think through how binding/unbinding of devices will
work with VFIO for platform devices and have a couple of questions
about how vfio-pci works.
When you bind a device to vfio-pci, e.g.:
# echo 1102 0002 > /sys/bus/pci/drivers/vfio-pci/new_id
...I understand that the echo into 'new_id' tells the
vfio pci driver that it now handles the specified PCI ID.
But
2013 Jul 02
2
binding/unbinding devices to vfio-pci
> -----Original Message-----
> From: Alex Williamson [mailto:alex.williamson at redhat.com]
> Sent: Tuesday, July 02, 2013 9:46 AM
> To: Yoder Stuart-B08248
> Cc: kvm at vger.kernel.org list; Alexander Graf; Bhushan Bharat-R65777; a.motakis at virtualopensystems.com;
> virtualization at lists.linux-foundation.org
> Subject: Re: binding/unbinding devices to vfio-pci
>
>
2013 Jul 02
2
binding/unbinding devices to vfio-pci
> -----Original Message-----
> From: Alex Williamson [mailto:alex.williamson at redhat.com]
> Sent: Tuesday, July 02, 2013 9:46 AM
> To: Yoder Stuart-B08248
> Cc: kvm at vger.kernel.org list; Alexander Graf; Bhushan Bharat-R65777; a.motakis at virtualopensystems.com;
> virtualization at lists.linux-foundation.org
> Subject: Re: binding/unbinding devices to vfio-pci
>
>
2007 Nov 26
4
Digium E1 and Digium TDM400P (2xFXO) Help!
Hello,
it is now 2am presently where i am and i have been at work since 8am
yesterday. I am not allowed to go home unless i get this system up and
running, else i shouldnt expect a job when i come back :s...
now that you have some background,
I am having no luck installing these two cards - i have already
confirmed they are on their own IRQ etc, and if i run genzaptelconf,
they are coming up
2017 Apr 10
3
error allocating core memory buffers (code 22) at util2.c(106) [sender=3.1.2]
Hi:
I'm in the middle of recoverying from a tactical error copying
around an Mac OS X 10.10.5 Time Machine backup (turns out Apple's
instructions aren't great...), and I had rsync running for the past 6
hours repairing permissions/acls on 1.5 TB of data (not copying the
data), and then it just died in the middle with:
.L....og.... 2015-03-11-094807/platinum-bar2/usr/local/mysql
2006 Jan 03
3
SwitchTower and Subversion branches
I''m working on a Rails project that needs to be deployed in the near
future. To enable prompt responses to bug reports, me and my coding
partner were thinking to use the following SVN repository
lay-out/policy.
We''re using trunk/ for our main-line development. Whenever we deploy
something from our trunk, we first want to make a branch (e.g.
branches/1.x) and then derive a tag