Displaying 20 results from an estimated 500 matches similar to: "How to add these headers to a xml response"
2013 Aug 19
1
samba-tool classicupgrade throws uncaught exception
I have a new server running CentOS 6.4 x64, which will serve as our new
Samba4 server. It is set up in a test environment, and I've copied over the
tdb files and the smb.conf file from our samba3 server (Same OS and
version).
I'm trying to do an in-place upgrade on the copied files, but keep hitting
an assert / uncaught exception during the upgrade:
# /usr/local/samba/bin/samba-tool
2009 Jan 31
4
GPLPV Network Driver causing VM crash
I''m running Xen 3.3.0 with AMD Opteron 2350s. Windows 2003 32bit
SP2+patches.
When I bring a Windows VM up with the GPLPV drivers, it runs until I try
to do anything with the network and then it crashes. Trying to web
browse will lock the VM up, RDPing to it will lock the VM up. I''ve
tried 0.9.11 and 0.9.12pre13, both with the same results. I''ve removed
the
2009 Apr 29
1
Different behaviour on ActiveResorce with JSON or XML
I''m doing a request from a Rails app to another Rails app with
ActiveResource.
When the format on ActiveResource is XML:
Content.find(:all)[0,2].map(&:attributes)
=> [
{"updated_at"=>Mon Apr 27 15:04:32 UTC 2009,
"url"=>"www.google.com", "id"=>1, "created_at"=>Mon Apr 27 15:04:32
UTC 2009},
2007 Jul 31
1
anyway to exclude logging for a given IP address?
Hi, im not sure if this is a mongrel or rails question, so im sorry
if I got the wrong list.
Is there anyway to turn off logging (in production.log) if a request
comes from a given IP address. I use monit to watch everything, and I
get tons of this in my log file:
Processing AccountController#login (for 127.0.0.1 at 2007-07-31
14:06:28) [GET]
Session ID: XXXXXXXXXXXXXXXXXX
2011 Sep 11
2
No MySQL password in ps aux!
I just noticed that some CentOS 4 or 5 machine that I don't admin but
have root access to hides MySQL passwords from ps:
Console 1:
$ mysql -u root -pSECRET
mysql >
Console2:
# ps aux
root 32165 0.0 0.1 109408 2204 pts/1 Ss+ 11:19 0:00 mysql
-u root -px xxxxxxxxxxxxxxxxxx
That is really nice, is it a MySQL feature or a CentOS feature? I have
some other servers that I _do_
2008 Feb 03
2
(Small) problem with barchart
Hi,
I have a small problem when using barchart. I have the following data:
letters a
6 f 18
1 a 15
10 j 12
9 i 12
4 d 9
5 e 6
The data is from a survey and summaries the alternatives selected in one
question. The idea is to have a bar chart illustrating the count of
each selection in descending order. The data frame is already ordered
in
2013 Apr 18
1
vectors with equal values
Hi,
Try:
?vec1<-c(1,1,1,1,1,1,1,1,1)
if(all(vec1==1)) "xxxxxxxxx" else? "yyyyyyyyyyy"
#[1] "xxxxxxxxx"
?vec2<-c(rep(1,4),2)
?if(all(vec2==1)) "xxxxxxxxx" else? "yyyyyyyyyyy"
#[1] "yyyyyyyyyyy"
#or
if(length(unique(vec1))==1) "xxxxxxxxx" else? "yyyyyyyyyyy"
#[1] "xxxxxxxxx"
? if(length(unique(vec2))==1)
2015 Jul 13
2
Wrapper script for shutdown, passwd, etc. commands
Hello all. Thank you for reading.
I'm hoping someone can point me in the right direction here. I am looking
to implement a wrapper script/utility that will prompt for a ticket number
before running certain commands. I've used similar scripts in the past on
systems that I didn't have admin access.
The wrapper would do something like this:
[root at vm-helios-019] shutdown -h now
2008 Nov 22
5
Infinte loop in RtlPrefetchMemoryNonTemporal under Windows
I have been trying to track down a problem that occurs when my GPLPV
drivers give Windows a packet with the NdisPacketTcpChecksumSucceeded
flag set. The problem is that the machine locks hard.
After some tedious work with the debugger, I have found that Windows
makes a call to a routine called RtlPrefetchMemoryNonTemporal, which
looks like this:
8088e579 mov eax,dword ptr
2019 Jun 06
3
Last Login Plugin Help
Hi,
I'm configuring Last_Login plugin whith Mysql back end and all works fine.
I just wonder to track besides time_stamp, user and domain, the remote
IP and proto (imap or pop3)
I tried in dovecot.conf:
plugin {
...
...
??? # Track last login time on imap and pop3
??? last_login_dict = proxy::lastlogin
??? last_login_key = last-login/%u/%d/%r
}
dict {
...
??? lastlogin =
2013 Nov 22
1
Descargar tweets con package twitteR
Hola a tod@s!
Estoy dando mis primeros pasos con R, y mi objetivo es conseguir descargar tweets de cuentas concretas de twitter. Encontre documentación sobre el package twitteR, y he intentado aplicarlo, pero siempre tengo problemas a la hora de conseguir la autentificación con OAuth.
Este es el código que estoy utilizando:
options( RCurlOptions = list(verbose = TRUE, proxy =
2019 Dec 27
7
Issue running Dovecot in Docker Container
The conf.d files are not included. I have added !include conf.d/*.conf to
director.conf and reloaded the dovecot and director services.
conf.d/10-logging also has the following lines:
log_path = /dovecot.log
info_log_path = $log_path
debug_log_path = $log_path
The /dovecot.log file still shows empty. Nothing is being logged to that
file.
Thanks & Regards,
Naveen
On Thu, Dec 26, 2019 at
2019 Dec 30
1
Issue running Dovecot in Docker Container
Hi, I can see those values correctly with the doveconf -nc command. Here is
the part of output:
bash-4.2# doveconf -nc /etc/dovecot/director.conf
# 2.2.36 (1f10bfa63): /etc/dovecot/director.conf
# OS: Linux 4.1.12-112.14.11.el7uek.x86_64 x86_64 Red Hat Enterprise Linux
Server release 7.7 (Maipo)
# Hostname: 69b492645b56
auth_debug = yes
auth_default_realm = xxxxxxxxxxxxxxxx
auth_verbose = yes
2003 Jan 06
1
0.99.6rc1 released
Again rc, just in case I broke something. Or maybe I should just start
creating nightly CVS snapshots. Anyway, fixes the few bugs people have
reported lately:
- Mails with nested MIME parts might have caused incorrect BODY and
BODYSTRUCTURE fetches and sometimes might have crashed dovecot
(assert at imap-bodystructure.c). If client had already successfully
done the BODY fetching a
2002 Jul 22
2
rsync: --delete fails with multiple source directories
Hello,
Rsync 2.5.5 is producing this error message and a core file when executing the
command "/usr/local/bin/rsync -av --delete --force /net/OSCM/OS_ATLAS2/CONFIG/.
/net/OSCM/OS_TITAN1/2.6/CONFIG/. /OS/2.6/CONFIG"
building file list ... done
rsync: connection unexpectedly closed (8 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(150)
The
2003 Nov 03
1
Asterisk compliance with RFC 2617 (qop, nc and cnonce) - in relation to sipcall.co.uk
Hi All,
I am attempting to setup Asterisk with sipcall.co.uk. They use Intertex
kit to provide the SIP service. Unfortunately Asterisk cannot seem to
authenticate against Intertex. Having provided SIP debug info the
provider has informed me that Asterisk does not appear to support 'qop',
'nc' and 'cnonce' which are used to stop replay attacks.
So, does Asterisk support
2008 Jul 24
5
How to delete duplicate cases?
Dear R users,
I have a dataframe with lot of duplicate cases and I want to delete duplicate ones which have low rank and keep that case which has highest rank.
e.g
> df1
cno rank
1 1342 0.23
2 1342 0.14
3 1342 0.56
4 2568 0.15
5 2568 0.89
so I want to keep 3rd and 5th cases with highest rank (0.56 & 0.89) and delete rest of the duplicate cases.
Could
2006 Nov 02
6
certificate not trusted
Hello,
I try to install puppet on freebsd 6.X. All is well but i cannot get
the certificte to install and be recognized. I run .19.3.
I run the puppetd --test --waitforcert 60
then sign
and then i got:
err: No certificate; running with reduced functionality.
info: Creating a new SSL key at
/usr/local/.aqadmin/puppet/conf/ssl/private_keys/xxxxxxxxxxxxxx.pem
info: Creating a new certificate
2017 Sep 01
5
Asterisk bugs make a right mess of RTP
http:/www.theregister.co.uk/2017/09/01/asterisk_admin_patch/
--
Dave Topping
e: info at dntopping.uk
t: 03445 888 888
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20170901/ae060564/attachment.html>
2006 Aug 28
1
DIGEST-MD5 doesn't work
Hi,
my dovecot installation works since months and clients authenticate
using CRAM-MD5. But today I got the first chance to test an client that
supports DIGEST-MD5 - and it doesn't work. Because of lack of other
supporting clients and servers I'm now at the point I don't know which
side is to blame.
The error I get after the client answers the servers challenge is "-ERR