Displaying 20 results from an estimated 89 matches for "mangeling".
2006 Aug 10
4
PXE and Hard Drive Test Programms
Hi!
I have problems to boot with memdisk and pxe the hard drive tests from
seagate, hitachi, western digital... does has someone done it and can
sym me how? (maxtor works perfectly)
ByE
2015 Oct 05
3
xen and spice problem
On Mon, Oct 5, 2015 at 10:08 AM, Christoph <mangel at gmx.de> wrote:
> Am 2015-10-04 17:50, schrieb Mark Pryor:
>>
>> http://107.185.144.55/xen/cent7/dom0/RPMS/stable-4.6/mock/ [1]
>>
>> above is a build of upstream xen with this `configure` including spice
>> support:
>> ./configure --enable-systemd --prefix=/usr --enable-xsmpolicy
>>
2001 Oct 11
2
Lower case/upper case problems
Ok..this seems like it shouldn't be that hard to figure out but I'm confused
anyway.
How can I make sure that whatever case a file is created with is what's
shown in NT explorer?
Let me explain:
If I create a file in all uppercase on my unix file system (which is also a
samba share) it shows up as a mixed case file within NT explorer, with only
first letter capitalized. (Normally
2016 Dec 21
2
Polycom SoundStation IP 6000 does not register
...yves
Am 21.12.2016 um 13:34 schrieb Mark Wiater:
> Yves,
>
> Didn't you say that
>
>> AsteriskServer: 192.168.1.211
>> SIP-user: 165
> ?
>
> On 12/21/2016 4:24 AM, Yves wrote:
>> . It is sure for 100% that there is no firewall or something else
>> mangeling
>> in between... another Hardphone works as expected using the same
>> Netzworkcable on the same Networkplug with UDP on Port 5060...
>
> This other hardphone, what IP does it have?
>
>>
>> 000050.848|cfg |*|03|RT|Primary IP changed to 192.168.0.13 subnet
>>...
2009 Jun 21
5
domU autostart with deps
Hi!
It is possible to start domU''s with dependencies?
I mean something like that:
1. start domU a
2. wait till domU a completely started
3. start domU b
4. wait till domU b completely started
5. start all other domU''s
How to do it?
Greetz
PS: sorry for my english
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2008 Jan 05
1
Ecological Detective worked solutions [R-wiki]
Hi,
I've added several pages of worked solutions for the book Ecological
Detective by Hilborn and Mangel to the R-wiki. My hope is that this
will be of use to others working through this book without access to a
local expert. I am certainly not an expert, local or otherwise.
I have posted solutions for chapters 3-6, which includes some really
horrible direct translations of the pseudocode
2015 Oct 04
2
xen and spice problem
http://107.185.144.55/xen/cent7/dom0/RPMS/stable-4.6/mock/
above is a build of upstream xen with this `configure` including spice support:./configure --enable-systemd --prefix=/usr --enable-xsmpolicy --enable-ocamltools \
? --libdir=%{_libdir} --enable-efi \
? --with-extra-qemuu-configure-args="--enable-spice --enable-usb-redir"
there is no associated libvirt buildIncluded are patches up
2016 Dec 21
2
Polycom SoundStation IP 6000 does not register
...ater:
>>
>> Yves,
>>
>> Didn't you say that
>>
>> AsteriskServer: 192.168.1.211
>> SIP-user: 165
>>
>> ?
>>
>> On 12/21/2016 4:24 AM, Yves wrote:
>>
>> . It is sure for 100% that there is no firewall or something else mangeling
>> in between... another Hardphone works as expected using the same
>> Netzworkcable on the same Networkplug with UDP on Port 5060...
>>
>>
>> This other hardphone, what IP does it have?
>>
>>
>> 000050.848|cfg |*|03|RT|Primary IP changed to 192.168....
2010 May 23
4
xen4.0 debian vlan config
Hello,
can anybody help me how to configure vlans?
There are vlans:
vlan2
vlan3
vlan30
Server has one nic - eth0.
vlan2 should be dom0 eth0(peth0) for management
Each vlan3 and vlan30 should be has its own bridge.
How to make it?
Br
Peter
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2015 Oct 01
5
xen and spice problem
Hi
it is possible to use xen and spice already? If yes is there any howto
or doc how?
If I turn on spice in cfg of a hvm domU, I get this error:
Parsing config from /etc/xen/marax.cfg
libxl: detail: libxl_dom.c:238:hvm_set_viridian_features: base group
enabled
libxl: detail: libxl_dom.c:238:hvm_set_viridian_features: freq group
enabled
libxl: detail:
2015 Oct 01
3
xen and spice problem
On Thu, Oct 1, 2015 at 12:27 PM, Christoph <mangel at gmx.de> wrote:
> Am 2015-10-01 12:33, schrieb Fabio Fantoni:
>>
>> Should be something like /var/log/xen/qemu-dm-marax.log
>
> oh ok:
>
> qemu-system-i386: -spice
> port=6000,tls-port=0,addr=0.0.0.0,password=test,agent-mouse=on: There is no
> option group 'spice'
> spice is not supported by this
2002 May 03
2
Some questions concerning IPtables (& IMQ/SFQ)
Hi there!
Some questions I couldn''t find an answer for:
IPtables:
- Is it possible to filter those ACK-packets (to eleminate problems
with ADSL-connections) with IPtables? It wasn''t possible with IPchains,
so u32 had to be used. Now there is this nice little --tcp-flags
option. But I just don''t know if this is all I need. The u32 was
checking for packetsize too. So if
2007 Apr 18
6
[Bridge] bridge wlan-eth
Hi!
I have some problems with an bridge between wlan0 and eth0 device...
It works and I can from both sides ping the router with the bridge device but
I cant ping the devices from other net so I cant ping wlan devs from eth net
and other way around
the wlan card is an atmel usbw11 from linksys and eth is a intel e100
10/100mbit nic
I have configured the bridge according to the how to and
2015 Jul 07
4
[LLVMdev] LLVM IR on different platforms
Hi,
I am curious to know about LLVM IR as platform independent feature.
I have compiler some C and C++ applications that compiled on Linux 64bit
machine, now I want to generate bit code file on Windows 64bit machine.
1) Will this execute without any issues?
2) Do I pass any option for making it operating system portable?
3) Can I generate bit code file also on Linux machine and then run on
2014 Mar 13
2
Manuales de knitr
Hola:
Efectivamente, hicimos este taller el 24 de julio de 2012 y quedo grabado.
Aquí está la información. El vídeo.
En las 5ª jornadas de R hicimos una versión de taller actualizada y los
materiales
está aquí <http://fobos.inf.um.es/R/taller5j/indice.html> aunque también
puedes ir aquí <http://fobos.inf.um.es/R/taller5j/> y descargar todos
los materiales, pues se trata de
2015 Sep 28
1
xen and centos7
On Sun, Sep 27, 2015 at 6:33 PM, Christoph <mangel at gmx.de> wrote:
> Am 2015-09-25 17:25, schrieb George Dunlap:
>>
>> The code is from the XenProject, which is developed by a number of
>> different companies, not just Citrix.
>>
>> The XenProject has greatly expanded our automated testing over the
>> last few years; additionally, a number of
2015 Oct 01
0
xen and spice problem
On Thu, Oct 1, 2015 at 10:06 AM, Christoph <mangel at gmx.de> wrote:
> Hi
>
> it is possible to use xen and spice already? If yes is there any howto or
> doc how?
Fabio has been the one working on getting spice working. Fabio, any ideas?
>
> If I turn on spice in cfg of a hvm domU, I get this error:
>
> Parsing config from /etc/xen/marax.cfg
> libxl: detail:
2015 Oct 06
0
xen and spice problem
Am 2015-10-05 12:39, schrieb George Dunlap:
> On Mon, Oct 5, 2015 at 10:08 AM, Christoph <mangel at gmx.de> wrote:
>
> Historically, because it wasn't available. Now, simply because it's
> off by default and before now nobody had asked for it to be enabled.
>
> The Virt SIG is a community effort -- adding a configure option and
> rebuilding is no problem, but
2016 Jun 24
1
UDP Constant IP Identification Field Fingerprinting Vulnerability
We received a notice from our pci-dss auditors respecting this:
CVE-2002-0510 The UDP implementation in Linux 2.4.x kernels keeps the
IP Identification field at 0 for all non-fragmented packets, which
could allow remote attackers to determine that a target system is
running Linux.
The NVD entry for which contains this note:
CHANGE> [Cox changed vote from REVIEWING to NOOP]
Cox> So I
2005 Jan 30
1
Re: desire box
I know SAM2 (or rather, SAM3 now) has this functionality built-in:
http://spacialaudio.com/
It is disabled by default and difficult to step though. Not to mention the
cost of the entire application.
What I found worked the best for me is to have my website output to a file
whatever song somebody clicked on. A script would check the file every few
seconds, and then execute my media player with