Displaying 20 results from an estimated 171 matches for "messageid".
Did you mean:
messaged
2004 Oct 17
0
Plans for eventlog and service - feedback wanted
...does).
Then, in win32-service we could automatically send stdout, stderr and
warnings to the RubyMsg log. Presumably, we could just check for the keys
existence. Otherwise, we could just instruct folks that they should
redirect stdout, etc, on their own.
Here is the .mc file I had in mind:
MessageId=0x1
SymbolicName=CATEGORY_ERROR
Language=English
Error
.
MessageId=0x2
SymbolicName=CATEGORY_WARNING
Language=English
Warning
.
MessageId=0x3
SymbolicName=CATEGORY_OUTPUT
Language=English
Output
.
MessageId=0x4
SymbolicName=RUBY_ERROR
Language=English
Ruby error: %1
.
MessageId=0x5
SymbolicName...
2010 Jul 22
3
cdrommon issue
Hi all,
Sometimes the process cdrommon use 99,8% of CPU and the result is that all
vms becames very slow.
I killed the process and now everything is fine but I can''t live migrate
VMS.
I found this problem also in this citrix thread:
http://forums.citrix.com/thread.jspa?messageID=1475962
<http://forums.citrix.com/thread.jspa?messageID=1475962&tstart=0#1475962>
&tstart=0#1475962
My XCP version is still 0.1.1
Any solution?
Regards,
Francesco Gallo
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensour...
2013 Oct 11
1
Optimisation opportunity for IMAP searches
...hments into a remote shell environment. When using Kerberos, the credentials and a strong hint of one's mail address are already present anyway, DNS SRV does the rest. If you want to see the early code, I'll be happy to share it here.
The three formats of the URIs in RFC 2392 are:
* mid:messageid
* cid:contentid
* mid:messageid/contentid
Searching for a mid: with only a Message-ID part is quick and probably indexed,
(HEADER Message-ID <messageid>)
Searching for a cid: meant ploughing through body text to get to the attachments, so it was a slow and costly and needed checking of...
2006 May 21
6
Possible problems with EventLog#write
...from a remote computer. You may be
able to use the /AUXSOURCE= flag to retrieve this description; see Help
and Support for details. The following information is part of the event:
test.
Anyway, here''s the .mc file (which I took from the tutorial.txt file)
and the test file:
; foo.mc
MessageId=0x1
SymbolicName=CATEGORY_ERROR
Language=English
error
.
MessageId=0x2
SymbolicName=CATEGORY_WARNING
Language=English
warning
.
MessageId=0x3
Severity=Error
SymbolicName=FOO_ERROR
Language=English
Error: %1
.
# add.rb
dll_file = Dir.pwd + ''/foo.dll''
EventLog.add_event_source(...
2009 Apr 15
6
Supermicro AOC-SASLP-MV8
Bouncing a thread from the device drivers list:
http://opensolaris.org/jive/thread.jspa?messageID=357176
Does anybody know if OpenSolaris will support this new Supermicro card,
based on the Marvell 88SE6480 chipset? It''s a true PCI Express 8 port JBOD
SAS/SATA controller with pricing apparently around $125.
If it works with OpenSolaris it sounds pretty much perfect.
-------------...
2009 Mar 10
0
W2K8 online migration delays guest execution 45-50 seconds
...migrated to the other side. I''m wondering if
anyone in this list is using XenEnterprise and has tried W2k8
migrations.
Thanks in advance.
W2K8 online migration delays guest execution 45-50 seconds
Posted: Mar 9, 2009 8:09 PM
<http://forums.citrix.com/edit!default.jspa?messageID=1368205>
Edit <http://forums.citrix.com/edit!default.jspa?messageID=1368205>
<http://forums.citrix.com/post!reply.jspa?messageID=1368205>
Reply <http://forums.citrix.com/post!reply.jspa?messageID=1368205>
I have installed XenEnterprise 5.0.0 with HF1 and I have a...
2006 Dec 09
1
manipulate headers?
...s a working Perl script that I want to be able to do in Ruby:
use WWW::Mechanize;
my $url = "http://host/tt?name=chris";
my $mech = WWW::Mechanize->new();
$mech->add_header( Referer => "http://chrismcmahonsblog.blogspot.com" );
$mech->add_header( Cookie => "messageid=170118; memberid=1007");
$mech->get($url)
so the header values for Referer and Cookie are passed with the HTTP GET.
There seems to be an add_field method in mechanize.rb:
request.add_field(''Referer'', cur_page.uri.to_s)
and rdoc (http://mechanize.rubyforge.org/) indicat...
2012 Apr 20
0
Issue with savon and ssl headers
...ut i just can''t write the attributes of some nodes.
Here is the code I wrote
soap.header = { "To" => "URL",
"Action" => "action",
"ReplyTo" => {"Address" => "URL"},
"MessageId" => "uuid,
"wsse:Security" => {"wsu:Timestamp" => {"wsu:Created" =>
"Time", "wsu:Expires" => "Time"}},
:attributes! => {"ReplyTo" => { "xmlns"=> "namespace&...
2014 Mar 08
1
Remove Centos from AWS marketplace
https://forums.aws.amazon.com/thread.jspa?messageID=481859񵩃
https://forums.aws.amazon.com/thread.jspa?messageID=453572񮯄
This is a timebomb waiting to strike so many people who like do daily snapshot backups and keep them for few weeks and not realizing their snapshots are useless if they had accidentally mess up some boot rela...
2023 Oct 18
0
asterisk release 18.20.0
...ail: add CLI commands for message manipulation
The following CLI commands have been added to app_voicemail
voicemail show mailbox <mailbox> <context>
Show contents of mailbox <mailbox>@<context>
voicemail remove <mailbox> <context> <from_folder> <messageid>
Remove message <messageid> from <from_folder> in mailbox <mailbox>@<context>
voicemail move <mailbox> <context> <from_folder> <messageid> <to_folder>
Move message <messageid> in mailbox <mailbox>&<context> from &l...
2023 Oct 18
0
asterisk release 20.5.0
...ail: add CLI commands for message manipulation
The following CLI commands have been added to app_voicemail
voicemail show mailbox <mailbox> <context>
Show contents of mailbox <mailbox>@<context>
voicemail remove <mailbox> <context> <from_folder> <messageid>
Remove message <messageid> from <from_folder> in mailbox <mailbox>@<context>
voicemail move <mailbox> <context> <from_folder> <messageid> <to_folder>
Move message <messageid> in mailbox <mailbox>&<context> from &l...
2023 Oct 18
0
asterisk release 18.20.0
...ail: add CLI commands for message manipulation
The following CLI commands have been added to app_voicemail
voicemail show mailbox <mailbox> <context>
Show contents of mailbox <mailbox>@<context>
voicemail remove <mailbox> <context> <from_folder> <messageid>
Remove message <messageid> from <from_folder> in mailbox <mailbox>@<context>
voicemail move <mailbox> <context> <from_folder> <messageid> <to_folder>
Move message <messageid> in mailbox <mailbox>&<context> from &l...
2023 Oct 18
0
asterisk release 20.5.0
...ail: add CLI commands for message manipulation
The following CLI commands have been added to app_voicemail
voicemail show mailbox <mailbox> <context>
Show contents of mailbox <mailbox>@<context>
voicemail remove <mailbox> <context> <from_folder> <messageid>
Remove message <messageid> from <from_folder> in mailbox <mailbox>@<context>
voicemail move <mailbox> <context> <from_folder> <messageid> <to_folder>
Move message <messageid> in mailbox <mailbox>&<context> from &l...
2015 Nov 03
2
S/MIME certificates in Samba 4 LDAP
...u provide network traces of Thunderbird
> trying to do this against a Samba4 AD/DC ?
Here are the packet details for the search request:
Lightweight Directory Access Protocol
LDAPMessage searchRequest(2)
"OU=People,OU=Users,OU=LSE,DC=corp,DC=lsexperts,DC=de" wholeSubtree
messageID: 2
protocolOp: searchRequest (3)
searchRequest
baseObject:
OU=People,OU=Users,OU=LSE,DC=corp,DC=lsexperts,DC=de
scope: wholeSubtree (2)
derefAliases: neverDerefAliases (0)
sizeLimit: 2
timeLimit: 0...
2008 Feb 16
4
Solaris snv81 xVM on a Thinkpad T30
...x2a 1/1 PCI 1 uhci_intr
11 0x2b 1/6 PCI 3 pcic_intr, pcic_intr, uhci_intr
12 0x2c 5/5 ISA 1 i8042_intr
14 0x2e 5/5 PCI 1 ata_intr
15 0x2f 5/5 PCI 1 ata_intr
After reading this thread http://www.opensolaris.org/jive/thread.jspa?messageID=199181
it seems that snv_81 xVM does not run on my T30, right?
If yes, is this issue already fixed in snv_82?
regards
Bernd
This message posted from opensolaris.org
2007 May 27
9
Windows HVM - orderly shutdown
Is there a way to get Windows to do an orderly shutdown (eg simulate a
power button press) using the ''xm shutdown'' command?
Thanks
James
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2020 Mar 17
2
doveadm expunge not expunging anymore
...fetch -u user date.saved UID mail-uid` To see if it matches this?
>
> How can I find out the "mail-uid" of this specific message? Is that the "Message-ID" header of that particular mail?
If you have message-id you can use
`doveadm search -u user HEADER MESSAGE-ID "messageid"` to find out the UID.
Aki
2008 Jun 04
3
Util to remove (s)log from remaining vdevs?
After having to reset my i-ram card, I can no longer import my raidz pool on 2008.05.
Also trying to import the pool using the zpool.cache causes a kernel panic on 2008.05 and B89 (I''m waiting to try B90 when released).
So I have 2 options:
* Wait for a release that can import after log failure... (no time frame ATM)
* Use a util that removes the log vdev info from the remaining vdevs.
2015 Oct 30
2
S/MIME certificates in Samba 4 LDAP
Dear Samba users and developers,
we had the idea of storing S/MIME certificates in the Samba 4 LDAP.
In the Windows Active Directory Users and Computers tool I can use the
"Published Certificates" tab to add a certificate to a user account.
As Mozilla Thunderbird requests the "userCertificate;binary" attribute
of a user when sending encrypted mail, the LDAP response is empty.
2011 Apr 29
2
XCP - Reclaim diskspace from snapshots on xcp 1.0
...y know if/when this will happen on XCP?
I have the same problem - disk usage remains the same after snapshot
deletion - this is in the log on the pool master:
vhd-util: libvhd::vhd_validate_footer: invalid footer cookie: ÇÇÇÇÇÇÇÇ
This guy has the same issue:
http://forums.citrix.com/message.jspa?messageID=1516184
Thanks
Regards
Kristoffer
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users