Displaying 20 results from an estimated 107 matches for "2555".
Did you mean:
255
2012 Mar 22
8
Windows 7 as guest on a physikal disk
...us vga map change while on lfb mode
mapping vram to f0000000 - f0400000
platform_fixed_ioport: changed ro/rw state of ROM memory area. now is rw
state.
platform_fixed_ioport: changed ro/rw state of ROM memory area. now is ro
state
-----------
/var/log/xen/xend.log
-----------
[2012-03-20 14:14:31 2555] DEBUG (XendDomainInfo:101)
XendDomainInfo.create([''vm'', [''name'', ''Win7''], [''memory'', 512],
[''on_xend_start'', ''ignore''], [''on_xend_stop'', ''ignore''], ['...
2016 Mar 17
1
[Bug 2555] New: [patch] Add FingerprintHashEncoding keyword
https://bugzilla.mindrot.org/show_bug.cgi?id=2555
Bug ID: 2555
Summary: [patch] Add FingerprintHashEncoding keyword
Product: Portable OpenSSH
Version: 7.1p1
Hardware: Other
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Componen...
2011 Feb 18
1
Asterisk with TE 121 DADHI incoming calls fail
...o the e1 interface where asterisk is connected to, you have to
use the prefix 83. But when you enter the 3rd cipher this error appears
at the cli
CODE:SELECT ALL
<http://forums.digium.com/viewtopic.php?f=1&t=77155&sid=3679c2a13cbbf9aa2e75d02a2f00c8b3#>
|[Feb 16 11:29:07] ERROR[2555]: chan_dahdi.c:13691 dahdi_pri_error:
1 !! Not yet handling pre-handle message type SEGMENT (0x60)
[Feb 16 11:29:07] ERROR[2555]: chan_dahdi.c:13691 dahdi_pri_error: 1
!! Don't know how to pre-handle message type SEGMENT (0x60)
[Feb 16 11:29:07] ERROR[2555]: chan_dahdi.c:13691 d...
2015 Feb 23
6
[Bug 2359] New: [PATCH] Allow HostKeyAlias to be used in hostname check against certificate principal
...le OpenSSH
Version: 6.7p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: charles at dyfis.net
Created attachment 2555
--> https://bugzilla.mindrot.org/attachment.cgi?id=2555&action=edit
First-draft proposed patch
At present, a SSH certificate signed with the name of a round-robin
pool can't be used to authenticate a single, specific host within that
pool, if logging into it directly. Likewise, if DNS...
2002 Dec 12
1
SAMBA hosts vanishing from WINS server running on NT4
...and after a SAMBA start they are there. But they 'fade away'
in time.
Is there a setting I am missing? Or do I need to schedule a
SAMBA stop / start in cron?
Murray Taylor
Special Projects Engineer
---------------------------------
Bytecraft Systems & Entertainment
Phone: 61 3 8710 2555
Fax: 61 3 8710 2599
Direct: 61 3 9238 4275
Mobile: 61 0417 319 256
Email: murraytaylor@bytecraftsystems.com
or visit us on the web
http://www.bytecraftsystems.com
http://www.bytecraftentertainment.com
************************************************************************
This Email has been sca...
2008 May 16
1
xm new
...ost recent call last):
File "/usr/sbin/xm", line 10, in ?
main.main(sys.argv)
File "/usr/lib64/python2.4/site-packages/xen/xm/main.py", line 2531, in
main
_, rc = _run_cmd(cmd, cmd_name, args)
File "/usr/lib64/python2.4/site-packages/xen/xm/main.py", line 2555, in
_run_cmd
return True, cmd(args)
File "<string>", line 1, in <lambda>
File "/usr/lib64/python2.4/site-packages/xen/xm/main.py", line 1308, in
xm_importcommand
cmd = __import__(command, globals(), locals(), 'xen.xm')
File "/usr/lib64/pyth...
2003 Sep 16
1
Cisco Gateways
Hi all,
Just wondering if * can work with Cisco Gateways such as Cisco 2600/3600
routers or a VG200?
----------
Edward J. Gomez
Director of Network Services
ProxyMed, Inc
2555 Davie Road,
Suite 110
Fort Lauderdale, Florida 33317
(954) 473-1001 x315
(954) 473-1656 FAX
<http://www.proxymed.com/>
Confidential, unpublished property of ProxyMed, Inc. (c) copyright as of the date of this email. ProxyMed, Inc.
CONFIDENTIALITY NOTICE: This e-mail message, incl...
2008 May 18
1
xen source (xm new machinename)
...k (most recent call last):
File "/usr/sbin/xm", line 10, in ?
main.main(sys.argv)
File "/usr/lib/python2.4/site-packages/xen/xm/main.py", line 2531, in main
_, rc = _run_cmd(cmd, cmd_name, args)
File "/usr/lib/python2.4/site-packages/xen/xm/main.py", line 2555, in
_run_cmd
return True, cmd(args)
File "<string>", line 1, in <lambda>
File "/usr/lib/python2.4/site-packages/xen/xm/main.py", line 1308, in
xm_importcommand
cmd = __import__(command, globals(), locals(), ''xen.xm'')
File "/usr/li...
2004 Aug 06
2
libshout2 namespace
...t1 included for compatibility with icecast1 streaming
will get problems with the struct and function namespace as it is organized now in libshout2.
is there any way to avoid the problem or we should all simply move to ogg and fuck mp3 streaming
all-in-once?
--
jrml ..//korova.dyne.org
6EEE 4FB2 2555 7ACD 8496 AB99 E2A2 93B4 6C62 4800
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org'
containing only the word 'unsubscribe' in the body. No...
2007 Nov 15
3
[LLVMdev] BasicAliasAnalysis and out-of-bound GEP indices
On 11/15/07, Duncan Sands <baldrick at free.fr> wrote:
> Hi,
>
> > Sadly, this will break a very common idiom. In GCC, we discovered it
> > to be common enough that it broke a *bunch* of C code.
> >
> > In particular, you will break
> >
> > struct foo {
> > int a;
> > char name[0];
> > }
> >
> > bar = malloc(sizeof
2008 Oct 08
0
FW: LDAP Problem
...idNumber: 232135350
> mail: Ross.W.Clemens at team.telstra.com
> objectClass: inetOrgPerson
> objectClass: organizationalPerson
> objectClass: person
> objectClass: posixAccount
> objectClass: shadowAccount
> objectClass: top
> uid: b321353
> gecos: Ross Clemens (02) 8255 2555
> cn: b321353
> employeeNumber: 23213535
>
> # search result
> search: 2
> result: 0 Success
>
> # numResponses: 2
> # numEntries: 1
>
>
> I search the internet to find more details re the error message: fatal:
> login_get_lastlog: Cannot find account...
2007 Jun 26
1
Asterisk to Cisco 2600 GW DTMF Not Working
...cause SSRC has changed
Jun 26 17:53:52 WARNING[14248]: channel.c:2328 set_format: Unable to
find a codec translation path from ilbc to ulaw
Jun 26 17:53:52 WARNING[14248]: channel.c:2328 set_format: Unable to
find a codec translation path from ilbc to ulaw
Jun 26 17:53:52 WARNING[14248]: chan_sip.c:2555 sip_write: Asked to
transmit frame type 1024, while native formats is 4 (read/write = 4/4)
Jun 26 17:53:52 WARNING[14248]: channel.c:2693
ast_channel_make_compatible: No path to translate from
SIP/53061-92e0(4) to SIP/10.10.10.10-78fa(1024)
Jun 26 17:53:52 WARNING[14248]: channel.c:3520 ast_channel...
2014 Sep 23
1
[PATCH] for cpu.h
...gt;ia32.cpuid == false)
return;
... // very long code
...
...
...
...
...
...
...
}
IMHO it's more readable this way.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cpu_cpuid.zip
Type: application/zip
Size: 2555 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20140923/05505d55/attachment.zip
2004 Aug 06
0
someone wake me up...
...( http://muse.dyne.org ). MuSE is GPL'ed software.
as long one icecast server can eventually serve more than one radiostation
i think there's really no point in complaining about a "missing feature".
but maybe you're still dreaming ;)
--
jrml ..//korova.dyne.org
6EEE 4FB2 2555 7ACD 8496 AB99 E2A2 93B4 6C62 4800
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request@xiph.org'
containing only the word 'unsubscribe' in the body. No sub...
2004 Aug 06
1
someone wake me up...
> if you stream with MuSE (actually at the 0.6.1) you can easily specify
> metatags as title, url and description from confortable input fields
> embedded in the gui ( http://muse.dyne.org ). MuSE is GPL'ed software.
Is that title dynamic (ie: does it change per song to list the song name)?
Or is it a one time static thing?
Louis
--- >8 ----
List archives:
2004 Aug 06
0
Protocol
...t you to use use libmpeg by Woo-jae Jung as a mp3 decoder library, it's LGPL and for
me worked really fine with few modifications (misses just buffering which would be good to
implement)
btw congratulations for your libbgrab, i enjoy your code :)
cheers
--
jrml ..//korova.dyne.org
6EEE 4FB2 2555 7ACD 8496 AB99 E2A2 93B4 6C62 4800
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No...
2004 Aug 06
1
stupid question
>
>michael will have to answer regarding ices2, but I suspect mp3 is not
>going to get in there unless someone else submits a beautiful patch.
ices2 could support mp3, but it would be a non-trivial exercise, plus
it would require libshout2 to support mp3 as well (which it does not,
currently). If anyone wants to implement it, I'll be happy enough to
add it, but I don't intend to
2004 Aug 06
2
bitkeeper repository moved to cvs
The BitKeeper repository has been taken down, and all the code moved
into CVS.
While BitKeeper is a superior source management tool to CVS in many
ways, it lacks in one important way, Freedom. With the recent change
to their license, taking away more of our freedoms, I felt it was time
to go back to CVS.
All the code has been imported into the xiph.org CVS repository. I'll
try to revise
2004 Aug 06
1
how to switch mountpoints
hey can anyone help us out with this one?
we're working on a system for our community radio station that uses a
mysql/php interface a database to manage users and a schedule system. since
we have different copies of liveice and ices on different machines for
different applicaitons around campus (they are all on different icecast
mountpoints on our main server), we need our php script to
2004 Aug 06
0
libshout2 namespace
...ast1 streaming
> will get problems with the struct and function namespace as it is organized now in libshout2.
>
> is there any way to avoid the problem or we should all simply move to ogg and fuck mp3 streaming
> all-in-once?
>
> --
> jrml ..//korova.dyne.org
> 6EEE 4FB2 2555 7ACD 8496 AB99 E2A2 93B4 6C62 4800
>
> --- >8 ----
> List archives: http://www.xiph.org/archives/
> icecast project homepage: http://www.icecast.org/
> To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org'
> containing only the word 'uns...