WebHosting Paid by #1Payday.Loans


   The ROCK Linux project has been discontinued in 2010. Here are the old data for the historical record!

[00:42] Freak_ (n=freak@dslb-082-083-205-238.pools.arcor-ip.net) joined #rocklinux.
[00:55] Freak (n=freak@dslb-082-083-194-071.pools.arcor-ip.net) left irc: Read error: 110 (Connection timed out)
[01:54] Freak (n=freak@dslb-082-083-211-072.pools.arcor-ip.net) joined #rocklinux.
[02:05] Freak_ (n=freak@dslb-082-083-205-238.pools.arcor-ip.net) left irc: Read error: 110 (Connection timed out)
[03:25] kasc_ (n=kasc@dslb-084-060-096-122.pools.arcor-ip.net) joined #rocklinux.
[03:33] kasc (n=kasc@dslb-084-060-104-130.pools.arcor-ip.net) left irc: Read error: 110 (Connection timed out)
[03:33] Nick change: kasc_ -> kasc
[04:48] netrunner (n=andreas@anvame.net) left irc: Remote closed the connection
[04:54] netrunner (n=andreas@anvame.net) joined #rocklinux.
[06:58] blindcoder (n=blindcod@tor/session/x-0aaef12091d8de16) left irc: Remote closed the connection
[06:59] blindcoder (n=blindcod@tor/session/x-a49cdb696db5cf3b) joined #rocklinux.
[07:03] <blindcoder> moin
[08:13] <netrunner> moin auch
[08:16] <netrunner> oh, interesting, 2k messages stalled at uni
[08:16] <blindcoder> hoeh o_O
[08:17] <netrunner> 1k of which are spam, and one was rejected by my exim what made fetchmail abort :/
[08:17] <netrunner> stupid crap does not give notice about it :(
[08:18] <blindcoder> anyway, gotta get some work done now
[08:18] <blindcoder> bbl
[08:42] <daja77_> moin
[08:51] <netrunner> moin daja77_ 
[08:52] <netrunner> blindcoder: should I send you my modified version of block.pl?
[09:02] <daja77_> how can I create the isof.txt that is needed for iso creation?
[09:24] <netrunner> daja77_: should be autocreated ...
[09:25] <netrunner> hm. but from whom ... maybe from create-iso?
[09:25] <daja77_> it is not there
[09:25] <daja77_> and create-iso fails because of this
[09:26] <daja77_> and i just need that iso ..
[09:26] <netrunner> daja77_: I put you a sample on https://andreas.anvame.net/content/download/isofs.txt
[09:26] <netrunner> daja77_: simple sed should make you happy.
[09:26] <netrunner> it belongs directly to the ROCK directory
[09:27] <netrunner> daja77_: have you specified the disc size for create-iso?
[09:27] <daja77_> no
[09:28] <netrunner> ah, shouldn't matter. I don't know where it should come from, ... but you can edit an old one.
[09:28] <daja77_> there is no old one
[09:28] <netrunner> daja77_: take the one from the link if you want to have a fast solution.
[09:30] <daja77_> ah isofs is missing on bootdisk
[09:35] <daja77_> -> Copy various helper applications.
[09:35] <daja77_> cp: cannot stat `/scratch/rock-daja/build/bootdisk-TRUNK-x86-pentium-mmx-32-bootdisk/lib/udev': No such file or directory
[09:35] <daja77_> perhaps because of that
[09:35] <netrunner> daja77_: I am sorry!
[09:35] Action: netrunner blushes and hides behind a ROCK
[09:35] <daja77_> ?
[09:36] <netrunner> I added /lib/udev to bootdisk, and later decided that udev shouldn't use /lib/udev at all.
[09:36] <netrunner> so I removed usage from udev.conf, but forgot about bootdisk and initrd
[09:36] <daja77_> d'oh
[09:37] <netrunner> patch in submaster.
[09:38] <netrunner> and in rock-community.
[09:39] <netrunner> hm, cannot be committed ...
[09:40] <daja77_> which parts do i have to rebuild?
[09:41] <netrunner> bootdisk
[09:41] <netrunner> no packages, it's just build_stage1.sh
[09:42] <netrunner> daja77_: your build aborted after that message?
[09:44] <daja77_> Creating initrd filesystem image:
[09:44] <daja77_> -> Creating temporary files.
[09:44] <daja77_> losetup: invalid option -- f
[09:44] <daja77_> and it claims rockinitrd is missing, should I add it?
[09:45] <netrunner> daja77_: hm, why should it need rockinitrd? it builds its own initrd ...
[09:45] <netrunner> I have another typo in udev.conf...
[09:46] <daja77_> dunno it just says it isn't in pkg map, not really bad
[09:46] <daja77_> perhaps that -f should be -d
[09:47] <netrunner> losetup -f here is for finding an unused loop device
[09:48] <daja77_> man losetup doesn't know about -f too
[09:48] <netrunner> util-linux 2.12p 0
[09:49] <netrunner> in 2.11z it is not present. in 2.12p it is.
[09:50] <daja77_> :(
[09:51] <netrunner> daja77_: you can replace it with the code from scripts/Create-UMLRootfs, search for "find a free loop device"
[09:51] <netrunner> someone there destroyed backwards compatibility
[09:52] <netrunner> hm, wait.
[09:53] <netrunner> after that losetup message it continues? there is already fallback code.
[09:53] <netrunner> just missing a silencer maybe :)
[09:55] <daja77_> ah ok
[09:56] <daja77_> the isofs.txt in bootdisk is still missing
[10:05] Action: netrunner trying to find where it should be created
[10:06] <netrunner> in target/bootdisk/build.sh
[10:06] <daja77_> I was just looking too
[10:06] <netrunner> did your bootdisk build complete?
[10:08] <daja77_> it called the cleanup procedure after the loopback thing
[10:08] <daja77_> so i'd say no
[10:09] <netrunner> hm, maybe the losetup error made it abort?
[10:09] <netrunner> should it be called in an eval or so?
[10:10] <daja77_> it looks like that
[10:14] <daja77_> i see no fallback code in build_stage1.sh here
[10:14] <daja77_> tmpdev="`losetup -f`"
[10:14] <daja77_> if [ -z "$tmpdev" ] ; then
[10:14] <daja77_> ..
[10:20] <netrunner> yes, that's fallback. if tmpdev is zero, then it tries manually to find one
[10:20] <daja77_> but it is not zero because the subshell exits with 1
[10:21] <daja77_> and thus stopping the script
[10:21] <daja77_> right?
[10:22] <netrunner> I think in your case the whole aborts because the losetup -f creates an error.
[10:22] <daja77_> that's what i said
[10:23] <daja77_> it would work if losetup -f returns zero but it can't due abortion ..
[10:23] <netrunner> I think you can just put an eval before the tmpdev=
[10:24] <netrunner> and a 2>/dev/null behind it if the former works
[10:24] Action: daja77_ trying
[10:24] <daja77_> if it works i send a patch
[10:26] <daja77_> yeah works
[10:27] <netrunner> got isofs now?
[10:27] <daja77_> thx
[10:27] <daja77_> it said it was created
[10:27] <netrunner> *clapclap
[10:27] <netrunner> *
[10:28] Action: netrunner fighting with udev
[10:28] <daja77_> ok the silencing needs an additional redirect
[10:29] <netrunner> daja77_: within the backticks.
[10:29] <netrunner> otherwise you'd silence the eval which doesn't say anything anyway :)
[10:29] <daja77_> stdout or stderr?
[10:30] <daja77_> should be stdout
[10:30] <netrunner> gngngn
[10:30] <daja77_> hm why not remove that line completely ..
[10:33] <netrunner> because it works on newer util-linux and is the builtin way to find a loopdevice
[10:34] <daja77_> ok
[10:40] <daja77_> i tested bootdisk in qemu
[10:41] <daja77_> it says /etc/fstab not found and thus isn't able to load 2nd stage from cdrom
[10:44] <netrunner> do you know who says so?
[10:45] <netrunner> hm, the udev things are missing from bootdisk, where have they gone ...
[10:46] <daja77_> and linuxrc says udevstart not found >_<
[10:47] <netrunner> daja77_: I can give you a patch to test if you wait a minute
[10:47] <daja77_> no can't tell where it comes from, but it looks like device name confusion
[10:47] <daja77_> ok
[10:47] <netrunner> at least for udev in bootdisk, maybe it fixes it.
[10:48] <daja77_> just have to rebuild bootdisk or a package?
[10:48] <netrunner> bootdisk probably.
[10:48] <daja77_> ok
[10:48] <daja77_> brb in about 10 min
[10:52] <netrunner> committed to sm. could help.
[11:08] <netrunner> cool, first commit over rock-community :)
[11:09] <blindcoder> re
[11:09] <blindcoder> netrunner: sure, please do
[11:10] <daja77_> hm the first patch fails
[11:11] <daja77_> guess the first hunk is already in
[11:12] <blindcoder> netrunner: why 'eval tmpdev='?
[11:13] <netrunner> blindcoder: because it works
[11:13] <netrunner> daja77_: yes, I see, udevstart was removed from bootdisk, but udevd was not added.
[11:13] <blindcoder> why doesn't tmpdev= work without eval?
[11:13] <netrunner> blindcoder: because losetup -f fails.
[11:13] <blindcoder> that shouldn't matter for the scritp
[11:13] <blindcoder> script
[11:14] <netrunner> blindcoder: well, obviously errors as in every build script lead to abort.
[11:14] <netrunner> daja77_: I'll rediff it against rock-community.
[11:14] <blindcoder> ah yes
[11:16] <daja77_> no there is udevstart in linuxrc but there are lines before that which are missing in your linuxrc
[11:16] Action: blindcoder --> lunch
[11:17] <daja77_> i will just replace that call with your lines
[11:18] <netrunner> is there hotplug in bootdisk?
[11:18] <daja77_> there was just a udevstart in that script
[11:19] <daja77_> after module loading ..
[11:19] Action: netrunner promises to switch to rock-community for patches after this build finished.
[11:20] <daja77_> there is no such line in build_stage1.sh like the one you change
[11:22] <netrunner> there is. just no udevstart there as in my tree was.
[11:24] <daja77_> i don't find it
[11:24] <netrunner> daja77_: I rediffed, now against rock-community. try that.
[11:24] <netrunner> daja77_: it is afte r"Copy various helper applications", the line where it copies things from sbin
[11:25] <daja77_> yeah found it, but this one had no udev at all
[11:25] <daja77_> added it
[11:26] <daja77_> well I added the changes manually
[11:26] <daja77_> trying
[11:41] <daja77_> still the same error + some new complaints about broken pipes while trying to mount proc and sysfs
[11:42] <daja77_> after your new patch, i reverted the crap i did
[11:44] Action: netrunner trying to access his build server via nxclient for some testing
[11:46] <daja77_> i can try to make a screenshot
[11:49] <daja77_> argh why doesn't qemu starting up its prompt anymore
[11:50] <daja77_> ah ok found it
[11:50] <netrunner> the bootdisk problem?
[11:52] <daja77_> https://lospalmos.homelinux.net/linuxrc.png
[11:56] <netrunner> argl. I thought about it. 
[11:58] <netrunner> committed fix.
[11:58] <netrunner> still don't know where the can't open /etc/fstab comes from.
[11:59] mnemoc_ (n=amery@200.75.27.38) joined #rocklinux.
[11:59] <daja77_> ok trying
[11:59] <blindcoder> re
[12:00] <daja77_> brb
[12:13] mnemoc (n=amery@200.75.27.90) left irc: Read error: 110 (Connection timed out)
[12:13] Nick change: mnemoc_ -> mnemoc
[12:14] <blindcoder> arghl
[12:14] <blindcoder> 473 mails
[12:14] <blindcoder> I shouldn't stop fetching mails for 
[12:14] <blindcoder> two weeks...
[12:18] <daja77_> re
[12:19] <netrunner> daja77_: next problem? :)
[12:20] <daja77_> we'll see
[12:22] <daja77_> the same problem + https://lospalmos.homelinux.net/uevent.png
[12:24] <blindcoder> what is line 417?
[12:24] <netrunner> echo 1 > $uevent
[12:24] <netrunner> what is ambiguous there?
[12:24] <daja77_> yep
[12:24] <daja77_> no idea
[12:24] <netrunner> maybe he does not know if he should write it into the variable or into the file?
[12:25] <blindcoder> no
[12:25] <blindcoder> put an echo $uevent or set -x there and try again
[12:25] <blindcoder> probably uevent is empty or  contains whitespace
[12:26] <netrunner> blindcoder: in /sys there are no whitespace-filenames.
[12:26] <blindcoder> s/are/should be/
[12:26] <daja77_> it is a typo i guess
[12:26] <netrunner> but then quotes around it could help
[12:26] <daja77_> while read uevenet; do echo 1 > $uevent
[12:26] <daja77_> done < <(find /sys -name uevent )
[12:26] <netrunner> aaaaah
[12:27] <netrunner> :(
[12:27] <blindcoder> oh
[12:27] Action: netrunner shooting too fast today
[12:27] <blindcoder> in my version there is < <( find /sys -name uevent )
[12:28] <daja77_> retry
[12:28] <netrunner> blindcoder: it's the while read uevenEt
[12:28] <blindcoder> while read uevent; do
[12:28] <blindcoder>                 echo 1 > $uevent
[12:28] <blindcoder> done < <( find /sys -name uevent )
[12:28] <blindcoder> that's the rock-community version
[12:31] <netrunner> blindcoder: target/bootdisk/linuxrc.sh
[12:32] <netrunner> best example why copy'npaste sometimes is not an antipattern.
[12:32] <blindcoder> netrunner: yeah, that's where I got this code from
[12:32] <blindcoder> I copied from initrd and pasted into bootdisk
[12:33] <netrunner> blindcoder: oups, then I just duplicated it.
[12:33] <netrunner> damn, my terminal is not heigh enough :(
[12:33] <daja77_> w00t
[12:33] <daja77_> it works
[12:34] <daja77_> the warning is still there
[12:34] <netrunner> daja77_: which?
[12:34] <daja77_> and there is still a udevstart in line 433 of linuxrc but the 2nd stage is loaded
[12:34] <netrunner> daja77_: I have accidently duplicated the uevent code, I think it would have sufficed to move it above the module loading.
[12:35] <daja77_> yeah stone tells me no harddisc found, and right he is in qemu ;)
[12:36] <daja77_> well i have the code above module loading but after it there is 
[12:36] <daja77_> echo "Waiting for devices to settle..."
[12:36] <daja77_> sleep 5
[12:36] <daja77_> udevstart
[12:36] <daja77_> just delete it?
[12:36] <netrunner> yes. 
[12:37] <daja77_> all 3 lines?
[12:37] <netrunner> that's what this uevent stuff is now doing
[12:37] <daja77_> ah
[12:37] <daja77_> should I sent a patch?
[12:40] <netrunner> no, I reverted what I did.
[12:40] <netrunner> the code was already there.
[12:40] <netrunner> just a few lines below.
[12:40] <blindcoder> anyway, gotta head to work now
[12:40] <blindcoder> if you submit patches, please also apply them to rock-community with '-SM' :)
[12:40] <blindcoder> bbl
[12:41] <netrunner> blindcoder: sure
[12:42] <daja77_> hm it works here with that code above
[12:44] <netrunner> daja77_: I think the fix was doing the udev dance before autoprobing modules. and starting udevd so it actually receives the events that are generated :)
[12:45] <daja77_> :)
[12:45] <daja77_> well that waring is still there but doesn't matter atm
[12:45] <owl> moin
[12:46] Action: daja77_ burning install cd now
[12:53] daja77 (n=daja77@dslb-088-072-045-247.pools.arcor-ip.net) joined #rocklinux.
[12:56] <netrunner> mahlzeit.
[13:06] daja77_ (n=daja77@dslb-088-072-046-077.pools.arcor-ip.net) left irc: Read error: 110 (Connection timed out)
[13:45] markuman (n=markuman@p50926DDC.dip.t-dialin.net) joined #rocklinux.
[14:00] <daja77> sigh
[14:01] <daja77> the install failed
[14:02] <daja77> the system itself installed quite well, but I get a panic on boot because bash claims it can't link against libdl.so.2 but tha damn file is there
[14:07] <netrunner> daja77: maybe not in the initrd?
[14:08] <daja77> any idea how can I work around that?
[14:09] <netrunner> well, is it in initrd or already the system?
[14:09] <daja77> it is while running init, that's why it panicks
[14:10] <netrunner> after running init? that is already out of initrd.
[14:11] <daja77> it says it cannot run init after that
[14:16] <netrunner> hm.
[14:16] <daja77> unfortunately this isn't qemu
[14:17] Action: netrunner taking a look
[14:17] <daja77> thx
[14:19] <netrunner> daja77: that mentioned lib is a symlink. or should be. do you have the target?
[14:19] <netrunner> could be /lib/ld-2.3.6.so
[14:19] <daja77> libdl-2.3.6.so 
[14:20] <daja77> maybe it should be a symlink
[14:20] <daja77> it is one on this working system too
[14:23] <netrunner> daja77: last thing he says is something about starting init in /root, parameters passed ...?
[14:24] <daja77> mom have to look up
[14:26] <daja77> ok it says
[14:26] <daja77> bash: unable to load shared library libdl.so.2
[14:26] <daja77> not syncing - attempted to kill init task
[14:26] <daja77> kernel panic
[14:26] <daja77> ..
[14:27] <netrunner> but before it?
[14:28] <netrunner> I am trying to find the point in the script where that happens :)
[14:28] <daja77> no unusual stuff before
[14:28] <daja77> perhaps I should scroll
[14:31] <netrunner> daja77: I don't really care if it is unusual, but it would help to locate it as the line where the usual output comes from should be somewhere in linuxrc, and after it the error happens.
[14:32] <th> i wanna have a recent crystal gemset... anything newer available somewhere else than iso.rl.de?
[14:33] <th> https://iso.rocklinux.de/rock-ftp/unofficial/daja/crystal/
[14:33] <th> uhh that would be 4 CDs?
[14:33] <th> wait
[14:33] <th> https://iso.rocklinux.de/rock-ftp/unofficial/daja/crystal/crystal-2005-03-21_cd1.iso
[14:33] <th> this one?
[14:33] <th> hmm
[14:35] <netrunner> th: I have a crystal from last october here.
[14:36] <netrunner> th: if you can wait a few days you can get a current community build :)
[14:37] <th> how many is "a few days"
[14:37] <th> as usual it's urgent :-/
[14:37] <daja77> netrunner: grub is set up insane, root was set to /dev/ram0 this can't work that way
[14:37] <netrunner> daja77: this is how it should be for the new initrd according to blindy.
[14:38] <daja77> i booted the machine by editing grub, but now i can't login because the system doesn't promt for a password but immediately returns login failed ..
[14:38] <netrunner> th: well, I could stop my current build and start building a crystal, which could be finished in 1-2 days.
[14:39] <daja77> th: i can make my gems available to you
[14:39] <th> how would that compare to the 2005-03-21 clt build?
[14:39] <th> i need something for production
[14:39] <th> for raphaels kolab2 server things
[14:39] <netrunner> th: for production I can build you from the stable tree :)
[14:39] <daja77> well trunk is not for production atm
[14:40] <netrunner> th: everything current has issues with udev that daja just fell into. 
[14:40] <th> so clt from march last year could be a good choice
[14:40] <daja77> netrunner: i don't need initrd when booting from hda1
[14:40] <netrunner> daja77: fake mentioned something about the shadow update
[14:40] <daja77> >_<
[14:40] <netrunner> daja77: ah, you don't use the initrd... say so :)
[14:40] <daja77> but grub is set to initrd by default
[14:40] <netrunner> daja77: I always use initrd even when booting from hda
[14:41] <daja77> hm i could try that too
[14:41] <daja77> but root should be /dev/hda1 and not /deb/ram0
[14:41] <netrunner> daja77: real_root=/dev/hda1 and root=/dev/ram0
[14:41] <netrunner> and real_init=/sbin/init and inti=/linuxrc 
[14:42] <daja77> ah ok
[14:42] <daja77> the real options are missing
[14:42] <netrunner> daja77: maybe not necessary, they can be used to override something
[14:42] <daja77> well i guess the shadow thing is screwed
[14:44] <netrunner> to 2006012023411220970  fake said it worked and blindy said it doesnt.
[14:44] <netrunner> the question is if it is in the tree that you built.
[14:44] <daja77> yes i think so
[14:45] <netrunner> daja77: did you use the community tree already?
[14:45] <daja77> no
[14:45] <netrunner> blindy says something about the need to create a system-auth file...
[14:45] <daja77> any idea how?
[14:46] Action: netrunner researching
[14:48] <netrunner> daja77: try to touch /etc/pam.d/system-auth
[14:50] <netrunner> daja77: or better copy it from /etc/pam.d/other
[14:57] <daja77> ok
[14:58] <netrunner> you can use the real_init option to get a bash after initialization by the initrd
[15:03] <daja77> i skipped initrd
[15:04] <daja77> now i get module unknown after typing the password
[15:05] <daja77> the last rock that was broken so badly i had 2 years ago
[15:12] <daja77> anyway perhaps i have to look at the given ruleset
[15:17] <netrunner> hm, I wonder how fake got that working :)
[15:17] <netrunner> maybe it works with empty file?
[15:18] <netrunner> hm, the modules should be there.
[15:20] <netrunner> ah, there is a pam_loginuid.so referenced in /etc/pam.d/login which does not exist.
[15:22] <blindcoder> I downgraded shadow and pam to get login working
[15:24] <blindcoder> daja77: init=/dev/ram0 is needed to load the initrd
[15:25] <netrunner> blindcoder: I don't go back to my old girlfriend just because my current sometimes nags at me :)
[15:26] <blindcoder> netrunner: I define shadow 4.0.14 as broken
[15:26] <blindcoder> netrunner: it wants system-auth, but doesn't ship it
[15:26] <netrunner> blindcoder: touch it :)
[15:26] <blindcoder> netrunner: and I have no idea how it should look like
[15:26] <blindcoder> netrunner: didn't help
[15:26] <netrunner> blindcoder: empty should be sufficient. but you can copy other as well.
[15:27] <netrunner> blindcoder: the problem is that there is a module referenced that does not exist, namely pam_loginuid.so
[15:27] <blindcoder> netrunner: another reason to consider it broken
[15:27] <blindcoder> netrunner: or at least consider the default configuration broken
[15:30] <daja77> netrunner: didn't found that module in the file
[15:31] <daja77> an empty file should really help?
[15:31] <daja77> blindcoder: could you work around it ion your installation?
[15:32] <blindcoder> daja77: no, I downgraded shadow and pam
[15:32] <netrunner> daja77: if you look at /etc/pam.d/login, there is a line that rererences loginuid.so
[15:33] <daja77> ah there
[15:33] <daja77> auth  required  /other_path/pam_strange_module.so <- yeah right
[15:33] <blindcoder> o_O
[15:33] <netrunner> huh?
[15:33] <daja77> just found that via google ^^
[15:35] <daja77> ok trying ti modify login
[15:35] <netrunner> daja77: sed -i -e 's,^\(.*loginuid\),#\1,'  /etc/pam.d/*
[15:35] <netrunner> it appears also in kde and kde-np
[15:36] <netrunner> why does bash not complete after : in filename?
[15:37] <blindcoder> \:
[15:37] <blindcoder> touch foo:bar
[15:37] <blindcoder> ls -l fo<tab>
[15:37] <blindcoder> ls -l foo\:bar
[15:37] <blindcoder> the colon is a hostname separator for many programs
[15:38] <blindcoder> tar, scp, rcp, ftp
[15:38] <blindcoder> even taper
[15:38] esden_ (i=esdentem@pallas.crash-override.net) joined #rocklinux.
[15:38] <netrunner> annoying.
[15:38] esden (i=esdentem@pallas.crash-override.net) left irc: Connection reset by peer
[15:39] <blindcoder> where does pam_loginuid.so come from, any?
[15:40] <blindcoder> ...
[15:40] <blindcoder> #
[15:40] <blindcoder> Comment out pam_loginuid.so in /etc/pam.d/login
[15:40] <blindcoder>     * #session required pam_loginuid.so
[15:40] <blindcoder>     * Don't ask. Just do this in blind belief.
[15:41] <blindcoder> these are the moments where I want to bash someones head against a wall.
[15:42] <blindcoder> many times.
[15:44] <th> hmm i failed to install this clt-version i just downloaded... i just followed the instructions. hmmm
[15:45] <th> it just did not do any hardware detection at all
[15:45] <th> perhaps i should not try to use our installer
[15:46] <netrunner> blindcoder: redhat has it ...
[15:47] <blindcoder> netrunner: has what?
[15:47] <netrunner> blindcoder: pam_loginuid.so
[15:48] <blindcoder> netrunner: where from?
[15:49] <netrunner> blindcoder: I don't know, it just appears to be in some rpms when I google for the name
[15:49] <blindcoder> yeah, tried that, too
[15:49] <netrunner> https://www.die.net/doc/linux/man/man8/pam_loginuid.8.html
[15:49] <daja77> yay i am now on the new installed machine
[15:50] <netrunner> daja77: commenting out helped?
[15:50] <blindcoder> daja77: by just removing the loginuid references?
[15:50] <daja77> netrunner: yep that's what i tried, now just read your suggestion ;)
[15:51] <daja77> blindcoder: i was on the way banging my head against the wall
[15:52] <daja77> th: it might be that you have to skip 2 or 3 packages
[15:52] <blindcoder> daja77: could you put the fix in a .conf file please?
[15:53] <daja77> for pam?
[15:54] <blindcoder> daja77: wherever applicable :)
[15:54] <daja77> remind me later please
[15:54] <daja77> have to fix the machine now
[15:55] <blindcoder> if you tell me what you did I can do it, too
[15:58] <netrunner> well, it's kdebase that ships etc/pam.d/kde{,-np}
[15:58] <netrunner> and shadow ships etc/pam.d/login
[16:00] <blindcoder> so we need to put the sed line into their .conf file?
[16:00] <netrunner> yes.
[16:00] <blindcoder> okay
[16:00] <netrunner> of find out where to get that module from.
[16:00] <blindcoder> yeah
[16:01] <netrunner> another thing is copy the other from pam to system-auth
[16:01] <daja77> erh interesting rocket emerge just tried first to build the package and then tried to download
[16:01] <netrunner> hehe :)
[16:01] <daja77> and all mirrors return error O_o
[16:02] <daja77> ok not all
[16:02] <netrunner> we should force all developers to do a fresh install on monthly base :)
[16:02] <netrunner> this seems to happen much to rare
[16:04] <blindcoder> indeed
[16:04] <blindcoder> hmm
[16:04] <blindcoder> rpmfind claims that pam_loginuid.so is contained in the pam package
[16:09] <blindcoder> hmm
[16:09] <blindcoder> seems to be a patch to pam from auditd
[16:10] SMP (n=stefanp@vanessa.wronline.net) left irc: Remote closed the connection
[16:10] SMP (n=stefanp@vanessa.wronline.net) joined #rocklinux.
[16:19] <blindcoder> okay
[16:19] <blindcoder> comment loginuid in etc/pam.d/other
[16:19] <daja77> you've done?
[16:19] <blindcoder> copy etc/pam.d/other to system-auth
[16:19] <blindcoder> comment loginuid in etc/pam.d/kde* from kdebase package
[16:19] <daja77> nop loginiud is in login, not in other
[16:20] <blindcoder> comment loginuid in etc/pam.d/* from shadow
[16:20] <blindcoder> ah, okay, then I can remove that again
[16:20] <daja77> guess I woe you a beer
[16:20] <blindcoder> okay
[16:20] <blindcoder>         sed -e 's,^\(.*loginuid\),#\1,' -i ${root}/etc/pam.d/login
[16:20] <blindcoder> in shadow
[16:21] <blindcoder>         sed -e 's,^\(.*loginuid\),#\1,' -i ${root}/etc/pam.d/kde*
[16:21] <blindcoder> in kdebase
[16:21] <blindcoder> and copying other to system-auth in pam
[16:21] <daja77> yep
[16:22] <blindcoder> Committed revision 33.
[16:23] <blindcoder> and now I'm going home
[16:23] <blindcoder> bbl
[16:24] <daja77> cu
[17:09] <blindcoder> re
[17:15] <daja77> wb
[17:15] <daja77> hm linux26-src needs ages to build
[17:16] <blindcoder> checksumming
[17:16] <blindcoder> and it's 'linux26-source'
[17:51] <daja77> yes but it should abort and report an error instead of building the kernel ...
[17:51] <blindcoder> I just committed a patch that does exactly that :)
[17:52] <daja77> hmpf
[17:52] <daja77> 1.5 hours for noticing >_<
[17:52] <blindcoder> 17:18 < blindcoder> and it's 'linux26-source'
[17:53] <daja77> yeah haven't looked here, because I tried to fix other stuff
[17:53] <blindcoder> I see :)
[17:54] <blindcoder> maybe I should highlight you more often
[17:54] <daja77> :D
[17:59] Action: netrunner -> home
[18:19] <netrunner> re
[18:19] <blindcoder> wb
[18:23] <netrunner> hm, 20 mins from work to home incl. hibernate and resume
[18:24] <blindcoder> good time :)
[18:25] <netrunner> hm. fitness or baking cake ...
[18:25] <netrunner> hard decision.
[18:25] <blindcoder> baking cake!
[19:03] Nick change: esden_ -> esden
[19:51] <blindcoder> wow... it just took six hours to build kdebase
[19:55] treo (n=xfman@L305d.l.pppool.de) joined #rocklinux.
[19:56] <treo> hi
[19:58] <blindcoder> moin treo 
[20:06] <netrunner> blindcoder: you enabled building docs?
[20:06] <netrunner> after finishing this build I'll probably retry the failed packages with only p-mmx
[20:09] <blindcoder> building docs?
[20:16] <blindcoder> after finishing this build I'm going to install it and see where there are still prbolems
[20:22] mnemoc (n=amery@200.75.27.38) left irc: Read error: 104 (Connection reset by peer)
[20:34] Action: netrunner noticed his livecd build does not boot :/
[20:34] <netrunner> but there are not the udev changes integrated
[20:37] markuman (n=markuman@p50926DDC.dip.t-dialin.net) left irc: Read error: 110 (Connection timed out)
[20:50] <blindcoder> HAH!
[20:50] <blindcoder> I think I just solved the "node $builddir on network" thingie
[20:50] <blindcoder> just need to test it now
[20:51] <blindcoder> 5-grub is a nice testcase :)
[20:52] <netrunner> arg, 5-grub failed here
[20:53] <blindcoder> o_O
[20:53] <netrunner> 3194 builds total, 1696 completed fine, 110 with errors.
[20:53] <blindcoder> maybe not such a good testcase :)
[20:53] <netrunner> LOL
[20:53] <netrunner> xorg failed. the error was:
[20:53] <netrunner> /bin/sh: line 1: /ROCK/build/whitewind-TRUNK-x86-pentium3-32-generic-expert/ROCK
[20:53] <blindcoder> three thousand builds o_O
[20:53] <blindcoder> the fuck
[20:53] <netrunner> /tools.chroot/wrapper/ln: Text file busy
[20:53] <blindcoder> huh?
[20:53] <blindcoder> what the hell are you doing?
[20:53] <netrunner> what error is that? :)
[20:53] <netrunner> cluster build
[20:54] <netrunner> local cluster
[20:54] <netrunner> 2 nodes on one pc
[20:54] <netrunner> but 3k builds, that's just a generic build with rebuild stage
[20:54] <blindcoder> ah, I see
[20:55] <blindcoder> you do realize that 9-ncurses will probably still fail?
[20:55] <blindcoder> src.grub.1140123025.3937.3552199207 -> /usr/src/node/build/crystal-TRUNK-x86-crystal/ROCK/src.grub.1140123025.3937.3552199207
[20:55] <blindcoder> *sigh*
[21:06] <netrunner> why?
[21:07] <netrunner> log-whitewind/9-ncurses.log
[21:08] <netrunner> do we have a policy for .desktop file clashes? 
[21:08] <netrunner> remove from kdelibs or from the package?
[21:09] <blindcoder> use common sense :)
[21:10] <blindcoder> no such policy
[21:10] <blindcoder> *sigh*
[21:10] <blindcoder> I really don't get why he creates that symlink...
[21:10] <blindcoder> according to this code it shouldn't be created
[21:13] <blindcoder> GNARF
[21:13] <blindcoder> mkdir foo
[21:13] <blindcoder> ln -s foo bar
[21:13] <blindcoder> [ -d bar ] && echo "is a directory"
[21:13] <blindcoder> is a directory
[21:13] <blindcoder> AAAAAAARRRRRRRRRRGGGGGGGGGGGGHHHHHHHHHHH
[21:18] <blindcoder> /usr/src/node/src.grub.1140124743.8536.3647697696 on /usr/src/trunk/build/crystal-TRUNK-x86-crystal/ROCK/src.grub.1140124743.8536.3647697696 type none (rw,bind)
[21:18] <blindcoder> :D
[21:19] <blindcoder> okay, let's see if that works
[21:25] blindcod1r (n=blindcod@85.31.187.84) joined #rocklinux.
[21:25] blindcoder (n=blindcod@tor/session/x-a49cdb696db5cf3b) left irc: Nick collision from services.
[21:26] Nick change: blindcod1r -> blindcoder
[21:41] <blindcoder>   -umount                       don't remove anything, just umount all the
[21:41] <blindcoder>                                 liggering mounts, implies '-full' and '-nocheck'
[21:41] <blindcoder> somehow, that contradicts itself
[21:46] <netrunner> finished.
[21:46] <blindcoder> finished?
[22:20] <netrunner> tart. wachauer tart. 
[22:21] <netrunner> now relaxing on my balcony until tomorrow
[22:57] <daja77> re
[23:38] treo (n=xfman@L305d.l.pppool.de) left irc: "safe the Planet, kill yourself"
[00:00] --- Fri Feb 17 2006