| --- | Log | opened Wed Jun 03 00:00:38 2009 |
| 00:07 | -!- | da-x [~karrde@bzq-79-176-17-233.red.bezeqint.net] has quit [Read error: Connection reset by peer] |
| 08:34 | -!- | balbir [~balbir@116.50.167.3] has joined #uml |
| 09:05 | -!- | aindilis` [~aindilis@75.146.96.198-Illinois.hfc.comcastbusiness.net] has quit [Ping timeout: 480 seconds] |
| 09:49 | -!- | aindilis` [~aindilis@75.146.96.198-Illinois.hfc.comcastbusiness.net] has joined #uml |
| 12:58 | -!- | balbir [~balbir@116.50.167.3] has quit [Read error: Connection reset by peer] |
| 13:16 | -!- | balbir [~balbir@116.50.167.3] has joined #uml |
| 13:35 | -!- | Intensity [cnVJTsUz08@panix1.panix.com] has joined #uml |
| 14:00 | -!- | balbir [~balbir@116.50.167.3] has quit [Ping timeout: 480 seconds] |
| 15:47 | -!- | da-x [~karrde@bzq-79-181-109-106.red.bezeqint.net] has joined #uml |
| 16:14 | -!- | silug [~steve@ppp-70-225-78-56.dsl.covlil.ameritech.net] has quit [Quit: ircII EPIC4-2.10 -- Are we there yet?] |
| 16:41 | -!- | silug [~steve@ppp-70-225-78-56.dsl.covlil.ameritech.net] has joined #uml |
| 17:08 | -!- | hacktolive [~ubuntu@bl8-116-231.dsl.telepac.pt] has joined #uml |
| 17:09 | <hacktolive:#uml> | hi all, anyone knows how to create a COW (copy-on-write) for UML? I can't find any info on the internet.... thanks |
| 17:14 | -!- | silug [~steve@ppp-70-225-78-56.dsl.covlil.ameritech.net] has quit [Read error: Connection reset by peer] |
| 17:25 | <bldewolf:#uml> | hacktolive: have you installed the usermode utilities |
| 17:25 | <bldewolf:#uml> | on the host |
| 17:26 | <hacktolive:#uml> | just installed now... but I don't know how to create a COW... |
| 17:26 | <hacktolive:#uml> | is it a raw filesystem? (created with dd?) |
| 17:26 | <hacktolive:#uml> | I'm not familiar with "COW"? |
| 17:27 | <hacktolive:#uml> | what command is used to create one COW-file? |
| 17:29 | -!- | hfb [~hfb@pool-96-247-49-46.lsanca.dsl-w.verizon.net] has joined #uml |
| 18:47 | <bldewolf:#uml> | hacktolive: http://user-mode-linux.sourceforge.net/old/shared_fs.html |
| 18:47 | <bldewolf:#uml> | that's kind of out of date though |
| 18:51 | <bldewolf:#uml> | actually no it looks fine, sorry |
| 18:54 | <hacktolive:#uml> | bldewolf, I have read that, thanks, but I'm still a bit confused... the problem is that I'm working with non standard files |
| 18:54 | <hacktolive:#uml> | i am working with mountlo, trying to modify the source, so that I can mount many files at the same time: http://pastebin.com/f3af90d85 |
| 19:01 | <bldewolf:#uml> | I'm not sure what you're trying to do |
| 19:01 | <bldewolf:#uml> | you can mount multiple files as block devices with uml already? |
| 19:03 | <hacktolive:#uml> | I am not working with uml itself, I don't even have a root-filesystem |
| 19:03 | <hacktolive:#uml> | my "ultimate goal" is to be able to mount the same file several times (as non-root user) |
| 19:06 | <hacktolive:#uml> | the problem is that I always get the same errors: |
| 19:06 | <hacktolive:#uml> | --- kernel messages: |
| 19:06 | <hacktolive:#uml> | F_SETLK failed, file already locked by pid 23117 |
| 19:06 | <hacktolive:#uml> | Failed to lock './a.runz', err = 11 |
| 19:06 | <hacktolive:#uml> | Failed to open './a.runz', errno = 11 |
| 19:06 | <hacktolive:#uml> | ubda: Can't open "./a.runz": errno = 11 |
| 19:07 | <hacktolive:#uml> | and I think its UML "fault"... but I'm not sure |
| 19:07 | <bldewolf:#uml> | what does it have to do with UML, then? |
| 19:08 | <hacktolive:#uml> | it uses UML to be able to mount in user-mode (non-root) |
| 19:08 | <hacktolive:#uml> | and I think this error is related to UML... |
| 19:10 | -!- | silug [~steve@ppp-70-225-78-56.dsl.covlil.ameritech.net] has joined #uml |
| 19:10 | <bldewolf:#uml> | have you look into something like unionfs-fuse? |
| 19:11 | <bldewolf:#uml> | for doing cow |
| 19:12 | <hacktolive:#uml> | not really... never had considered... but it might be a good idea... |
| 19:14 | <bldewolf:#uml> | I've personally only used the kernel implementions of unionfs, but they seem like a better idea than dragging UML in and hacking something yourself :) |
| 19:15 | <hacktolive:#uml> | hmm.... very good idea indeed... attacking the problem from other angle... clever... thanks... it **might** work after doing some modifications to the code... |
| 19:15 | <bldewolf:#uml> | no problem, good luck |
| 19:19 | <hacktolive:#uml> | thanks... the problem with that is that it is harder to keep track of mounted files... it was just easier to be able to mount the same file many times... but... at least its an idea worth trying! |
| 19:21 | <bldewolf:#uml> | well, I think with unionfs you could mount the base file once, then use that as a read-only part of only unionfs mounts to it |
| 19:26 | <hacktolive:#uml> | yeah, just had an idea how to keep track of it... |
| 19:31 | <hacktolive:#uml> | holy c*ap, the union-fs really works! Know I just have to code it, and add a way to keep track of files... |
| 19:31 | <hacktolive:#uml> | thanks a lot, I really appreciate it! |
| 19:32 | <hacktolive:#uml> | time to go, bye! thanks |
| 19:34 | -!- | hacktolive [~ubuntu@bl8-116-231.dsl.telepac.pt] has left #uml [] |
| 20:03 | -!- | silug [~steve@ppp-70-225-78-56.dsl.covlil.ameritech.net] has quit [Read error: Connection reset by peer] |
| 20:36 | -!- | fo0bar [~fo0bar@feh.colobox.com] has quit [Ping timeout: 480 seconds] |
| 21:36 | -!- | fo0bar [fo0bar@feh.colobox.com] has joined #uml |
| 21:59 | -!- | silug [~steve@ppp-70-225-78-56.dsl.covlil.ameritech.net] has joined #uml |
| 22:19 | -!- | hfb [~hfb@pool-96-247-49-46.lsanca.dsl-w.verizon.net] has quit [Quit: Leaving] |
| 23:38 | -!- | balbir [~balbir@116.50.167.3] has joined #uml |
| 23:59 | -!- | VS_ChanLog [~stats@ns.theshore.net] has left #uml [Rotating Logs] |
| 23:59 | -!- | VS_ChanLog [~stats@ns.theshore.net] has joined #uml |
| --- | Log | closed Thu Jun 04 00:00:42 2009 |