| fireba11 | stew no way .. who ? :-) |
| b_jonas | well, I'm using this one because the local mirrors gave me problems but the problematic packages seemed to be the GAP ones so I'm not too worried nothing should depend on them, and I'm using a version I've installed from source anyway and gap had installation problems already |
| \amethyst | whee, broken dependencies in sid! /me is happy again |
| b_jonas | ok, let me see the next step |
| LLcoolM | \amethyst: perl -e 'my @sect; my $changed=0; while(<>) { if(/^diff/) { print @sect if $changed; ($changed,@sect)=(0,$_); } else { push @sect, $_; /^(\+|\-)[^+-]/ and ++$changed } } print @sect if $changed;' original.diff > simplified.diff would that be ok for both + and -? |
| hark | DawnLight: moment.. gtg |
| LLcoolM | i am not sure how perl handles the [] if it were a set operator then it should be ok |
| \amethyst | LLcoolM: /^[+-][^+-]/ works |
| b_jonas | aptitude install libfam0 xlibmesa-glu |
| \amethyst | LLcoolM: note that this will miss diffed lines that began with a - or + |
| stew | /^[+-] / would work too (iirc) |
| \amethyst | stew: nope, no spaces |
| LLcoolM | \amethyst: diffed lines always begin with a + or a - |
| Mazingaro | hi |
| LLcoolM | or what do you mean |
| \amethyst | LLcoolM: I mean, that originally began with a + or - |
| Mazingaro | please could anyone help me to setup a syslog server? |
| LLcoolM | ah ok as this is only kernel diff it should be fine |
| Dave_is_sexy | Hi fellow debnonians. can anyone offer support on bootloader/config options that will fix my win2k partition. kinda need it for some things |
| \amethyst | LLcoolM: To fix that, you could ignore the two lines immediately after the diff line, and use ^[+-] |
| dutchfish | Dave_is_sexy, is your mbr ok still? |
| \amethyst | LLcoolM: So push @sect, $_; @sect > 3 and /^[+-]/ and ++$changed; |
| Dave_is_sexy | yes it's all fine. the problem is simple. i had 2k on partition 2 (primary, non-bootbale). it booted from an unused xp install on partition 1 (primary, bootable). installing lilo into the mbr and overwriting partition 1 with debian = no boot references for win2k |
| abrotman | google "debian grub windows howto" |
| Dave_is_sexy | ..because they were on partition 1 in xp's boot.ini and other asociated fles |
| dutchfish | abrotman, for lilo? |
| stew | oh crap, i forgot this server is running horde abrotman: upgrade it for me |
| Dave_is_sexy | abrotman: yes, i've done all that. hence coming to irc for help |
| abrotman | stew: they have the groupware1.0 tarball now :) dutchfish: s/grub/lilo :) |
| dutchfish | abrotman, there i lost you ... |