Displaying 7 results from an estimated 7 matches for "b6cc".
Did you mean:
b69c
2002 Nov 01
2
pxelinux / memdisk booting problem
...boot.
My conf file looks like:
default sir4
label sir4
kernel ia32/memdisk
append initrd=ia32/sir4/floppy.img
Everything starts off fine.
pxelinux loads
I see it get the conf file.
gets memdisk
get floppy.img
loads memdisk
......
Disk is floppy
.....
INT 13 08: Sucess, count=1 BPT=f000:b6cc
old: ....
new: ...
Booting...
Nothing happens after that.
This is a straight dos6.2 floppy just for a test.
This is on a dual PIII 800 IBM 6866 box.
It just tried it on a P4 2.0Ghz IBM 6229 box and it works great.
I would like to do this on many models of machines from PII's to P4's....
2015 Dec 11
2
CentOS 7 Lost NIC
Hello,
I have a big problem with my servers.
I have 4 NIC on all my KVM Servers but the most time on a start (restart) I
lost one NIC? It is not always the same, but this two are virtio NICs.
with ifup eth0(1) the system say,I have no configured eth0 or eth1 file ?
Can any tell me what I can do?
thank's for a answer
NetworkManager is disabled.
--
mit freundlichen Gr??en / best regards,
2015 Dec 12
2
CentOS 7 Lost NIC
...TO=none
DEFROUTE="yes"
IPV4_FAILURE_FATAL="yes"
IPV6INIT="no"
IPV6_AUTOCONF="yes"
IPV6_DEFROUTE="yes"
IPV6_PEERDNS="yes"
IPV6_PEERROUTES="yes"
IPV6_FAILURE_FATAL="no"
NAME="eth1"
#UUID="fed939b5-954e-4822-b6cc-553c4a35766a"
UUID=eb5c2cbd-310f-4132-8bca-498bed1e651c
DEVICE="eth1"
ONBOOT="yes"
DNS1="192.168.100.221"
DOMAIN="xxxxxx.xxx yyyyy.yyyy"
IPADDR=192.168.100.203
PREFIX=24
GATEWAY=192.168.100.220
DNS2=217.196.154.211
HWADDR=52:54:00:97:3A:F2
ZONE=internal...
2017 Aug 20
2
Glusterd not working with systemd in redhat 7
...x 3 = 3
Transport-type: tcp
Bricks:
Brick1: web1.dasilva.network:/data/gluster/etc
Brick2: web2.dasilva.network:/data/gluster/etc
Brick3: web3.dasilva.network:/data/gluster/etc
Options Reconfigured:
nfs.disable: on
transport.address-family: inet
Volume Name: log
Type: Replicate
Volume ID: 06451895-b6cc-40f7-a173-c793a7610229
Status: Started
Snapshot Count: 0
Number of Bricks: 1 x 3 = 3
Transport-type: tcp
Bricks:
Brick1: web1.dasilva.network:/data/gluster/log
Brick2: web2.dasilva.network:/data/gluster/log
Brick3: web3.dasilva.network:/data/gluster/log
Options Reconfigured:
nfs.disable: on
transpo...
2017 Aug 21
0
Glusterd not working with systemd in redhat 7
...web1.dasilva.network:/data/gluster/etc
> Brick2: web2.dasilva.network:/data/gluster/etc
> Brick3: web3.dasilva.network:/data/gluster/etc
> Options Reconfigured:
> nfs.disable: on
> transport.address-family: inet
>
> Volume Name: log
> Type: Replicate
> Volume ID: 06451895-b6cc-40f7-a173-c793a7610229
> Status: Started
> Snapshot Count: 0
> Number of Bricks: 1 x 3 = 3
> Transport-type: tcp
> Bricks:
> Brick1: web1.dasilva.network:/data/gluster/log
> Brick2: web2.dasilva.network:/data/gluster/log
> Brick3: web3.dasilva.network:/data/gluster/log
>...
2017 Aug 21
1
Glusterd not working with systemd in redhat 7
...tc
>> Brick2: web2.dasilva.network:/data/gluster/etc
>> Brick3: web3.dasilva.network:/data/gluster/etc
>> Options Reconfigured:
>> nfs.disable: on
>> transport.address-family: inet
>>
>> Volume Name: log
>> Type: Replicate
>> Volume ID: 06451895-b6cc-40f7-a173-c793a7610229
>> Status: Started
>> Snapshot Count: 0
>> Number of Bricks: 1 x 3 = 3
>> Transport-type: tcp
>> Bricks:
>> Brick1: web1.dasilva.network:/data/gluster/log
>> Brick2: web2.dasilva.network:/data/gluster/log
>> Brick3: web3.dasilva...
2011 Nov 08
48
Need help with fixing the Xen waitqueue feature
The patch ''mem_event: use wait queue when ring is full'' I just sent out
makes use of the waitqueue feature. There are two issues I get with the
change applied:
I think I got the logic right, and in my testing vcpu->pause_count drops
to zero in p2m_mem_paging_resume(). But for some reason the vcpu does
not make progress after the first wakeup. In my debugging there is one