similar to: peth0 transmit timed out, @cea56200 length 80000042 status 00000042, help please?

Displaying 20 results from an estimated 100 matches similar to: "peth0 transmit timed out, @cea56200 length 80000042 status 00000042, help please?"

2007 Mar 19
2
Page fault with a working app
I get this page fault when I try to run Civilization 3, which is on the known to work list from the AppDB. This is what spits out if I just run the program with "wine Civilization3.exe" fixme:midi:OSS_MidiInit Synthesizer supports MIDI in. Not yet supported. wine: Unhandled page fault on read access to 0xffdff020 at address 0x3771bf (thread 000e), starting debugger... Modules: Cannot
2013 Mar 07
2
Recording with MixMonitor and AGI
Hi, I am developing a call recording application on Asterisk 11.2 and have this configuration in my dialplan: [macro-ccdev2-rec] exten => s,1,MixMonitor(${ARG1},b) [outgoing-originate] exten => _X.,1,NoOp(Will send call to ${EXTEN}) exten => _X.,n,Dial(SIP/${EXTEN}@x.y.z) [outgoing-originate-rec] exten => h,1,Agi(agi://localhost/ajpbx.agi?path=uploadrec&callid=${CC_CALLID})
2010 Apr 28
1
peth0 unavailable for virt-manager virt-install
Command just times our for me virt-install --paravirt --vcpus=4 --name server1 --ram 4096 --file /opt/xen-images/hlcnwmmp01.img -x "ks=http://10.203.1.11/kickstart/ks-xen.cfg" --file-size 40 --location http://128.61.111.11/pub/centos/5.4/os/x86_64 -b peth0 Starting install... Retrieving file vmlinuz... | 1.9 MB 00:00 Retrieving file initrd.img...
2007 Aug 23
1
XEN 3.1 Not seeing ARP requests on eth0 or peth0
Hi All, I just started using Xen a few days ago on Ubuntu Feisty Server. Did a binary install of 3.1 and within very little time had 2 windows 2000 domUs up and running. This made me very happy until I realized I was unable to access dom0 or either of the domU''s from the network. The domUs can access the network if they initiate the connection. After attempting to ping dom0 or domU from
2007 May 10
0
kernel: peth0: received packet with own address as source address
Hello, running xen 3.0.4_1 I find the following messages in /var/log/messages: kernel: peth0: received packet with own address as source address Is this something to worry about? The tcpdump shows the following pakets during that time: 14:58:05.546043 fe:ff:ff:ff:ff:ff (oui Unknown) > 09:00:2b:00:00:0f (oui Unknown), ethertype LAT (0x6004), length 81: 0x0000: 2808 0505 0502 131f
2007 Jul 30
0
about removing the peth0
hi, When I remove the ether card from the system and attach it back again, it does work any more. I read the documents in wiki, and I know the ip and mac address are copied to eth0. But I''m using dhcp, so the ip address will change. But the eth0 stays the same. What can I do to make it work again? Thx. _______________________________________________ Xen-users mailing list
2007 Jun 20
2
Bug#429789: peth0: received packet with own address as source address
Package: xen-utils-common Version: 3.0.3-0-2 Severity: normal Hi, I am getting the following message in dmesg about twice a minute: peth0: received packet with own address as source address A patch is available in the upstream BTS: http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=339 -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (500, 'testing')
2007 Jul 15
1
bridging and peth0
Hi, If one sets xend to use network-bridge and there are no bridges already present then it seems that xend will clone eth0 to peth0, create xenbr0 and add peth0 and vif0.0 as ports on that bridge. If on the other hand xenbr0 is created in /etc/network/interfaces then xend will not do any of that peth0 stuff, nor will it add vif0.0 to xenbr0, yet (barring some changes in iptables rules) things
2009 Aug 21
3
Debian & eth0 vs. peth0
It seems that with their specific Xen packages, Debian likes to go against the norm, and rather than calling the Xen bridging device something sensible like "xenbr0", they rename the main physical ethernet device "eth0" to "peth0" and create "eth0" as the Xen bridge (as far as I can tell, anyways). Anyone know where exactly they do this so I can reverse it?
2006 Nov 23
0
network issue, RHEL4, lack of peth0/peth1 device
Hi! I''m not new to Xen but I''m new to this list. I''m having a truely bizarre problem with Xen bridged networking at the moment. This is a new install, on RHEL4. The symptom is that any domU set up simply fails to talk to anything else. It''s there, and running, and it has an ethernet device, but there''s never any response. After digging through the
2009 Jul 16
0
xen-3.0.3-80.el5_3.3 on RHEL 5.3 -- peth0 and xenbr0 don''t exist
Has anyone ran into this issue before? 2 physical nics: eth0 hooked up to 10.175.8.0/21 eth1 hooked up to 10.150.8.0/24 Ifconfig -a looks like this: [root@mgixen1 ~]# ifconfig -a eth0 Link encap:Ethernet HWaddr 00:19:B9:F2:1B:C3 inet addr:10.175.8.158 Bcast:10.175.15.255 Mask:255.255.248.0 inet6 addr: fe80::219:b9ff:fef2:1bc3/64 Scope:Link UP
2008 Dec 12
0
xend nothing to flush, waiting for peth0 to negotiate
Hi, I would like to ask concerning problems after installing xen 3.3 on Centos 5.2 I use 2.6.18.8-xen (xen3.3.1 testing - installing with mercurial). After done with make world and make install, I did mkinitrd and placing it in /boot changing the grub and reboot.. succeded I do not install libvirt and the domUs from the previous xen 3.0 (built-in Centos 5.2) are NOT able to start : [root@wing
2020 Jan 09
3
LLD PDB Lines zero number issue
Hello Rui, We meet an LLD PDB issue that if we link assembly code with C code and set >= -O1 level optimization in LTO, the executable's PDB will contain wrong zero Lines for the assembly code in DEBUG_S_LINES subsection, and then our COFF source debuggers will fail to do the source-level debug on the executable. This issue is same in both Linux and Windows, and I figure out a simple case
2019 Nov 24
2
nouveau on NV04 calling illegal method 02fc under fbcon
Hi, Trying a new kernel on old [NV04] system I get tons of nouveau 0000:01:00.0: gr: intr 00000001 [NOTIFY] nsource 00000040 [ILLEGAL_MTHD] nstatus 00004000 [PROTECTION_FAULT] ch 0 [DRM] subc 3 class 004a mthd 02fc data 00000003 errors when operating on console. As I updated from 4.3 kernel, a bisect does not feel like the best start. What is that 02fc method which fbcon is probably
2018 Jan 04
1
Linker Option support for ELF
We use .note descriptors with ELF on OpenVMS.  We have self-describing entries with tags and lengths.  The compiler encodes stuff for the linker such as compiler version, compilation date-time, module name, final severity of the compilation, etc.  The linker itself then adds/modifies the .note entries to insert linker version, link date/time, etc.  We also use .notes to record floating point
2014 Mar 17
1
mdbox-files not approximately 2 MB
Hello, there are copies with different size in 3 mailboxes of the user sequentially about 3800 emails. why not something 2MB files? After the big file "m.00000034" with 14MB follow very many small ... ------------------------------------- doveconf: # 2.2.12: /etc/dovecot/dovecot.conf # OS: Linux 3.2.0-4-amd64 x86_64 Debian 7.4 ext4 mail_attachment_dir = /var/mail/attachments
2011 Sep 03
1
Wine dump/Mass Effect 2
I've been playing this game fine for a few weeks now. All of a sudden i'm getting: wine: Unhandled page fault on read access to 0x00000000 at address 0xf7586adc (thread 005e), starting debugger... Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0xf7586adc). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:f7586adc ESP:0194ea00
2019 Nov 25
0
nouveau on NV04 calling illegal method 02fc under fbcon
On Mon, Nov 25, 2019 at 9:08 AM Bruno Prémont <bonbons at sysophe.eu> wrote: > > Hi, > > Trying a new kernel on old [NV04] system I get tons of > nouveau 0000:01:00.0: gr: intr 00000001 [NOTIFY] nsource 00000040 > [ILLEGAL_MTHD] nstatus 00004000 [PROTECTION_FAULT] ch 0 > [DRM] subc 3 class 004a mthd 02fc data 00000003 > errors when operating on console. >
2009 Apr 26
2
Ventrilo crashing - not sound problem.
I am running Ventrilo client 3.0.4 through WINE 1.1.15 (built in wine git to use WoW stability patch). Sound works fine, program starts and I can hear everyone and they can hear me. Then at random intervals Ventrilo either stops working (incoming and outgoing sound no longer happens) or crashes to desktop. This can happen at any point with no warning and no error messages in the terminal. I
2010 Nov 19
0
Using Local Asterisk Server with Siphon - Can't hear voice issue
Hi, It worked finally with GSM Codec only enabled at client side.. Initially with G.711 (u-low) , G.711 (A-low) and GSM it didn't work. All enabled by setting [CLI] sip set debug on I saw asterisk having following logs.. -- Remotely bridging SIP/macbook-00000041 and SIP/tharindu-00000042 set_destination: Parsing <sip:tharindu at 192.168.1.3<sip%3Atharindu at 192.168.1.3> :