Displaying 20 results from an estimated 200 matches similar to: "Function key problem with isolinux"
2004 Jul 02
1
memdisk hdimage
Sorry to bother you,
but i want to use your genious memdisk feture, but i am
not able to create a hdimage that is compatible with
memdisk (see ML postings). I am not a Linux newbie, i
maintain a project at [1], so i cannot be too stupid
in making the image.
I really tried it for some weeks to create such an image,
i am not able to get a working image.
It would be nice if you can send me a step
2004 Jun 30
1
mkdiskimage question (another one?)
Hi,
I am trying for quite some time to create a bootable hd disk
image with mkdiskimage (included in the syslinux distribution)
and the combination isolinux/memdisk. It just won't work:-}
I have done the following:
[snip]
# ./mkdiskimage -d -o disk 256 32 1
640
# losetup -o 640 /dev/loop3 disk
# mount /dev/loop3 /mnt/3
# mount | grep loop3
/dev/loop3 on /mnt/3 type vfat (rw)
:: copy
2007 Feb 04
2
Traffic Shaping: Ingress qdisc not working in Dom0 (3.0.4-1)
Hello,
i noticed that the ingress qdisc is not working properly anymore in
3.0.4-1 (back in 3.0.2 the ingress qdisc was working for me):
Install the ingress qdisc to peth0:
# tc add qdisc dev peth0 ingress
... generate some traffic ...
# tc -s qdisc show dev peth0
qdisc pfifo_fast 0: bands 3 priomap 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1
Sent 324884 bytes 1749 pkt (dropped 0, overlimits 0 requeues
2006 Apr 24
5
''xm list'' states
Hi,
can someone explain the states shown by the ''xm list'' command?
''r'' (running) - The domain is currently running.
- This flag is always shown for the Domain 0, but never for
unprivileged domains, why?
''b'' (blocked) - The domain is blocked.
- What does that mean? Why should a domain be blocked?
''p'' (paused) - The domain
2015 Jan 26
0
Libvirt guest receives dadfailed on all ipv6
Hi,
I have a Centos7 host with libvirt, attempting to boot a Centos7 guest.
I am attempting to do the install over ipv6 (because why not).
I have the following network configuration.
Cisco 3550 gi0/1 <-> eno1 (Centos7) host.
gi0/1 is configured as:
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1-17
switchport mode trunk
Mainly in question is vlan11 as this is
2007 Apr 05
3
IMQ patch
Hi there,
--
Christian Lyra
PoP-PR/RNP
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2007 Jun 09
3
vcpu performance : 1 vcpu for all guets or 4 vpcu ?
Hello all ;)
Tell I have a Xeon server with 4 vcpus
If on this box I have some guets, tell 10, what is the best solutions :
- Set all guests to 1 vcpu ?
- Set all guests to 4 vcpus ?
I well understand that if I set a guest with 4 vcpus and all others only
with one vpcus, then the one with 4 vcpus will have more "cpu time"
available than others guests.
But in case I''d like
2007 Jul 05
9
Limit i/o capacitiy?
Hi all
Is there any way to limit the network i/o capacity of virtual machine
somehow? Say, I want a domU with id 1 to consume at much 0.5 MB/s of
host''s bandwidth. Is it possible?
Artem Pervin
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2009 May 17
1
X Windows has quit working
Hello,
Not sure when it stopped working as I don't use it often. Maybe since the
upgrade from 5.2 to 5.3. Can't say for sure as it's been a while since
tried to start X.
The errors I receive when startin X are:
(EE) I810(0): unknown reason for exception
(EE) I810(0): cannot continue
(EE) I810(0): VBE initialization failed
(EE) Screen(s) found but none have a usable configuration
2002 Apr 23
1
UNSUBSCRIBE
Please take me out of your member list. Thank you.
Best regards,
Mary.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20020423/6d63516f/attachment.html
2012 May 31
2
Add another one: the same sealert problem
I hadn't paid attention when one or two folks recently posted this, but
it's hit us, also:
$ sealert -l d1655210-f43c-4737-98dc-86b6aac82bb6
Entity: line 53: parser error : Input is not proper UTF-8, indicate
encoding !
Bytes: 0x99 0x3C 0x2F 0x74
<tpath>`</tpath>
^
failed to connect to server: xmlParseDoc() failed
I tried reinstalling
2002 Apr 23
1
column-plot of rainfall data
Hello,
I have some daily rainfall data from rain gages. E.g.:
date p1 p2 p3
20/04/2002 10.2 8.6 6.3
21/04/2002 0.4 1.6 1.4
22/04/2002 0.2 0.0 0.4
23/04/2002 5.2 1.0 0.2
I'd like to plot them in a column plot by day, to be able to
compare them. I made an example in exell, that I attached, but
can't find out how to do it in R. The data vector is a POSIXct.
Thanks,
Wouter
2007 Oct 11
0
SK-9E21D + vlan + ifb
Hello!
Scenario: kernel 2.6.22.9, SysKonnect SK-9E21D, vlan, redirecting for
packets arriving on than vlan to ifb.
Using tcpdump on ifb iinterface I see the following:
03:30:17.322484 5a:71:6f:15:00:17 > 00:00:5a:71:00:00, ethertype Unknown
(0xcb69), length 1522:
0x0000: 2000 0800 4500 05dc 3a2f 4000 3c06 d868 ....E...:/@.<..h
0x0010: c299 9143 c3e6 0ec1 0050 0f2a
2007 Feb 03
0
ingress qdisc problem
Hello,
i try to limit the incoming traffic rate using the ingress qdisc, but
it does not work for me.
Here is what i have done:
# sudo tc qdisc add dev eth1 ingress
# tc filter add dev eth1 parent ffff:0 protocol ip prio 1 u32 match ip dst 172.17.0.101/32 police rate 10kbit buffer 10k drop
The ingress qdisc is there:
# tc -s qdisc show dev eth1
qdisc pfifo_fast 0: bands 3 priomap 1 2 2 2 1
2002 May 27
4
htb3 with imq
hi all,
i want to try htb3 with imq
downloaded & patched imq & htb3 with kernel-2.4.18 on rh7.2 but got
STUCK on step 1 :(
this are what i did
can anyone guide me what went wrong on the first step itself !!
[root@cab1 root]# modprobe imq numdevs=1
modprobe: Can''t locate module imq
[root@cab1 root]#
[root@cab1 root]# tc qdisc add dev imq0 handle 1: root htb default 1
Cannot find
2006 Mar 06
1
cdr records on transfer
Hello!
i'm trying to set up transfer without using the respective
asterisk-function but with the built-in phone functions. my goal is to
have the first callleg billed to the caller and the second callleg to the
callee, who is responsible for the forward(and i can't bill a unknown
caller anyways)
so far it's working without problems, but my cdr's are messed. with the
help of the
2006 Feb 03
4
cmd set with multiple values
hello!
has this made it into 1.2.3 already:
http://bugs.digium.com/view.php?id=6128 ?
i'm trying to set a variable that should be used as a dialstring in the
dial-command, including parameters seperated with the respective
delimiter, e.g. like:
exten => 907,1,Set(DESTINATION1=Zap/G1/4989123456789|10|gh)
exten => 907,n,Set(DIALSTRING=${DESTINATION1})
exten =>
2006 Jan 20
1
instant fallback to zap in case of sip/iax/xyz-failure
i would like to carry some oversea pstn-destinations via sip to providers
like stanaphone, however, in case of a network-failure or if the provider
is not available, i want to fallback to the zap-channels so the call is
carried out to the pstn directly.
the usual approach would be to check the dialstatus(e.g.NOANSWER).
however, asterisk tries >60seconds to reach that peer(even when the ip
2013 Mar 18
1
SMTP Client authentication to remote Postfix/Dovecot
Hello!
This is probably another basic question and i'm not even sure if it's
something where Dovecot is involved, but i'll give it a shot.
So i've setup Postfix with Dovecot and system-auth on my remote
server. So far it looks like everything is working fine and dandy via
SASL(PLAIN) and TLS.
I'm just not happy about my local SMTP client settings. I'm going to
try to
2002 Jan 10
1
OpenSSH 3.0.Xp1, AIX -> Sun trusted host problem
Hi, Folks ...
Apologies in advance for the length of this message, but I wanted to
be thorough, and provide as much info as I could. I'm trying to
figure out a problem in trusted-host authentication using AIX hosts
as clients, and a Sun host as the server; either I'm missing
something real obvious, or there might be a bug somewhere in some
piece of software involved here.
-- All of