=== mkrufky [n=mk@unaffiliated/mkrufky] has left #ubuntu-kernel [] | ||
=== zelrik [n=zelrikri@ip70-177-196-51.hr.hr.cox.net] has joined #ubuntu-kernel | ||
zelrik | hello | 12:22 |
---|---|---|
=== anibal [n=anibal@debian/developer/anibal] has joined #ubuntu-kernel | ||
BenC | mjg59: ping | 01:12 |
mjg59 | BenC: Hi | 01:20 |
BenC | mjg59: You seem to be the right guy to talk to about usplash_write :) | 01:20 |
BenC | mjg59: I have a script that is using INPUTENTER, and the second call doesn't seem to wait for an enter key...any ideas? | 01:21 |
mjg59 | I didn't write that code, I'm afraid | 01:21 |
BenC | Ah, then the manpage is misleading | 01:22 |
BenC | or maybe you're the author of the manpage | 01:22 |
mjg59 | Oh, I wrote the rest of it | 01:22 |
mjg59 | Just not the input stuff | 01:22 |
BenC | ah | 01:22 |
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel | ||
=== johanbr [n=j@blk-137-114-65.eastlink.ca] has joined #ubuntu-kernel | ||
=== holycow [n=hello@mail.wjsgroup.com] has joined #ubuntu-kernel | ||
=== BenC__ [n=bcollins@collinsap1.phunnypharm.org] has joined #ubuntu-kernel | ||
mdz | BenC__: I'm sure I"ve asked this before, but I don't remember...can I use either of the sets of prebuilt vmware modules with VMWare workstation? if so, which one? if not, what's my alternative? | 01:59 |
lifeless | its the same modules for both workstation and server no ? | 02:00 |
BenC__ | mdz: Either -player or -server should work with workstation | 02:00 |
mdz | BenC: I have the server modules installed, but can't get workstation to run | 02:01 |
BenC | mdz: It's not simple getting it to use them though | 02:01 |
mdz | vmware-config.pl tries to build the modules and fails (they don't compile) | 02:01 |
BenC | mdz: is this workstation 5 or beta6? | 02:01 |
mdz | BenC: 5 | 02:02 |
mdz | is it easier with 6? | 02:02 |
BenC | mdz: No, but I have beta6 tarballs that build | 02:02 |
BenC | you can probably snag the tarballs in lrm and put them in /usr/local/lib/vmware/modules/source/ | 02:02 |
mdz | I only have a license for 5 | 02:02 |
mdz | maybe it's time to try kvm | 02:02 |
BenC | grep vmx /proc/cpuinfo | 02:03 |
BenC | if that doesn't show anything you might as well use qemu | 02:03 |
mdz | it doesn't (this is an amd64) | 02:03 |
BenC | Oh, I forget what the amd64 flag is | 02:03 |
mdz | open /dev/kvm: No such file or directory | 02:04 |
mdz | Could not initialize KVM, will disable KVM support | 02:04 |
BenC | but "modprobe kvm-amd" should only work if you support it | 02:04 |
BenC | you have to load the module manually | 02:04 |
BenC | and you'll need to add yourself to the kvm group to access /dev/kvm | 02:04 |
mdz | doesn't load, oh well | 02:05 |
BenC | qemu works pretty well | 02:08 |
BenC | not sure what you are using it for, but I used it for some install/kernel testing | 02:09 |
=== mjg59_ [n=mjg59@cavan.codon.org.uk] has joined #ubuntu-kernel | ||
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel | ||
=== tumbleweed [n=stefanor@sirius.stratexnet.co.za] has joined #ubuntu-kernel | ||
BenC | usplash seems to be just dieing when I use INPUTENTER | 02:35 |
=== mjg59 [n=mjg59@cavan.codon.org.uk] has joined #ubuntu-kernel | ||
BenC | mjg59: is there an easy way to test usplash from command line? | 02:42 |
mjg59 | BenC: Easiest is to ssh in | 03:03 |
BenC | confirmed...using any sort of input junk just fucks usplash all up | 03:32 |
BenC | if it doesn't crash immediate, it will shortly after | 03:32 |
=== anibal [n=anibal@debian/developer/anibal] has joined #ubuntu-kernel | ||
mjg59 | BenC: Probably some buffer overrun in there | 03:39 |
mjg59 | BenC: Tried valgrinding it? | 03:39 |
BenC | not yet | 03:40 |
pkl_ | mdz: BenC: the am64 VT flag is svm ... | 03:40 |
BenC | mjg59: valgrind doesn't show anything useful | 03:46 |
BenC | I think it might just be the fifo getting closed | 03:47 |
BenC | mjg59: Found it...close(fifo_outfd) gets called when fifo_outfd isn't initialized to anything know | 03:51 |
BenC | betting it's closing random fd's | 03:51 |
mjg59 | BenC: Oh, urgh. | 03:55 |
mjg59 | BenC: It's in bzr - feel free to commit a fix :) | 03:55 |
TheMuso | c | 04:01 |
=== TheMuso [n=luke@ubuntu/member/themuso] has left #ubuntu-kernel [] | ||
=== holycow [n=hello@mail.wjsgroup.com] has joined #ubuntu-kernel | ||
BenC | lol | 05:01 |
BenC | char inputbuf[PIPE_BUF] ; | 05:01 |
BenC | free(inputbuf); | 05:01 |
mjg59 | Oops. | 05:05 |
BenC | This thing is whacked...usplash_write "INPUTENTER ..." doesn't block, but usplash does until it gets input | 05:08 |
kylem | heh. | 05:11 |
BenC | the broken part is that the outfifo doesn't get anything when INPUTENTER is used | 05:15 |
BenC | yay, it's working | 05:25 |
BenC | three bugs in one function | 05:28 |
BenC | mjg59: Got the bzr url for usplash? | 05:32 |
mjg59 | Not to hand | 05:32 |
mjg59 | It's on Launchpad | 05:32 |
BenC | sweet, the fixes give me working usplash stuff for driver-updates | 05:39 |
mjg59 | Win | 05:42 |
fabbione | BenC: still around? | 07:01 |
=== fabbione [i=fabbione@gordian.fabbione.net] has joined #ubuntu-kernel | ||
=== Lure [n=lure@external-7.hermes.si] has joined #ubuntu-kernel | ||
mdz | BenC: it's in ~ubuntu-core-dev I believe | 08:22 |
=== sky_walkie [i=czzhrd02@xdsl-563.lodz.dialog.net.pl] has joined #ubuntu-kernel | ||
=== cassidy [n=cassidy@host-213-189-171-21.brutele.be] has joined #ubuntu-kernel | ||
=== joumetal [n=jouni@laku34.adsl.netsonic.fi] has joined #ubuntu-kernel | ||
=== pkl_ [n=phillip@lougher.demon.co.uk] has joined #ubuntu-kernel | ||
=== lifeless [n=robertc@ppp245-86.static.internode.on.net] has joined #ubuntu-kernel | ||
=== joumetal [n=jouni@laku34.adsl.netsonic.fi] has left #ubuntu-kernel ["Leaving"] | ||
=== zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-kernel | ||
=== pkl_ [n=phillip@lougher.demon.co.uk] has joined #ubuntu-kernel | ||
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-kernel | ||
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-kernel | ||
=== pkl_ [n=phillip@lougher.demon.co.uk] has joined #ubuntu-kernel | ||
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel | ||
=== zul_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel | ||
=== Eruantalon [n=hans@5634185c.rev.stofanet.dk] has joined #ubuntu-kernel | ||
=== pkl_ [n=phillip@lougher.demon.co.uk] has joined #ubuntu-kernel | ||
=== rpereira [n=rpereira@ubuntu/member/rpereira] has joined #ubuntu-kernel | ||
=== mjg59 [n=mjg59@cavan.codon.org.uk] has joined #ubuntu-kernel | ||
=== pkl_ [n=phillip@lougher.demon.co.uk] has joined #ubuntu-kernel | ||
=== Eruantalon [n=hans@5634185c.rev.stofanet.dk] has joined #ubuntu-kernel | ||
=== mjg59 [n=mjg59@cavan.codon.org.uk] has joined #ubuntu-kernel | ||
=== tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-kernel | ||
=== rikai_ [n=rikai@unaffiliated/rikai] has joined #ubuntu-kernel | ||
=== rikai [n=rikai@unaffiliated/rikai] has joined #ubuntu-kernel | ||
=== pmjdebruijn [n=pmjdebru@pmjdebruijn.xs4all.nl] has joined #ubuntu-kernel | ||
=== holycow [n=hello@mail.wjsgroup.com] has joined #ubuntu-kernel | ||
=== Lure [n=lure@clj46-234.dial-up.arnes.si] has joined #ubuntu-kernel | ||
=== tumbleweed [n=stefanor@sirius.stratexnet.co.za] has joined #ubuntu-kernel | ||
=== johanbr [n=j@JBrannlund.MathStat.Dal.Ca] has joined #ubuntu-kernel | ||
=== ivoks [n=ivoks@83-131-59-135.adsl.net.t-com.hr] has joined #ubuntu-kernel | ||
=== doko [n=doko@dslb-088-074-012-118.pools.arcor-ip.net] has joined #ubuntu-kernel | ||
=== doko_ [n=doko@dslb-088-074-012-118.pools.arcor-ip.net] has joined #ubuntu-kernel | ||
=== pwnguin [n=jld5445@camaro.cis.ksu.edu] has joined #ubuntu-kernel | ||
pwnguin | BenC: toshiba-acpi appears to be fixed now | 07:18 |
BenC | pwnguin: excellent, thanks for checking it | 07:18 |
pwnguin | BenC: ive also noted this on launchpad. | 07:18 |
pwnguin | (and removed it from my laptop testing page) | 07:19 |
=== tumbleweed [n=stefanor@sirius.stratexnet.co.za] has joined #ubuntu-kernel | ||
=== Eruantalon [n=hans@5634185c.rev.stofanet.dk] has joined #ubuntu-kernel | ||
=== johanbr [n=j@JBrannlund.MathStat.Dal.Ca] has left #ubuntu-kernel ["Ex-Chat"] | ||
=== pwnguin [n=jld5445@camaro.cis.ksu.edu] has left #ubuntu-kernel [] | ||
=== rpereira [n=rpereira@ubuntu/member/rpereira] has joined #ubuntu-kernel | ||
=== philwyett [n=philwyet@bb-87-81-146-45.ukonline.co.uk] has joined #ubuntu-kernel | ||
=== okaratas [n=ozgurk@fsf/member/okaratas] has joined #ubuntu-kernel | ||
zul | BenC: quintela the redhat guy is having a hell of a time port Xen to 2.6.20 fyi | 09:50 |
=== ivoks [n=ivoks@19-98.dsl.iskon.hr] has joined #ubuntu-kernel | ||
zul | later | 10:05 |
=== nemro [n=mirco@c-71-196-44-149.hsd1.fl.comcast.net] has joined #ubuntu-kernel | ||
=== anibal [n=anibal@debian/developer/anibal] has joined #ubuntu-kernel | ||
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel | ||
=== nemro [n=mirco@c-71-196-44-149.hsd1.fl.comcast.net] has joined #ubuntu-kernel | ||
nemro | erm | 10:30 |
=== nemro [n=mirco@c-71-196-44-149.hsd1.fl.comcast.net] has joined #ubuntu-kernel | ||
=== ivoks_ [n=ivoks@19-98.dsl.iskon.hr] has joined #ubuntu-kernel | ||
=== _MMA_ [n=mma@cpe-071-070-203-016.nc.res.rr.com] has joined #ubuntu-kernel | ||
_MMA_ | BenC: Can you still use the -lowlatency kernels in Edgy? | 10:54 |
=== _MMA_ doesnt know if things have changed. | ||
BenC | _MMA_: Current kernels have problems with older hal | 10:54 |
_MMA_ | :( | 10:54 |
BenC | you can use it, but some things stop working (like inserted a CD or usb-storage drive wont auto-mount) | 10:55 |
_MMA_ | Ok. Ill let them know. | 10:55 |
_MMA_ | I have someone who wants to try it. | 10:55 |
BenC | you could pull in the newer hal with the rest of the deps that feisty kernel needs | 10:55 |
_MMA_ | Thanx. | 10:55 |
_MMA_ | Ok. | 10:55 |
BenC | hal, udev, module-init-tools, initramfs-tools | 10:56 |
BenC | that should cover it | 10:56 |
_MMA_ | It should just do it right? As a depend? | 10:56 |
_MMA_ | The update. | 10:56 |
BenC | kernel doesn't depend on too many things like it's supposed to | 10:56 |
_MMA_ | Well it mess with a Edgy kernel? | 10:56 |
BenC | I can conflict with older hal, but then it might cause older hal to get removed, so I don't do it | 10:57 |
_MMA_ | If they go back that is. | 10:57 |
BenC | not sure | 10:57 |
_MMA_ | Ok. | 10:57 |
BenC | actually it does a little | 10:57 |
BenC | initramfs-tools wont generate initrd's for edgy kernels | 10:57 |
_MMA_ | hmm... | 10:57 |
BenC | I should probably fix that, so that might not be true for feisty release | 10:58 |
_MMA_ | Ok. I have a guinea pig but this might deter them. | 10:58 |
lifeless | isn't there a DRI ABI incompatability across edgy <-> feisty ? | 11:12 |
=== rikai [n=rikai@unaffiliated/rikai] has joined #ubuntu-kernel |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!