*** Zaba has quit IRC | 00:44 | |
*** Zaba has joined #crux | 00:52 | |
*** vLK has joined #crux | 03:22 | |
vLK | Sup, fellow geeks | 03:22 |
---|---|---|
vLK | I'm having problems with grub-install (/dev/sda1) | 03:22 |
vLK | After setup-root, configuring my system, configuring and compiling kernel and finally installing it to /boot | 03:23 |
vLK | I run grub-install onto /dev/sda1, which is, for the record, the only partition apart from swap. | 03:23 |
vLK | It fails to write a grub VBR... | 03:24 |
vLK | MBR* even | 03:24 |
vLK | Help would be appreaciated :) | 03:25 |
vLK | Correction, I run grub-install onto /dev/sda. | 03:26 |
vLK | a bit absentminded this early in the morning | 03:27 |
jue | vLK: sorry, cannot help because I don't use grub, but one possible problem might be that grub doesn't support ext4 | 03:34 |
vLK | I see | 03:34 |
vLK | I will try in a VirtualBox with ext3 then. | 03:35 |
vLK | Thank you :) | 03:35 |
jue | np | 03:35 |
vLK | I need dualboot to Windows because my web banking software has no Linux support. | 03:35 |
jue | well, you can do that with lilo as well ;) | 03:36 |
vLK | Hmm | 03:37 |
vLK | You dont say | 03:37 |
vLK | And it has ext4 support? | 03:37 |
jue | lilo doesn't use any filesystem, so yes | 03:40 |
vLK | Seems it does, LILO it is | 03:40 |
vLK | Thanks again mate | 03:40 |
vLK | Bye for now :) | 03:40 |
*** vLK has quit IRC | 03:40 | |
cruxbot | [opt.git/2.7]: [notify] php: update to 5.3.6 | 03:48 |
cruxbot | [opt.git/2.7]: mod_php: update to 5.3.6 | 03:48 |
cruxbot | [opt.git/2.7]: php-fcgi: update to 5.3.6 | 03:48 |
cruxbot | [opt.git/2.7]: php-mysql: update to 5.3.6 | 03:48 |
cruxbot | [opt.git/2.7]: hpijs: update to 3.11.3 | 03:48 |
cruxbot | [core.git/2.7]: iproute2: update to 2.6.38 | 03:49 |
cruxbot | [core.git/2.7]: usbutils: update to 002 | 03:49 |
*** ulughbegh has joined #crux | 03:51 | |
cruxbot | [opt.git/2.7]: libjpeg: updated to 8c. | 04:31 |
*** ulughbegh has quit IRC | 04:32 | |
cruxbot | [xorg.git/2.7]: xorg-xf86-video-ati: updated to 6.14.1. | 04:38 |
cruxbot | [xorg.git/2.7]: xorg-xf86-video-intel: updated to 2.14.0. | 04:38 |
cruxbot | [xorg.git/2.7]: xorg-server: updated to 1.10.0. | 04:38 |
laen | Grub 2 supports Ext4 nowadays i believe. | 04:52 |
Romster | grub keeps breaking on root on lvm sadly as well | 05:15 |
Romster | if you do anything more complex | 05:15 |
cruxbot | [xorg.git/2.7]: xkeyboard-config: updated to 2.1. | 05:49 |
cruxbot | [xorg.git/2.7]: xorg-xf86-video-geode: updated to 2.11.12. | 05:49 |
cruxbot | [xorg.git/2.7]: xorg-xf86-video-chips: updated to 1.2.4. | 05:49 |
cruxbot | [xorg.git/2.7]: xorg-xf86-video-siliconmotion: updated to 1.7.5. | 05:49 |
cruxbot | [xorg.git/2.7]: xorg-xf86-input-vmmouse: updated to 12.7.0. | 05:49 |
cruxbot | [xorg.git/2.7]: xorg-xf86-input-keyboard: updated to 1.6.0. | 05:49 |
cruxbot | [xorg.git/2.7]: xorg-fixesproto: updated to 5.0. | 05:49 |
cruxbot | [xorg.git/2.7]: xorg-libxfixes: updated to 5.0. | 05:49 |
cruxbot | [xorg.git/2.7]: xorg-xf86-input-mouse: updated to 1.7.0. | 05:49 |
cruxbot | [xorg.git/2.7]: xorg-libxt: updated to 1.1.1. | 05:49 |
cruxbot | [xorg.git/2.7]: xorg-util-macros: updated to 1.13.0. | 05:49 |
cruxbot | [xorg.git/2.7]: xorg-libx11: updated to 1.4.2. | 05:49 |
cruxbot | [xorg.git/2.7]: xorg-libxi: updated to 1.4.2. | 05:49 |
cruxbot | [xorg.git/2.7]: xorg-xrdb: updated to 1.0.8. | 05:49 |
Romster | how does that work you update xorg-server first then some of it's dependencies like libx11 after. don't you usually work your way up the dependencies tree. | 05:55 |
tilman | ldd /usr/bin/Xorg|grep -i libx11 | 05:57 |
Romster | ok i don't know where i got the crazy idea that xorg-server depended on libx11. | 06:02 |
Romster | oh yes i do.... | 06:03 |
Romster | $ finddeps xorg-server|grep libx11 | 06:03 |
Romster | xorg-libx11 (xorg) | 06:03 |
* Romster shrugs | 06:03 | |
Romster | guess that finddeps is broken | 06:03 |
tilman | <3 romster | 06:04 |
Romster | that's one script i have never hacked at either :D | 06:05 |
*** SiFuh has quit IRC | 06:13 | |
*** SiFuh has joined #crux | 06:15 | |
frinnst | http://thenextweb.com/shareables/files/2011/01/tumblr_le57n7WPV01qa5z1ro1_500.jpg | 06:20 |
Romster | ok xorg-server sues libx11 for Xnest and possibly a few other things. so it depends on configuration. so finddeps is not broken. | 06:21 |
Romster | s/sues/uses | 06:21 |
Romster | frinnst, lol, guess they never heard of one hand on mouse other on sandwich | 06:23 |
Romster | looks more like one of them harmonic holders. | 06:23 |
Romster | harmonica | 06:23 |
*** Evil_Bob has joined #crux | 06:27 | |
frinnst | "its like bluetooth" | 06:30 |
frinnst | :D | 06:30 |
*** jdolan has joined #crux | 07:41 | |
*** ChanServ sets mode: +o jdolan | 07:41 | |
*** ulughbegh has joined #crux | 07:45 | |
*** lasso has joined #crux | 07:50 | |
*** jdolan has quit IRC | 08:07 | |
*** et-0nline has joined #crux | 09:57 | |
*** et-0nline has quit IRC | 10:39 | |
*** RyoS_ has joined #crux | 10:54 | |
*** ulughbegh has quit IRC | 11:09 | |
*** Zaba has quit IRC | 11:15 | |
*** deus_ex has quit IRC | 11:17 | |
*** Zaba has joined #crux | 11:19 | |
frinnst | oh noes! knut is dead! D; | 11:28 |
teK_ | the icebear or the TAOCP Knuth | 11:28 |
frinnst | icebear | 11:28 |
teK_ | yeah, fuck that ;D | 11:29 |
frinnst | haha | 11:29 |
*** deus_ex has joined #crux | 11:33 | |
teK_ | biggest "respectable" german newspaper: | 11:34 |
teK_ | Drama im Berliner Zoo: | 11:34 |
teK_ | m( | 11:34 |
teK_ | they plan to do a autospy .. holy crap.. | 11:36 |
frinnst | haha yeah | 11:36 |
frinnst | "unknown causes" | 11:36 |
teK_ | it's a fucking white furry man-eating animal | 11:36 |
teK_ | how come "you" know of it? | 11:36 |
frinnst | because its on every fucking front-page on every fucking newssite in sweden | 11:39 |
frinnst | i guess they got bored with libya and japan | 11:39 |
teK_ | yeah zoo animals > humans | 11:40 |
teK_ | but only if they are cuuuuute | 11:40 |
frinnst | http://www.soignorant.com/block-a-driveway-get-owned/ | 11:41 |
frinnst | http://www.youtube.com/watch?v=XPpy6dcc9Gg | 11:45 |
*** XANAX has joined #crux | 12:19 | |
*** XANAX has left #crux | 12:33 | |
*** ulughbegh has joined #crux | 12:40 | |
*** ozgur has joined #crux | 12:41 | |
*** Rotwang has joined #crux | 12:47 | |
*** ulughbegh has quit IRC | 12:47 | |
jue | FYI, opt/nvidia is broken with new xorg-server, current beta (270.30) seems to work ... | 13:20 |
*** Evil_Bob has quit IRC | 13:22 | |
*** Evil_Bob has joined #crux | 13:26 | |
*** ET-0nline has joined #crux | 13:39 | |
*** jdolan has joined #crux | 13:59 | |
*** ChanServ sets mode: +o jdolan | 13:59 | |
frinnst | anyone feel like testing my firefox4 port? | 14:39 |
frinnst | its up to rc2 now | 14:39 |
frinnst | rsync -aqz obra.se::ports/firefox/ firefox | 15:07 |
frinnst | xulrunner is redundant with this port btw | 15:09 |
slashbeast | rc2? Whoa, I should update then. | 15:15 |
*** SiFuh has quit IRC | 15:27 | |
frinnst | might be some footprint missmatches. port is tested on x86_64 with lots o' random stuff installed | 15:30 |
frinnst | anyways, input welcome | 15:36 |
*** jdolan has quit IRC | 15:38 | |
Evil_Bob | frinnst: prtverify reports a junk file README, will try to compile now :D | 15:46 |
Evil_Bob | (on i686) | 15:47 |
*** crazyhors has joined #crux | 15:51 | |
crazyhors | what is the "updated 2.7 iso" by Matt? | 15:51 |
Rotwang | crazyhors: an updated crux iso | 15:52 |
Rotwang | made by jaeger | 15:52 |
crazyhors | and is the old on deprecated in favor of this? | 15:53 |
crazyhors | on/one | 15:53 |
Evil_Bob | afaik the updated 2.7 iso "only" contains more recent binary versions of the packages | 15:53 |
crazyhors | thanks | 15:53 |
crazyhors | take care people | 15:54 |
*** crazyhors has left #crux | 15:54 | |
*** ET-0nline has quit IRC | 16:02 | |
*** Zaba has quit IRC | 16:10 | |
*** Zaba has joined #crux | 16:15 | |
frinnst | http://www.youtube.com/watch?v=B8ISzf2pryI&hd=1 | 16:16 |
*** aubic has quit IRC | 16:42 | |
*** Rotwang has quit IRC | 17:23 | |
Evil_Bob | frinnst: firefox4 gives me a warning it needs gconf, i dont have it installed atm | 17:26 |
Evil_Bob | *error | 17:26 |
frinnst | oh? | 17:30 |
frinnst | me neither | 17:30 |
Evil_Bob | oh hmm, will check it out later in more detail then, might be i screwed something up maybe :) | 17:32 |
frinnst | ill try building in a clean chroot | 17:33 |
Romster | morning | 18:11 |
frinnst | hmm, built fine | 18:47 |
Romster | firefox4 much better than 3? and i've often wondered if it's even worth splitting xulrunner and firefox ports. i know of nothing that depends on xulrunner. | 18:50 |
frinnst | mm, same here | 18:50 |
Romster | other than firefox itself. | 18:50 |
frinnst | i cant really tell if its faster by regular use. the new js engine is apparently lots improved | 18:51 |
Romster | bookmarks have always been a problem for me but i gout around 20,000 or so in firefox3. | 18:53 |
frinnst | wtf? | 18:53 |
Romster | i would of figured searching in sqilte3 would be super fast. which it is not. it hangs firefox3's UI for ages. | 18:53 |
frinnst | 20k bookmarks? | 18:53 |
frinnst | dude, youre not normal :D | 18:53 |
Romster | yes it's insane amount. | 18:53 |
Romster | and i use tagsieve add-on | 18:54 |
Romster | i really need to prune alot of them | 18:57 |
Romster | but the point is firefox3 had claimed to be fast on bookmarks. i have yet to see otherwise. | 18:58 |
Romster | i'm not on some slow system either. | 18:58 |
frinnst | in some sense firefox keeps getting shittier with every release | 18:59 |
frinnst | i remember when it forked from the mozilla suite.. it was supposed to be a stripped down browser with few features. user extensions were supposed to house all the fancy stuff | 19:00 |
Romster | yeah it comes with the kitchen sink now. i am surprised it does not have a torrent client like opera does. | 19:02 |
Romster | being the bloatware it is. | 19:02 |
Romster | i'd move to midori permanently but it's lacking some things that firefox has. | 19:03 |
frinnst | screw it, zzzzzzz | 19:19 |
Romster | must be tired frinnst | 19:23 |
Romster | i used to use the mozilla suite and i thought that was a great browser then this firefox that's meant to be sleaker came out and i was all i want now. | 19:23 |
Romster | i expect most of that firefox browser is not multi threaded. | 19:24 |
Romster | and seprate threads for the UI and backend. | 19:24 |
Evil_Bob | frinnst: firefox4 port works fine here btw, i had a fake gconf installed :) | 20:24 |
* Romster wishes gconf wasn't forced on us non-gnome users. | 20:25 | |
Evil_Bob | i agree :) | 20:26 |
*** Evil_Bob has quit IRC | 20:27 | |
*** lasso has quit IRC | 21:00 | |
*** jdolan has joined #crux | 21:23 | |
*** ChanServ sets mode: +o jdolan | 21:23 | |
*** Dudde has quit IRC | 22:33 | |
*** Dudde has joined #crux | 22:34 | |
*** nthwyatt has joined #crux | 23:07 | |
*** nthwyatt has quit IRC | 23:17 | |
*** nthwyatt has joined #crux | 23:22 |
Generated by irclog2html.py 2.11.0 by Marius Gedminas - find it at mg.pov.lt!