| --- | Log | opened Sun Apr 03 00:00:43 2005 |
| 00:17 | --- | ---> braam [~braam@ip-80-226-144-210.vodafone-net.de] has joined #uml |
| 00:20 | --- | ---> randey [~randey@202.63.116.67] has joined #uml |
| 00:26 | --- | ---> braam_ [~braam@ip-80-226-144-210.vodafone-net.de] has joined #uml |
| 00:31 | --- | <<-- Basic [~Basic@fortress.tanners.org] has quit (Quit: Leaving) |
| 00:51 | --- | <<-- braam [~braam@ip-80-226-144-210.vodafone-net.de] has quit (Quit: Leaving) |
| 03:42 | --- | <<-- Newsome [~sorenson@byu-gw.customer.csolutions.net] has quit (Quit: Leaving) |
| 03:42 | --- | ---> rus [~rghf@rus.demon.co.uk] has joined #uml |
| 03:49 | --- | <<-- jvds [~rghf@rus.demon.co.uk] has quit (Ping timeout: 480 seconds) |
| 04:27 | --- | ---> leighbb [~leigh@port161-245.ubs.maxnet.co.nz] has joined #uml |
| 04:59 | --- | ---> CryptWizard [CryptWizar@182.70.233.220.exetel.com.au] has joined #uml |
| 05:52 | --- | <<-- leighbb [~leigh@port161-245.ubs.maxnet.co.nz] has quit (Quit: Download Gaim: http://gaim.sourceforge.net/) |
| 06:02 | --- | <<-- rafx [~rafx@adsl-65-42-86-81.dsl.chcgil.ameritech.net] has quit (Quit: Leaving) |
| 06:23 | --- | ---> shehjar [~shehjar@129.94.1.235] has joined #uml |
| 06:44 | --- | <<-- shehjar [~shehjar@129.94.1.235] has quit (Quit: shehjar has left the building..) |
| 06:49 | --- | ---> schlumpf2 [~schlumpf@dsl-084-056-165-105.arcor-ip.net] has joined #uml |
| 06:54 | --- | ---> mommer [1000@H92e4.h.pppool.de] has joined #uml |
| 06:55 | mommer | Hi. I'm having trouble mounting additional filesystems. I start my uml with |
| 06:55 | mommer | linux ubd0=heep_fs_ta ubd1=store_fs |
| 06:56 | mommer | but if I mount /dev/ubd1, I just get the root file system. Any ideas? What am I doing wrong? |
| 06:56 | mommer | I mean I get the same file system as on ubd1 |
| 06:56 | --- | <<-- schlumpf [~schlumpf@dsl-084-056-169-021.arcor-ip.net] has quit (Ping timeout: 480 seconds) |
| 06:56 | mommer | on ubd0 |
| 06:57 | mommer | i mean. |
| 06:57 | dejdo | mommer: ubda and ubdb? |
| 06:58 | mommer | neither exists in /dev/ |
| 06:59 | dejdo | then man makedev. |
| 06:59 | mommer | my fstab line is /dev/ubd0 / ext2 defaults 0 1 |
| 06:59 | dejdo | what about the syslog/dmesg? |
| 07:01 | nextime | mommer : are you using devfs? |
| 07:01 | mommer | syslog doesn't say anything interesting. dmesg has the lines ubda/ubdb: unknown partition table |
| 07:02 | mommer | nextime, afaik, yes. How do I find out? |
| 07:03 | mommer | I compiled it into the kernel, but I don't remember doing anything else. |
| 07:03 | nextime | mommer : linux --showconfig | grep DEVFS |
| 07:05 | mommer | Hm. It seems not. |
| 07:05 | nextime | mommer : ok, so, you can create the right block devices inside guest fs /dev/ |
| 07:06 | nextime | so, mknode /dev/ubd0 b 98 0 && mknode /dev/ubd1 b 98 16 |
| 07:06 | nextime | ops |
| 07:06 | nextime | s/mknode/mknod/ |
| 07:08 | mommer | ...or alternatively, mount /dev/ubd16, i guess :-) |
| 07:08 | mommer | that did the trick. |
| 07:11 | mommer | nextime, dejdo: thanks! |
| 07:17 | dejdo | szivesen :) |
| 07:24 | --- | User: *** CryptWizard is now known as CryptWizard-Sleep- |
| 08:00 | --- | <<-- DEac- [~deac@xdsl-81-173-160-81.netcologne.de] has quit (Ping timeout: 480 seconds) |
| 08:12 | --- | ---> DEac- [~deac@xdsl-81-173-162-110.netcologne.de] has joined #uml |
| 08:55 | --- | <<-- DEac- [~deac@xdsl-81-173-162-110.netcologne.de] has quit (Quit: Leaving) |
| 09:07 | --- | ---> DEac- [~deac@xdsl-81-173-162-110.netcologne.de] has joined #uml |
| 10:36 | --- | <<-- JViz [Anomaly@cpe-024-167-184-225.triad.res.rr.com] has quit (Ping timeout: 480 seconds) |
| 11:04 | --- | <<-- david [~dcoulson@gw-djc.davidcoulson.net] has quit (Read error: Connection reset by peer) |
| 11:16 | mommer | btw, how is the situation of the UML kernels with respect to security patches? I mean, the 2.4.27 kernel had a few vulnerabilities IIRC. Does the uml-patch include fixes for these? |
| 11:18 | --- | ---> AquaJo [~torbofh@p508B5C0A.dip.t-dialin.net] has joined #uml |
| 11:19 | dejdo | 2.6.11.x surely. |
| 11:22 | mommer | oh I see uml was merged in... It seems I was living under a rock. |
| 11:24 | dejdo | nice damp rock, to keep your skin wet? :) |
| 11:27 | mommer | :-) |
| 11:29 | --- | <<-- braam_ [~braam@ip-80-226-144-210.vodafone-net.de] has quit (Ping timeout: 480 seconds) |
| 11:39 | mommer | if I apply uml-2.4.27-bs1.patch to the 2.4.27 kernel, I'll be reasonably safe, right? |
| 11:40 | dejdo | except that 2.4 series have two newer versions. |
| 11:41 | mommer | yes, but does the uml patch work with them? |
| 11:41 | dejdo | dunno |
| 11:42 | mommer | hm... |
| 11:48 | mommer | anyone knows whether the uml-2.4.27-bs2-pre7 patch yields a stable kernel? |
| 11:50 | dejdo | may i ask why 2.4.27? |
| 11:51 | mommer | because it's the last 2.4 kernel for which there is a uml patch |
| 11:51 | dejdo | ok |
| 11:51 | dejdo | then why 2.4? |
| 11:52 | mommer | so you think I just use 2.6.11 and everything that worked under 2.4.x just works fine? |
| 11:59 | mommer | well, I think I'll try, |
| 12:01 | dejdo | i think yes, but i am using 2.6 so long, i can't give you exact answer. |
| 12:28 | mommer | works fine afaict. |
| 12:30 | --- | <<-- AquaJo [~torbofh@p508B5C0A.dip.t-dialin.net] has quit (Ping timeout: 480 seconds) |
| 12:42 | --- | ---> G2 [~ghenry@212.159.59.85] has joined #uml |
| 12:48 | --- | ---> AquaJo [~torbofh@p508B5C0A.dip.t-dialin.net] has joined #uml |
| 12:58 | --- | ---> david [~dcoulson@gw-djc.davidcoulson.net] has joined #uml |
| 12:59 | --- | User: *** david is now known as Guest255 |
| 13:05 | mommer | unknown HZ value. |
| 13:05 | mommer | Hm. |
| 13:06 | mikegrb | mommer: what distribution for the guest? |
| 13:06 | mikegrb | mommer: if debian or some such you need to update psutils |
| 13:06 | mikegrb | to a version that recognizes the 2.6 kernel |
| 13:07 | mommer | and how do I go about it? |
| 13:08 | mommer | fetch it from backports.org? |
| 13:09 | mikegrb | I dunno, sounds likely, I'm using sid |
| 13:16 | mommer | it is actually in backports (it is caled procps). Thanks |
| 13:23 | --- | User: *** Guest255 is now known as david |
| 14:02 | --- | <<-- AquaJo [~torbofh@p508B5C0A.dip.t-dialin.net] has quit (Ping timeout: 480 seconds) |
| 14:02 | --- | ---> Mephisto_ [~Mephisto@p5486402A.dip.t-dialin.net] has joined #uml |
| 14:04 | --- | <<-- Mephisto [~Mephisto@p54865309.dip.t-dialin.net] has quit (Ping timeout: 480 seconds) |
| 14:17 | --- | ---> AquaJo [~torbofh@p508B5C0A.dip.t-dialin.net] has joined #uml |
| 15:17 | --- | <<-- ljlane [~ljlane@snowman.net] has quit (Ping timeout: 480 seconds) |
| 15:19 | --- | <<-- Cowboy_ [~Cowboy@netblock-66-159-231-38.dslextreme.com] has quit (Remote host closed the connection) |
| 15:31 | --- | ---> Basic [~Basic@fortress.tanners.org] has joined #uml |
| 15:38 | --- | ---> dcoulson_ [~dcoulson@gw-djc.davidcoulson.net] has joined #uml |
| 15:38 | --- | <<-- david [~dcoulson@gw-djc.davidcoulson.net] has quit (Read error: Connection reset by peer) |
| 15:42 | --- | ---> dcoulson__ [~dcoulson@gw-djc.davidcoulson.net] has joined #uml |
| 15:42 | --- | <<-- dcoulson_ [~dcoulson@gw-djc.davidcoulson.net] has quit (Read error: Connection reset by peer) |
| 15:43 | --- | <<-- Basic [~Basic@fortress.tanners.org] has quit (Quit: Leaving) |
| 16:06 | --- | <--- mommer [1000@H92e4.h.pppool.de] has left #uml (Leaving) |
| 16:11 | --- | ---> TwoSchubert [~Loet@ERR.COS.CS.CMU.EDU] has joined #uml |
| 16:13 | --- | ---> leighbb [~leigh@port161-245.ubs.maxnet.co.nz] has joined #uml |
| 16:39 | --- | <<-- leighbb [~leigh@port161-245.ubs.maxnet.co.nz] has quit (Quit: Download Gaim: http://gaim.sourceforge.net/) |
| 16:49 | --- | User: *** CryptWizard-Sleep- is now known as CryptWizard |
| 17:10 | --- | <<-- TwoSchubert [~Loet@ERR.COS.CS.CMU.EDU] has quit (Quit: Never underestimate the power of stupid people in large groups!) |
| 17:15 | --- | User: *** CryptWizard is now known as CryptWizard{School |
| 17:31 | --- | ---> Cowboy_ [~Cowboy@netblock-66-159-231-38.dslextreme.com] has joined #uml |
| 17:47 | --- | <<-- AquaJo [~torbofh@p508B5C0A.dip.t-dialin.net] has quit (Quit: Wir müssen selbst die Veränderung sein, die wir in der Welt sehen wollen -Gandhi) |
| 18:12 | --- | ---> loko- [rbrown@67.171.66.213] has joined #uml |
| 18:19 | --- | <<-- loko [rbrown@67.171.66.213] has quit (Ping timeout: 480 seconds) |
| 18:22 | --- | <<-- Cowboy_ [~Cowboy@netblock-66-159-231-38.dslextreme.com] has quit (Remote host closed the connection) |
| 18:27 | --- | ---> tierra [~tierra@c-24-10-173-249.hsd1.ut.comcast.net] has joined #uml |
| 18:30 | --- | User: *** dcoulson__ is now known as david |
| 19:01 | --- | ---> Cowboy_ [~Cowboy@netblock-66-159-231-38.dslextreme.com] has joined #uml |
| 19:39 | --- | <<-- tierra [~tierra@c-24-10-173-249.hsd1.ut.comcast.net] has quit (Quit: Conscience is a mother-in-law whose visit never ends.) |
| 19:45 | --- | ---> tierra [~tierra@c-24-10-173-249.hsd1.ut.comcast.net] has joined #uml |
| 20:20 | --- | <<-- DEac- [~deac@xdsl-81-173-162-110.netcologne.de] has quit (Ping timeout: 480 seconds) |
| 20:21 | --- | <<-- tierra [~tierra@c-24-10-173-249.hsd1.ut.comcast.net] has quit (Quit: Conscience is a mother-in-law whose visit never ends.) |
| 20:29 | --- | ---> Newsome [~sorenson@byu-gw.customer.csolutions.net] has joined #uml |
| 20:34 | --- | ---> DEac- [~deac@xdsl-213-168-105-241.netcologne.de] has joined #uml |
| 20:55 | --- | ---> JViz [Anomaly@cpe-024-167-184-225.triad.res.rr.com] has joined #uml |
| 20:56 | --- | <<-- orospakr [~orospakr@CPE0004762b7051-CM001225701f0e.cpe.net.cable.rogers.com] has quit (Quit: Leaving) |
| --- | Log | closed Sun Apr 03 21:08:44 2005 |
| --- | Log | opened Sun Apr 03 20:08:47 2005 |
| 20:08 | --- | ---> mikegrb [~michael@thegrebs.com] has joined #uml |
| 20:10 | -!- | Irssi: Channel: Join to #uml was synced in 104 secs |
| --- | Log | closed Sun Apr 03 20:13:17 2005 |
| --- | Log | opened Sun Apr 03 20:13:18 2005 |
| 20:13 | --- | ---> mikegrb [~michael@thegrebs.com] has joined #uml |
| 20:14 | -!- | Irssi: Channel: Join to #uml was synced in 99 secs |
| 20:15 | --- | ---> orospakr [~orospakr@CPE0004762b7051-CM001225701f0e.cpe.net.cable.rogers.com] has joined #uml |
| 20:51 | --- | ---> tierra [~tierra@c-24-10-173-249.hsd1.ut.comcast.net] has joined #uml |
| 20:56 | --- | <<-- tierra [~tierra@c-24-10-173-249.hsd1.ut.comcast.net] has quit (Quit: ) |
| 21:16 | --- | <<-- randey [~randey@202.63.116.67] has quit (Remote host closed the connection) |
| 21:22 | --- | <<-- rus [~rghf@rus.demon.co.uk] has quit (Ping timeout: 480 seconds) |
| 21:52 | --- | <<-- da-x [karrde@bzq-82-81-92-91.red.bezeqint.net] has quit (Ping timeout: 480 seconds) |
| 21:59 | --- | ---> da-x [karrde@bzq-82-81-67-133.red.bezeqint.net] has joined #uml |
| 22:07 | --- | <<-- Nem^ [~Nem@p54ABE14B.dip.t-dialin.net] has quit (Ping timeout: 480 seconds) |
| 22:08 | --- | <<-- NemLappy^ [~Nem@p54ABE14B.dip.t-dialin.net] has quit (Ping timeout: 480 seconds) |
| 22:18 | --- | ---> Nem^ [~Nem@p54ABE836.dip.t-dialin.net] has joined #uml |
| 22:19 | --- | ---> NemLappy^ [~Nem@p54ABE836.dip.t-dialin.net] has joined #uml |
| 22:20 | solarce | new design --> http://www.solarce.org |
| 22:59 | --- | <--- VS_ChanLog [~stats@ns.theshore.net] has left #uml (Rotating Logs) |
| 22:59 | --- | ---> VS_ChanLog [~stats@ns.theshore.net] has joined #uml |
| 23:36 | --- | <<-- orospakr [~orospakr@CPE0004762b7051-CM001225701f0e.cpe.net.cable.rogers.com] has quit (Remote host closed the connection) |
| 23:37 | --- | ---> orospakr [~orospakr@CPE0004762b7051-CM001225701f0e.cpe.net.cable.rogers.com] has joined #uml |
| 23:51 | --- | <<-- Newsome [~sorenson@byu-gw.customer.csolutions.net] has quit (Quit: Leaving) |
| --- | Log | closed Mon Apr 04 00:00:23 2005 |