| --- | Log | opened Mon Jan 21 00:00:49 2008 |
| 00:39 | -!- | geoff_k [~geoff_k__@host86-144-114-7.range86-144.btcentralplus.com] has joined #xen |
| 00:41 | -!- | geoff_k [~geoff_k__@host86-144-114-7.range86-144.btcentralplus.com] has quit [] |
| 00:54 | -!- | sputhenp [~sputhenp@202.80.58.210] has joined #xen |
| 01:37 | -!- | the_hydra_ [~the_hydra@125.161.199.32] has joined #xen |
| 01:57 | -!- | _paelzer_ [~kvirc@blueice1n1.de.ibm.com] has joined #xen |
| 02:19 | -!- | the_hydra_ is now known as the_hydra |
| 02:41 | -!- | mastermind [~mastermin@gatekeeper.kaltenbrunner.cc] has quit [Quit: Client exiting] |
| 03:29 | -!- | fuzzy [~fuzzy@c-67-189-55-118.hsd1.or.comcast.net] has quit [Quit: fuzzy] |
| 03:57 | -!- | fuzzy [~fuzzy@70-0-23-119.area1.spcsdns.net] has joined #xen |
| 04:11 | -!- | m0rg0th [~m0rg0th@74.125.63.33] has joined #xen |
| 05:03 | -!- | fuzzy [~fuzzy@70-0-23-119.area1.spcsdns.net] has quit [Ping timeout: 480 seconds] |
| 06:11 | -!- | andrea [~andrea@service.cab.unipd.it] has joined #xen |
| 06:41 | -!- | the_hydra [~the_hydra@125.161.199.32] has quit [Quit: Leaving] |
| 06:52 | -!- | boto [~ehabkost@189.4.63.195] has joined #xen |
| 06:55 | -!- | yushang [~yushang@125.71.126.251] has joined #xen |
| 07:01 | -!- | avi [~avi@bzq-179-150-194.static.bezeqint.net] has quit [Ping timeout: 480 seconds] |
| 07:06 | -!- | dopez [~unknown@dopez.xs4all.nl] has joined #xen |
| 07:08 | <dopez> | is there any easy way to do something like COW or snapshots in xen when using a windows domain ? |
| 07:08 | <dopez> | the docs don't mention anything on this subject, unless i missed something |
| 07:10 | <hensema> | you could try to run the domain in a LVM snapshot |
| 07:10 | <hensema> | but I wouldn't recommend it |
| 07:11 | <hensema> | if the snapshot is full, the LV is frozen, crashing the domain |
| 07:11 | <dopez> | oh okay |
| 07:11 | <dopez> | i'll keep it in mind, basicly it's for testing anyway so i might just try it |
| 07:19 | -!- | visik7 [~dksakd@aruba-120-85.aruba.unimo.it] has joined #xen |
| 08:06 | -!- | spuk- [~gustavodn@brutus.conectiva.com.br] has quit [Read error: Connection reset by peer] |
| 08:12 | -!- | spuk- [~gustavodn@brutus.conectiva.com.br] has joined #xen |
| 08:16 | -!- | mday_away is now known as mdday |
| 08:35 | -!- | msinhore [~msinhore@200.198.213.70] has joined #xen |
| 08:39 | -!- | danp1 [~berrange@pool-72-93-184-129.bstnma.east.verizon.net] has joined #xen |
| 08:42 | -!- | mdday [~mdday@cpe-075-189-153-207.nc.res.rr.com] has quit [Remote host closed the connection] |
| 08:49 | -!- | mdday [~mdday@cpe-075-189-153-207.nc.res.rr.com] has joined #xen |
| 08:53 | -!- | mdday [~mdday@cpe-075-189-153-207.nc.res.rr.com] has quit [] |
| 08:56 | -!- | yushang [~yushang@125.71.126.251] has left #xen [] |
| 08:57 | -!- | mdday [~mdday@cpe-075-189-153-207.nc.res.rr.com] has joined #xen |
| 09:21 | -!- | mrj_ [~mrj@sca-ea-fw-1.Sun.COM] has joined #xen |
| 09:22 | -!- | agriffis [~agriffis@roscs001.americas.hp.net] has quit [Quit: leaving] |
| 09:23 | -!- | agriffis [~agriffis@pal01cs001.americas.hp.net] has joined #xen |
| 10:05 | -!- | FlyOnTheWall [~flyonthew@serbie.hip.fi] has joined #xen |
| 10:06 | <FlyOnTheWall> | we just got a motherboard replaced in our Dom0 (same model, just a one with a working memory bus), running debian etch, now I can't get networking to start up |
| 10:20 | <hensema> | FlyOnTheWall: mac address changed? |
| 10:20 | <hensema> | try to boot on the bare metal (without xen) first |
| 10:29 | -!- | avi [~avi@bzq-179-150-194.static.bezeqint.net] has joined #xen |
| 10:33 | <FlyOnTheWall> | hensema: yeh, well, the motherboard is the same model and generation as the last one |
| 10:33 | <FlyOnTheWall> | so the only things that actually have changed, are the MAC addresses |
| 10:34 | <FlyOnTheWall> | since the installation, for some reason, uses persistant NICs - it set the new NICs to eth2 and 3 instead of just eth0 and eth1 |
| 10:34 | <hensema> | FlyOnTheWall: modern distro's (using udev) have a fixed mac <-> ethX mapping |
| 10:35 | <hensema> | try: grep eth0 /etc/udev/rules.d/* |
| 10:35 | <FlyOnTheWall> | yeh, I found that |
| 10:35 | <FlyOnTheWall> | and I changed the order |
| 10:35 | <hensema> | there's probably something in it like SUBSYSTEM=="net", ACTION=="add", SYSFS{address}=="00:1a:92:9f:62:8a", IMPORT="/lib/udev/rename_netiface %k eth0" |
| 10:36 | <hensema> | remove these lines |
| 10:36 | <hensema> | and reboot |
| 10:36 | <FlyOnTheWall> | oh |
| 10:36 | <FlyOnTheWall> | hm.. now that you mention it, I just set the old ones to eth3 and 4 instead of commenting them out |
| 10:36 | <FlyOnTheWall> | which now in retroperspective makes no sense |
| 10:37 | <FlyOnTheWall> | but yes, gonna try to remove and reboot |
| 10:38 | -!- | avi [~avi@bzq-179-150-194.static.bezeqint.net] has quit [Ping timeout: 480 seconds] |
| 10:39 | -!- | rharper [~rharper@bi01p1.co.us.ibm.com] has joined #xen |
| 10:47 | <FlyOnTheWall> | still got the same issues |
| 10:48 | <FlyOnTheWall> | well |
| 10:48 | <FlyOnTheWall> | eth0 and eth1 seems to be the right NICs |
| 10:48 | <FlyOnTheWall> | but still, ethtool says both eth0 and eth1 are not connected |
| 10:48 | -!- | avi [~avi@bzq-179-150-194.static.bezeqint.net] has joined #xen |
| 10:48 | <FlyOnTheWall> | yet the cable is plugged and the link-light is burning |
| 10:49 | <FlyOnTheWall> | and ifup eth0 gives "fw sync timeout" with a reset code |
| 10:50 | <FlyOnTheWall> | other error output includes: SIOCSIFFLAGS: Decive or resource busy" |
| 10:55 | <hensema> | FlyOnTheWall: does the output of 'ip link' make sense? |
| 10:56 | <FlyOnTheWall> | I guess |
| 10:56 | <FlyOnTheWall> | not used to seeing that |
| 10:56 | <FlyOnTheWall> | and I'm not sure of the contents of it all |
| 10:56 | <FlyOnTheWall> | but eth0 and eth1 lack the UP flag |
| 10:57 | <FlyOnTheWall> | eth0 and eth1 are supposed to have "noop" aswell? |
| 10:58 | <hensema> | yeah, that's normal |
| 10:58 | <hensema> | qdisc = queueing discipline = thinghy for prioritizing outgoing packets |
| 10:58 | <FlyOnTheWall> | 2: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop qlen 1000 |
| 10:58 | <hensema> | noop = no qdisc |
| 10:59 | <FlyOnTheWall> | ah ok |
| 10:59 | <hensema> | well... I'm not sure what's happening here |
| 10:59 | <FlyOnTheWall> | link/ether: <correct mac adreess> brd: ff:ff:ff:ff:ff:ff |
| 10:59 | <hensema> | fw sync timeout... firmware sync? (wild guess) |
| 10:59 | <FlyOnTheWall> | yeh |
| 10:59 | <FlyOnTheWall> | that's as much as I figured |
| 11:00 | <FlyOnTheWall> | otherwise I'd just assume that this motherboard is faulty |
| 11:00 | <hensema> | maybe you need newer firmware for the new board? |
| 11:00 | <FlyOnTheWall> | but if I boot from my USB stick with gutsy, it works |
| 11:05 | -!- | visik7 [~dksakd@aruba-120-85.aruba.unimo.it] has quit [Remote host closed the connection] |
| 11:07 | <FlyOnTheWall> | oh well, gonna see if the BIOS update can be run from Freedos |
| 11:08 | <FlyOnTheWall> | hopefully that will solve something |
| 11:08 | <FlyOnTheWall> | and if not, at least I hope it doesn't make things worse ;o |
| 11:09 | -!- | marcel [~marcel@lt3.xs4all.nl] has quit [Remote host closed the connection] |
| 11:13 | -!- | marcel [~marcel@lt3.xs4all.nl] has joined #xen |
| 11:28 | -!- | quintela [~quintela@trasno.trasno.org] has quit [Ping timeout: 480 seconds] |
| 11:41 | -!- | m0rg0th [~m0rg0th@74.125.63.33] has quit [Ping timeout: 480 seconds] |
| 11:45 | -!- | avi [~avi@bzq-179-150-194.static.bezeqint.net] has quit [Ping timeout: 480 seconds] |
| 11:50 | -!- | avi [~avi@bzq-179-150-194.static.bezeqint.net] has joined #xen |
| 11:55 | -!- | Mark20 [~Mark@vnc.streamservice.nl] has joined #xen |
| 11:56 | <Mark20> | hello, is there a way to make a backup off a vps guest without stopping the guest (the backup should be able to boot from an other host if there is an issue with the host) |
| 11:57 | -!- | ahs3 [~ahs3@66.37.132.58] has joined #xen |
| 12:02 | -!- | quintela [~quintela@trasno.trasno.org] has joined #xen |
| 12:12 | -!- | m0rg0th [~m0rg0th@219.64.120.181] has joined #xen |
| 12:19 | -!- | mrj_ [~mrj@sca-ea-fw-1.Sun.COM] has left #xen [] |
| 12:44 | -!- | mastermind [~mastermin@mastermind.kaltenbrunner.cc] has joined #xen |
| 12:44 | -!- | marcel [~marcel@lt3.xs4all.nl] has quit [Read error: Connection reset by peer] |
| 13:00 | -!- | lymeca [~lymeca@tor-irc.dnsbl.oftc.net] has quit [Remote host closed the connection] |
| 13:08 | -!- | lymeca [~lymeca@tor-irc.dnsbl.oftc.net] has joined #xen |
| 13:12 | -!- | _paelzer_ [~kvirc@blueice1n1.de.ibm.com] has quit [Quit: KVIrc 3.2.0 'Realia'] |
| 13:18 | -!- | sputhenp [~sputhenp@202.80.58.210] has quit [Quit: Leaving] |
| 13:42 | -!- | mulix [~mulix@bzq-84-109-48-14.red.bezeqint.net] has joined #xen |
| 13:45 | -!- | msinhore [~msinhore@200.198.213.70] has quit [Remote host closed the connection] |
| 14:19 | -!- | agriffis [~agriffis@pal01cs001.americas.hp.net] has quit [Remote host closed the connection] |
| 14:34 | -!- | visik7 [~dksakd@host117-46-dynamic.27-79-r.retail.telecomitalia.it] has joined #xen |
| 14:46 | -!- | visik7 [~dksakd@host117-46-dynamic.27-79-r.retail.telecomitalia.it] has quit [Remote host closed the connection] |
| 15:03 | -!- | visik7 [~dksakd@host117-46-dynamic.27-79-r.retail.telecomitalia.it] has joined #xen |
| 15:16 | -!- | m0rg0th [~m0rg0th@219.64.120.181] has quit [Quit: Ex-Chat] |
| 15:16 | -!- | msinhore [~msinhore@200.198.213.70] has joined #xen |
| 15:29 | -!- | fuzzy [~fuzzy@68.26.45.181] has joined #xen |
| 15:56 | -!- | beth [~beth@ool-45777805.dyn.optonline.net] has quit [Ping timeout: 480 seconds] |
| 16:06 | -!- | beth [~beth@ool-45777805.dyn.optonline.net] has joined #xen |
| 16:25 | -!- | fuzzy [~fuzzy@68.26.45.181] has quit [Quit: fuzzy] |
| 16:30 | -!- | agriffis [~agriffis@pal01cs001.americas.hp.net] has joined #xen |
| 16:48 | -!- | fuzzy [~fuzzy@99-203-126-214.area1.spcsdns.net] has joined #xen |
| 16:49 | -!- | infernix [~nix@spirit.infernix.net] has quit [Server closed connection] |
| 16:50 | -!- | infernix [nix@spirit.infernix.net] has joined #xen |
| 16:53 | -!- | boto [~ehabkost@189.4.63.195] has quit [Remote host closed the connection] |
| 17:37 | -!- | brendan [~brendan@67.17.128.36] has quit [Server closed connection] |
| 17:37 | -!- | brendan [~brendan@67.17.128.36] has joined #xen |
| 18:12 | -!- | ivan [~ikelly@5ac197ed.bb.sky.com] has joined #xen |
| 18:18 | -!- | rharper [~rharper@bi01p1.co.us.ibm.com] has quit [Quit: Leaving] |
| 18:21 | -!- | danp1 [~berrange@pool-72-93-184-129.bstnma.east.verizon.net] has left #xen [] |
| 18:25 | -!- | homebaum [~michael@pool-71-182-88-246.ptldor.fios.verizon.net] has quit [Server closed connection] |
| 18:25 | -!- | homebaum [~michael@pool-71-182-88-246.ptldor.fios.verizon.net] has joined #xen |
| 18:32 | -!- | fuzzy [~fuzzy@99-203-126-214.area1.spcsdns.net] has quit [Ping timeout: 480 seconds] |
| 18:38 | -!- | ivan [~ikelly@5ac197ed.bb.sky.com] has quit [Quit: leaving] |
| 18:59 | -!- | hollisb [~hollisb@user-0vvdaf6.cable.mindspring.com] has joined #xen |
| 19:03 | -!- | mastermind [~mastermin@mastermind.kaltenbrunner.cc] has quit [Remote host closed the connection] |
| 19:59 | -!- | fuzzy [~fuzzy@68-26-237-127.area1.spcsdns.net] has joined #xen |
| 20:15 | -!- | fuzzy [~fuzzy@68-26-237-127.area1.spcsdns.net] has quit [Ping timeout: 480 seconds] |
| 20:30 | -!- | fuzzy [~fuzzy@99-203-117-12.area1.spcsdns.net] has joined #xen |
| 20:55 | -!- | _gh_ [~gerrit@c-67-169-199-103.hsd1.or.comcast.net] has quit [Read error: Connection reset by peer] |
| 20:59 | -!- | ahs3 [~ahs3@66.37.132.58] has quit [Quit: Ex-Chat] |
| 21:16 | -!- | fuzzy [~fuzzy@99-203-117-12.area1.spcsdns.net] has quit [Ping timeout: 480 seconds] |
| 21:23 | -!- | devnu11 [devnu11@devnu11.org] has quit [Read error: Connection reset by peer] |
| 21:24 | -!- | devnu11 [~devnu11@devnu11.org] has joined #xen |
| 21:31 | -!- | fuzzy [~fuzzy@70-6-201-55.area1.spcsdns.net] has joined #xen |
| 21:32 | -!- | fuzzy [~fuzzy@70-6-201-55.area1.spcsdns.net] has quit [] |
| 21:32 | -!- | _devnu11 [~devnu11@devnu11.org] has joined #xen |
| 21:33 | -!- | devnu11 [~devnu11@devnu11.org] has quit [Ping timeout: 480 seconds] |
| 21:33 | -!- | _devnu11 is now known as devnu11 |
| 21:34 | -!- | fuzzy [~fuzzy@99.203.111.153] has joined #xen |
| 21:38 | -!- | fuzzy_ [~fuzzy@70-6-210-214.area1.spcsdns.net] has joined #xen |
| 21:43 | -!- | devnu11 [~devnu11@devnu11.org] has quit [Quit: changing servers] |
| 21:44 | -!- | devnu11 [~devnu11@devnu11.org] has joined #xen |
| 21:45 | -!- | fuzzy [~fuzzy@99.203.111.153] has quit [Ping timeout: 480 seconds] |
| 21:47 | -!- | fuzzy_ [~fuzzy@70-6-210-214.area1.spcsdns.net] has quit [Quit: fuzzy_] |
| 21:48 | -!- | devnu11 [~devnu11@devnu11.org] has quit [] |
| 21:50 | -!- | devnu11 [~devnu11@devnu11.org] has joined #xen |
| 21:55 | -!- | fuzzy [~fuzzy@70-6-210-214.area1.spcsdns.net] has joined #xen |
| 21:56 | -!- | _devnu11 [devnu11@devnu11.org] has joined #xen |
| 21:58 | -!- | devnu11 [~devnu11@devnu11.org] has quit [Ping timeout: 480 seconds] |
| 22:01 | -!- | devnu11 [~devnu11@devnu11.org] has joined #xen |
| 22:04 | -!- | _devnu11 [devnu11@devnu11.org] has quit [Read error: Connection reset by peer] |
| 22:09 | -!- | devnu11 [~devnu11@devnu11.org] has quit [Quit: changing servers] |
| 22:10 | -!- | devnu11 [~devnu11@devnu11.org] has joined #xen |
| 22:15 | -!- | devnu11 [~devnu11@devnu11.org] has quit [Read error: Connection reset by peer] |
| 22:16 | -!- | fuzzy [~fuzzy@70-6-210-214.area1.spcsdns.net] has quit [Quit: fuzzy] |
| 22:30 | -!- | devnu11 [~devnu11@devnu11.org] has joined #xen |
| 22:35 | -!- | _devnu11 [~devnu11@devnu11.org] has joined #xen |
| 22:35 | -!- | devnu11 [~devnu11@devnu11.org] has quit [Read error: Connection reset by peer] |
| 22:36 | -!- | _devnu11 is now known as devnu11 |
| 22:43 | -!- | _devnu11 [~devnu11@devnu11.org] has joined #xen |
| 22:46 | -!- | devnu11 [~devnu11@devnu11.org] has quit [Ping timeout: 480 seconds] |
| 22:47 | -!- | _devnu11 is now known as devnu11 |
| 22:54 | -!- | devnu11 [~devnu11@devnu11.org] has quit [Read error: Connection reset by peer] |
| 23:35 | -!- | hollisb [~hollisb@user-0vvdaf6.cable.mindspring.com] has quit [Quit: Leaving] |
| 23:44 | -!- | fuzzy [~fuzzy@70.0.187.84] has joined #xen |
| 23:59 | -!- | VS_ChanLog [~stats@ns.theshore.net] has left #xen [Rotating Logs] |
| 23:59 | -!- | VS_ChanLog [~stats@ns.theshore.net] has joined #xen |
| --- | Log | closed Tue Jan 22 00:00:35 2008 |