T2 IRC Log: 2011-02-23

This is the log as captured by an IRC bot in the channel. The statements are those of the individual people and might not neccessarily reflect the policy and legal rules as set forth by the T2 SDE Project.

« prev | next »

--- Log opened Wed Feb 23 00:00:06 2011
01:15 -!- mqueiros [~mqueiros@a81-84-45-163.cpe.netcabo.pt] has joined #t2
04:03 -!- mqueiros [~mqueiros@a81-84-45-163.cpe.netcabo.pt] has quit [Quit: Ex-Chat]
07:38 -!- rxr [~rene@85.183.32.143] has joined #t2
07:38 -!- Topic for #t2: T2 SDE | 8.0 released! | The Open T2 System Development Environment (SDE) | http://t2-project.org
07:38 -!- Topic set by rxr [~rene@85.183.32.143] [Wed Jul 28 15:50:12 2010]
07:38 [Users #t2]
07:38 [@ChanServ] [ CIA-14] [ mjungwirth] [ orici ] [ rxr ]
07:38 [ bobbytux] [ koan ] [ mtr ] [ rogermas`] [ Stealth]
07:38 -!- Irssi: #t2: Total of 10 nicks [1 ops, 0 halfops, 0 voices, 9 normal]
07:38 -!- Channel #t2 created Sun Nov 26 07:44:08 2006
07:38 -!- Irssi: Join to #t2 was synced in 7 secs
08:42 -!- rxr [~rene@85.183.32.143] has joined #t2
08:42 -!- Topic for #t2: T2 SDE | 8.0 released! | The Open T2 System Development Environment (SDE) | http://t2-project.org
08:42 -!- Topic set by rxr [~rene@85.183.32.143] [Wed Jul 28 15:50:12 2010]
08:42 [Users #t2]
08:42 [@ChanServ] [ CIA-14] [ mjungwirth] [ orici ] [ rxr ]
08:42 [ bobbytux] [ koan ] [ mtr ] [ rogermas`] [ Stealth]
08:42 -!- Irssi: #t2: Total of 10 nicks [1 ops, 0 halfops, 0 voices, 9 normal]
08:42 -!- Channel #t2 created Sun Nov 26 07:44:08 2006
08:42 -!- Irssi: Join to #t2 was synced in 6 secs
08:47 -!- Netsplit *.net <-> *.split quits: bobbytux
08:53 -!- Netsplit over, joins: bobbytux
09:24 -!- Netsplit *.net <-> *.split quits: bobbytux
09:36 -!- Netsplit over, joins: bobbytux
09:59 < rxr> moin
12:14 < rogermas`> moin
13:00 < rogermas`> just building 37.1 on my imac. I enabled wacom.
13:24 < rxr> ah, you tested .36.x that did not work, not yet 37. right?
13:58 < rogermas`> yes, 36.3 I think.
13:58 < rogermas`> building 37.1 on my G5 too.
14:00 < rogermas`> By the way, I moved /etc/modprob.conf to /etc/modprobe.d/modprobe.conf because of a deprecation warning on booting.
14:00 < rogermas`> Unfortunately that causes the kernel build to fail:
14:00 < rogermas`> !> Injecting programs and configuration ...
14:00 < rogermas`> !> cp: cannot stat `/etc/modprobe.conf': No such file or directory
14:01 < rxr> you need to update the mkinitrd script to copy the new location as well
14:01 < rogermas`> I'm just trying again with /etc/modprobe.conf symlinked to /etc/modprobe.d/
14:01 < rxr> initrd is build at the end of the linux kernel build
14:02 < rogermas`> So, hack the script then run the mkinitrd from stone?
14:02 < rxr> I would just run it from the CLI
14:02 < rxr> did you Emerge the kernel ?
14:03 < rogermas`> it did not finishe because of the modprobe.conf issue
14:03 < rxr> ok, but that is at the very end, everything but hte initrd should be in place
14:03 < rxr> you could just run: mkinitrd 2.6.37.1-dist
14:03 < rogermas`> too late: the kernel is (re)building.
14:04 < rxr> after you updated the mkinitrd ?
14:04 < rogermas`> No, after I symlinked modprobe.conf
14:08 < rogermas`> I suppose symlinking is rather ad hoc. I've never built or edited an initrd.
14:13 < rxr> hm, not sure if mkinitrd will copy the symlink content or the symlink
14:14 < rxr> tough, ok, the file is supposedly not all that important for booting
14:15 < rogermas`> Well, maybe I should delete the symlink and build the kernel again after editing the mkinitrd script.
14:16 < rxr> well first try the current run :-)
14:17 < rogermas`> yes. May have to wait until evening 'cos I have to leave for work now.
15:52 < rogermas`> 37.1 does not build on G5:
15:52 < rogermas`> fs/unionfs/commonfops.c: In function 'do_ioctl':
15:52 < rogermas`> fs/unionfs/commonfops.c:743:29: error: 'const struct file_operations' has no member named 'ioctl'
15:52 < rogermas`> fs/unionfs/commonfops.c:746:4: warning: passing argument 1 of 'lower_file->f_op->compat_ioctl' from incompatible pointer type
15:52 < rogermas`> fs/unionfs/commonfops.c:746:4: note: expected 'struct file *' but argument is of type 'struct inode *'
15:52 < rogermas`> fs/unionfs/commonfops.c:746:4: warning: passing argument 2 of 'lower_file->f_op->compat_ioctl' makes integer from pointer withou\
15:52 < rogermas`> t a cast
15:52 < rogermas`> fs/unionfs/commonfops.c:746:4: note: expected 'unsigned int' but argument is of type 'struct file *'
15:53 < rogermas`> fs/unionfs/commonfops.c:746:4: error: too many arguments to function 'lower_file->f_op->compat_ioctl'
16:02 < rxr> ah, stupid unionfs
16:02 < rxr> yeah, have to update that as well
16:03 < rogermas`> what _is_ unionfs?
16:04 < rxr> overlay filesystem, to make read-only (e.g. optical) media writeable (by storing the changes in RAM or elsewhere), commonly used for livecd et al.
16:04 < rogermas`> thanks.
16:05 < rxr> you could just unselect it for now
16:06 < rogermas`> in the kernel config?
16:10 < rxr> no, t2 package selection
16:11 < rxr> unionfs is an add-on package
16:15 < rogermas`> OK. starting build now.
20:00 < CIA-14> rene * r38724 /trunk/package/emulators/kvm/ (11 files): * updated kvm (0.12.5 -> 0.14.0)
22:51 -!- Netsplit *.net <-> *.split quits: orici, koan
22:51 -!- Netsplit *.net <-> *.split quits: mjungwirth
22:51 -!- Netsplit *.net <-> *.split quits: @ChanServ
22:57 -!- Netsplit over, joins: orici, koan
23:18 -!- rxr [~rene@85.183.32.143] has quit [Ping timeout: 276 seconds]
23:18 -!- rxr_ [~rene@85.183.32.143] has joined #t2
23:18 -!- Topic for #t2: T2 SDE | 8.0 released! | The Open T2 System Development Environment (SDE) | http://t2-project.org
23:18 -!- Topic set by rxr [~rene@85.183.32.143] [Wed Jul 28 15:50:12 2010]
23:18 [Users #t2]
23:18 [@ChanServ] [ CIA-14] [ mjungwirth] [ orici ] [ rxr ] [ Stealth]
23:18 [ bobbytux] [ koan ] [ mtr ] [ rogermas`] [ rxr_]
23:18 -!- Irssi: #t2: Total of 11 nicks [1 ops, 0 halfops, 0 voices, 10 normal]
23:18 -!- Channel #t2 created Sun Nov 26 07:44:08 2006
23:18 -!- Irssi: Join to #t2 was synced in 7 secs
23:27 -!- mtr is now known as 5EXAB8BKC
23:31 -!- Netsplit *.net <-> *.split quits: 5EXAB8BKC, rxr
23:35 -!- mtr [~michael@v29762.1blu.de] has joined #t2
23:43 -!- bobbytux [~bobbytux@ARouen-553-1-179-5.w90-23.abo.wanadoo.fr] has quit [Ping timeout: 250 seconds]
23:43 -!- bobbytux [~bobbytux@ARouen-553-1-179-5.w90-23.abo.wanadoo.fr] has joined #t2
--- Log closed Thu Feb 24 00:00:06 2011