| 00:02 | <= rob_w left/quit |
| 00:04 | <= iglo left/quit |
| 00:05 | ** Guest78009 is now known as Guest78009 |
| 00:05 | <= Dr_Who left/quit |
| 00:07 | <= fabo left/quit |
| 00:14 | <= maxg2 left/quit |
| 00:24 |
scientes |
https://lwn.net/Articles/482760/ OOOOO, can i do this with vhashify from vserver to consolidate ram and disk usage? |
| 00:27 | <= lgro left/quit |
| 00:27 | <= riro|lurk left/quit |
| 00:30 | <= mpoirier left/quit |
| 00:30 | <= GNUtoo|laptop left/quit |
| 00:34 | <= mustang03282 left/quit |
| 00:34 | <= _roger_ left/quit |
| 00:35 | <= ChrisGagnon left/quit |
| 00:38 | ** milaq is now known as milaq |
| 00:39 | => llsquire joins |
| 00:40 | <= d3tul3 left/quit |
| 00:47 | <= robher left/quit |
| 00:47 | => pizthewiz joins |
| 00:49 | ** milaq|afk is now known as milaq|afk |
| 00:49 |
scientes |
http://www.ubuntu.com/devices/android/features-and-specs |
| 00:49 |
scientes |
512MB ram |
| 00:49 |
scientes |
really? |
| 00:51 |
GrueMaster |
scientes: Most of the cell phones out there have 512M. Some have 1G. |
| 00:52 |
infinity |
Certainly most of the dual core ones, which is also a listed "requirement". |
| 00:53 | <= ikepanhc left/quit |
| 00:53 | <= pbuckley left/quit |
| 00:54 | <= micahg left/quit |
| 00:54 |
scientes |
well you have 1GB requirement for desktops |
| 00:54 |
scientes |
seems like you had to bend it |
| 00:55 | => Dr_Who joins |
| 00:55 | <= Dr_Who left/quit |
| 00:55 | => Dr_Who joins |
| 00:55 |
scientes |
cause its not like you are changing the stack that much |
| 00:55 |
GrueMaster |
We do? Hrm, better tellthat to the AC100 and beagleXM users. |
| 00:55 |
scientes |
nono i don't say 512 to too little |
| 00:55 | <= Dr_Who left/quit |
| 00:55 |
scientes |
its just that you are saying you need 1GB to x86 people |
| 00:56 |
GrueMaster |
Well, remember that x86 binaries are much larger too. Especially for x86-64. |
| 00:56 |
scientes |
true true |
| 00:57 |
scientes |
so is chromium signif faster on arm? |
| 00:58 |
GrueMaster |
Couldn't tell you. I'm too busy testing stuff to do comparative benchmarking. |
| 00:58 |
scientes |
just wondering why chomium is default over firefox |
| 00:59 |
scientes |
BTW, i was trying to debug opencpn in a precise chroot (arm) |
| 00:59 |
scientes |
and i couldn't get gdb to load the debug symbols |
| 00:59 |
GrueMaster |
Erm, I have Firefox as default on my daily Panda image. |
| 00:59 |
scientes |
you have to use target remote cause qemu doesn't implament ptrace |
| 00:59 | => royale1223 joins |
| 01:00 |
scientes |
GrueMaster, here: http://www.ubuntu.com/devices/android/features-and-specs |
| 01:00 |
scientes |
says chromium=default |
| 01:01 | ** milaq is now known as milaq |
| 01:03 | ** cjward is now known as cjward |
| 01:04 |
GrueMaster |
I really couldn't tell you. There is a whole different team working on that stuff. |
| 01:04 |
scientes |
http://www.arm.linux.org.uk/docs/faqs/signedchar.php |
| 01:04 |
scientes |
so x86 uses signed char? |
| 01:05 |
GrueMaster |
But it is possibly due to chromium being already there for android. |
| 01:05 |
scientes |
ahh, yes they said synced bookmarks and history |
| 01:05 |
scientes |
so yes that is it |
| 01:07 | => micahg joins |
| 01:07 | <= micahg left/quit |
| 01:07 | => micahg joins |
| 01:08 | => pbuckley joins |
| 01:09 |
GrueMaster |
As to the char issue, again I couldn't tell you. I do know that the K&R C book (considered the C reference bible) does say that it could be either/or. Proper coding standards recommend specifying the variable when creating it. |
| 01:10 |
GrueMaster |
I do remember this being an issue a long time ago between gcc and icc differences in behavior. |
| 01:15 |
GrueMaster |
The key to remember is that if you want your code to work across multiple platforms, never assume a default behavior to be the same. |
| 01:15 | <= pbuckley left/quit |
| 01:16 | <= spadez|phone left/quit |
| 01:17 | <= boutreefitty left/quit |
| 01:18 |
infinity |
Yeah, the signedness of char is very platform-specific (as in, arch + headers + moon phase) |
| 01:19 |
infinity |
Depending on it being either signed or unsigned is always a Very Bad Thing. |
| 01:19 |
infinity |
(And, really, treating chars as ints is deep voodoo and/or ignorance anyway, despite the underlying implementation of them as such) |
| 01:20 |
GrueMaster |
iirc, that was one of the first things covered in my C programming class. And that was at a crap school. |
| 01:21 | <= XeKToReX left/quit |
| 01:23 | <= master_of_master left/quit |
| 01:24 | => master_of_master joins |
| 01:25 | => panda|x201 joins |
| 01:25 | <= steffen123 left/quit |
| 01:26 | <= swc|666 left/quit |
| 01:27 | <= utlemming left/quit |
| 01:31 | => utlemming joins |
| 01:31 | => pbuckley joins |
| 01:34 | => prpplague joins |
| 01:36 | => cooloney joins |
| 01:37 | <= ali1234 left/quit |
| 01:39 | <= pizthewiz left/quit |
| 01:42 | => AlexLee joins |
| 01:44 | => fabo joins |
| 01:49 | <= robclark left/quit |
| 01:53 | <= prpplague left/quit |
| 01:54 | <= DuperMan left/quit |
| 01:55 |
infinity |
janimo`: Bad news, libreoffice failed on armel and armhf. (The armel failure doesn't look arch-specific; same thing happened on powerpc, but the armhf failure is testsuite-related, and only armhf) |
| 02:01 | => ikepanhc joins |
| 02:02 | ** skynet-2000 is now known as skynet-2000 |
| 02:03 | ** skynet is now known as skynet |
| 02:03 |
steev |
trying to build a kernel here, and i'm getting arm-linux-gnueabihf-ld command not found, and i can't seem to find the package that actually installs it (binutils *is* installed) |
| 02:04 |
steev |
this is on precise alpha2 |
| 02:04 | => twb joins |
| 02:04 |
steev |
what i don't understand is that this is the armhf tarball, but it pretends like it's cross compiling |
| 02:05 | <= cooloney left/quit |
| 02:06 | => cooloney joins |
| 02:09 |
infinity |
Maybe you need to sort out why it thinks it's cross-compiling, then. |
| 02:11 |
GrueMaster |
steev: What platform is this? What image? |
| 02:12 | ** Guest59480 is now known as Guest59480 |
| 02:14 | <= doko left/quit |
| 02:17 | <= Merth__ left/quit |
| 02:18 | => robclark joins |
| 02:19 |
steev |
GrueMaster: precise-core-armhf.tar.gz (from alpha2) |
| 02:20 | => eggonlea joins |
| 02:20 |
GrueMaster |
Ok. On an arm system I would assume? |
| 02:20 |
steev |
it's on an i.mx51 machine, (i AM chrooted via a m |
| 02:20 |
steev |
mmm... whatever the M release was |
| 02:21 |
steev |
maverick |
| 02:21 | ** Work_Ced is now known as Work_Ced |
| 02:21 |
GrueMaster |
ok. Should work. I can try to reproduce it here if you can give me some quick steps (not something like Build LibreOffice). |
| 02:24 |
steev |
GrueMaster: <partitiion sd card, tar -xpf precise-core-armhf, apt-get update, apt-get install ubuntu minimal (watch it fail because of resolvconf), apt-get install git-core, git clone git://github.com/genesi/linux-legacy.git, <edit sources.list, add universe> apt-get update again, apt-get install kernel-package build-essential <setup locales>, cd linux-legacy, mv .git .dotgit (this may be un-neces |
| 02:24 |
steev |
sary, but on some versions of ubuntu it would add a + which would screw things up because of the .git dir), cp arch/arm/configs/mx51_efikamx_defconfig .config, make-kpkg --uc --us --initrd --subarch efikamx --rootcmd=fakeroot --revision 2012.02 binary |
| 02:24 |
twb |
What does "ubuntu for android" actually mean? Presumably it's just the GUI fluff, and not important stuff e.g. busybox, initramfs-tools, dpkg, apt ? |
| 02:26 | <= micahg left/quit |
| 02:27 |
GrueMaster |
twb: Essentially it means that with this package, when you plug your android phone into a dock with keyboard/mouse/monitor, it will launch an ubuntu chroot environment and display it on the monitor. |
| 02:27 |
GrueMaster |
Similar (but far more integrated) to the Motorola Atrix. |
| 02:30 |
twb |
Ah, OK, so it's a chroot. And you can install it via the android market? |
| 02:32 |
GrueMaster |
twb: If you read the info on ubuntu.com, then you know as much as I do at this point. :D |
| 02:33 |
steev |
GrueMaster: oh i left off the chroot part, but i guess you'd know that much :) |
| 02:33 | <= stanreg left/quit |
| 02:35 |
twb |
I read LWN's repost :P |
| 02:35 |
twb |
I was gonna read the whole subscriber-only article but I've lost my LWN pasword and ICBF digging it out |
| 02:40 | => micahg joins |
| 02:41 | <= Cache74-tab left/quit |
| 02:47 | => pizthewiz joins |
| 02:52 | <= steffen123_ left/quit |
| 02:54 | <= llsquire left/quit |
| 02:55 |
scientes |
twb, yeah looks pretty cool doesn't it |
| 02:55 |
scientes |
saw it in ln too |
| 02:55 |
scientes |
*lwn |
| 02:55 |
twb |
scientes: not really |
| 02:55 |
scientes |
well, then why are you asking about it? |
| 02:55 |
scientes |
its pretty simple |
| 02:55 |
twb |
I have zero respect for android; this addition seems notably only in that you get a chroot without having to jailbreak. |
| 02:55 |
twb |
scientes: I'm asking to confirm that it's not actually any sexier than I guessed |
| 02:55 |
scientes |
they did a little cool stuff like sync bookmarks and history |
| 02:57 |
GrueMaster |
I'm really not sure about this new product, but I would guess it is for integration in new devices and not generally publicly available. |
| 02:57 |
GrueMaster |
I.e, you have to buy a phone with this preloaded, or available in the market for that phone. |
| 02:57 |
twb |
GrueMaster: ah, so the idea is that Mr. Motorola or whoever goes "ubuntu is cool, this will add value to my upcoming WhizzBang 9000 device for little investment" |
| 02:57 |
twb |
Gotcha |
| 02:57 |
GrueMaster |
But the basic concept is not new. |
| 02:58 | => kennyMC joins |
| 03:02 | <= edude03 left/quit |
| 03:07 | <= micahg left/quit |
| 03:10 | <= x1o_ left/quit |
| 03:10 | => himamura joins |
| 03:13 | => micahg joins |
| 03:14 | <= pbuckley left/quit |
| 03:23 | <= kennyMC left/quit |
| 03:26 | => kennyMC joins |
| 03:29 | => robher joins |
| 03:29 | <= calculus left/quit |
| 03:31 | => calculus joins |
| 03:31 | <= calculus left/quit |
| 03:31 | => calculus joins |
| 03:37 | <= furtardo left/quit |
| 03:45 | <= ahs3 left/quit |
| 03:50 | => ahs3 joins |
| 04:07 | <= himamura left/quit |
| 04:11 | <= TheSeven left/quit |
| 04:11 | => TheSeven joins |
| 04:48 | <= Merth left/quit |
| 04:51 | ** Nipqer|away is now known as Nipqer|away |
| 04:57 | <= pizthewiz left/quit |
| 04:57 | => j_ack joins |
| 04:58 | <= edude03 left/quit |
| 05:01 | <= j_ack left/quit |
| 05:12 | => Dr_Who joins |
| 05:12 | <= Dr_Who left/quit |
| 05:12 | => Dr_Who joins |
| 05:15 | ** cccyRegeaneAway is now known as cccyRegeaneAway |
| 05:17 |
steev |
wth? |
| 05:17 |
steev |
debian/ruleset/arches doesn't have armhf in it |
| 05:23 |
lilstevie |
twb, from what I see it is just the same as webtop is on the motorola atrix |
| 05:24 |
twb |
lilstevie: I'm not familiar with that, but GrueMaster et al explained it to me a bit. |
| 05:24 |
lilstevie |
not quite a chroot |
| 05:25 |
lilstevie |
and it gets given /dev/fb1 (the hdmi port) |
| 05:26 | <= Cache74-tab left/quit |
| 05:28 | <= DuperMa left/quit |
| 05:36 | <= rpierce99 left/quit |
| 05:38 | <= hrw left/quit |
| 05:41 | <= Merth_ left/quit |
| 05:44 | ** coldsun15 is now known as coldsun15 |
| 05:45 |
twb |
It's interesting but I think I'd still prefer to just fuck off android completely, or at most dual-boot |
| 05:46 | => hrw joins |
| 05:46 | ** cccyRegeaneWolfe is now known as cccyRegeaneWolfe |
| 05:49 | <= darkspadez|lapto left/quit |
| 05:50 | <= Rob2222 left/quit |
| 06:00 | => pizthewiz joins |
| 06:00 | <= mayday_jay left/quit |
| 06:01 | <= d3tul3 left/quit |
| 06:03 | <= mattwaddel left/quit |
| 06:19 | ** QuinnLion|Discon is now known as QuinnLion|Discon |
| 06:20 | ** QuinnLion is now known as QuinnLion |
| 06:23 | <= AstainHellbring left/quit |
| 06:24 | <= Dr_Who left/quit |
| 06:24 | ** coldsun15|shower is now known as coldsun15|shower |
| 06:24 | <= hrw left/quit |
| 06:24 | <= XeKToReX left/quit |
| 06:26 | => hrw joins |
| 06:26 |
steev |
GrueMaster: i worked around it by adding in armhf by copying/editing the armel.mk (and making related entries into the other .mk files), no need to test |
| 06:27 | <= Esa_s left/quit |
| 06:27 |
GrueMaster |
steev: Excellent! My wife had drug me off to dinner, I just got back (sorry). |
| 06:27 |
steev |
no worries |
| 06:27 |
steev |
i was playing WoW anyway |
| 06:27 | <= Ofpo left/quit |
| 06:28 | <= Openfree` left/quit |
| 06:28 | <= kennyMC left/quit |
| 06:28 | => kennyMC joins |
| 06:35 |
lilstevie |
:/ |
| 06:36 |
lilstevie |
I am having shutdown problems, screen goes blank, nothing happens, logs don't reveal anything :/ |
| 06:51 | => Ofpo joins |
| 06:51 | => Openfree` joins |
| 06:51 | => calculu5 joins |
| 06:52 |
janimo` |
infinity, checking. I should have started a package build myself right after it was uploaded so I have a FTBFS locally when needed. Oh well |
| 06:55 | <= calculus left/quit |
| 07:04 | ** Nipqer is now known as Nipqer |
| 07:08 | ** skynet-2000 is now known as skynet-2000 |
| 07:09 | ** skynet is now known as skynet |
| 07:09 | <= ElFinLazz left/quit |
| 07:20 | => mayday_jay joins |
| 07:21 | <= leviathan_ left/quit |
| 07:27 | <= leviathan left/quit |
| 07:31 | <= ElFinLazz left/quit |
| 07:34 | <= mitsutaka left/quit |
| 07:38 | <= rajkosto left/quit |
| 07:38 | <= Rajko left/quit |
| 07:39 | <= pizthewiz left/quit |
| 07:40 | <= Merth__ left/quit |
| 07:46 | <= coldsun15 left/quit |
| 07:47 | <= LargePrime left/quit |
| 07:54 | <= swc|666 left/quit |
| 07:58 | ** Mavy-bnc is now known as Mavy-bnc |
| 08:09 | <= ChaosSaber left/quit |
| 08:09 | <= fpu left/quit |
| 08:27 | <= panda|x201 left/quit |
| 08:32 | => himamura joins |
| 08:37 | <= DuperMan left/quit |
| 08:42 | <= XeKToReX left/quit |
| 08:43 | => kapinter joins |
| 08:47 | => XavB joins |
| 08:47 | ** cccyRegeaneAway is now known as cccyRegeaneAway |
| 08:55 | <= rajkosto left/quit |
| 08:55 | ** TehTDK is now known as TehTDK |
| 08:56 | ** zz_TehTDK is now known as zz_TehTDK |
| 08:57 | ** cccyRegeaneWolfe is now known as cccyRegeaneWolfe |
| 09:01 | <= xranby_ac100 left/quit |
| 09:01 | => brendand joins |
| 09:04 | <= dliviu left/quit |
| 09:06 | ** cccyRegeaneAway is now known as cccyRegeaneAway |
| 09:09 | => dliviu joins |
| 09:14 | <= twb left/quit |
| 09:15 | ** cccyRegeaneWolfe is now known as cccyRegeaneWolfe |
| 09:20 | <= tgall_foo left/quit |
| 09:21 | => Spider-Pork joins |
| 09:22 | => xranby_ac100 joins |
| 09:26 | <= gcst_ left/quit |
| 09:37 | <= jkridner__ left/quit |
| 09:37 | => jkridner_ joins |
| 09:38 | => amitk joins |
| 09:40 | <= rajkosto left/quit |
| 09:43 | <= rz2k left/quit |
| 09:49 | => _roger_ joins |
| 09:54 | => ppisati joins |
| 10:01 | => dmart joins |
| 10:04 | <= himamura left/quit |
| 10:05 | => himamura joins |
| 10:06 |
janimo` |
infinity, there is hope for libo armhf. According to the Debian maintainer the workaround of not building Base needs to be instated for armhf as it is for armel |
| 10:06 | ** cccyRegeaneAway is now known as cccyRegeaneAway |
| 10:07 | <= Person987 left/quit |
| 10:09 | => victorp joins |
| 10:13 | ** Mavy is now known as Mavy |
| 10:13 | => diwic joins |
| 10:13 | <= diwic left/quit |
| 10:13 | => diwic joins |
| 10:13 | => Person987 joins |
| 10:16 | <= Person987 left/quit |
| 10:16 | => Person987 joins |
| 10:17 | ** cccyRegeaneWolfe is now known as cccyRegeaneWolfe |
| 10:17 | => tgall_foo joins |
| 10:17 | ** cccyRegeaneAway is now known as cccyRegeaneAway |
| 10:17 | <= dmart left/quit |
| 10:18 | => dmart joins |
| 10:20 | => xranby_ac1001 joins |
| 10:21 | <= Person987 left/quit |
| 10:22 | <= AlexLee left/quit |
| 10:24 | <= victorp left/quit |
| 10:24 | <= xranby_ac100 left/quit |
| 10:24 | => victorp joins |
| 10:25 | => Person987 joins |
| 10:27 | <= Person987 left/quit |
| 10:28 | => Person987 joins |
| 10:31 | <= Person987 left/quit |
| 10:32 | <= kcrazy left/quit |
| 10:32 | => Person987 joins |
| 10:32 | ** cj|ZzZ is now known as cj|ZzZ |
| 10:33 | <= eggonlea left/quit |
| 10:34 | <= himamura left/quit |
| 10:35 | <= Person987 left/quit |
| 10:35 | => eggonlea joins |
| 10:35 | => Person987 joins |
| 10:36 | <= victorp left/quit |
| 10:37 | <= Person987 left/quit |
| 10:38 | => Person987 joins |
| 10:38 | => burli joins |
| 10:40 | => loremattei joins |
| 10:40 | => gcst_ joins |
| 10:43 | => himamura joins |
| 10:43 | <= xranby_ac1001 left/quit |
| 10:49 | => ogra_ joins |
| 10:51 | <= ogra_ left/quit |
| 10:53 | => ogra_ joins |
| 10:56 | <= ElFinLazz left/quit |
| 10:57 | <= pbaxter left/quit |
| 10:58 | ** cjward is now known as cjward |
| 10:59 | <= mitsutaka left/quit |
| 11:02 | <= scientes left/quit |
| 11:06 | <= hardwalker left/quit |
| 11:06 | ** cccyRegeaneWolfe is now known as cccyRegeaneWolfe |
| 11:07 | => victorp joins |
| 11:09 | ** cccyRegeaneAway is now known as cccyRegeaneAway |
| 11:17 | ** milaq|afk is now known as milaq|afk |
| 11:17 | <= cooloney left/quit |
| 11:21 | <= Catherall left/quit |
| 11:25 | <= Person987 left/quit |
| 11:26 | => Person987 joins |
| 11:30 | ** Floyd_Ced is now known as Floyd_Ced |
| 11:32 | <= LargePrime left/quit |
| 11:35 | <= victorp left/quit |
| 11:37 | => doko joins |
| 11:48 | => victorp joins |
| 11:51 | => iglo joins |
| 11:52 | <= Catherall_C left/quit |
| 11:56 | <= himamura left/quit |
| 11:56 | <= Cache74-tab left/quit |
| 12:02 | <= ojn left/quit |
| 12:04 | <= ikepanhc left/quit |
| 12:06 | <= burli left/quit |
| 12:09 | <= LordDeath left/quit |
| 12:16 | => chrisccoulson_ joins |
| 12:16 | <= Bry8Star left/quit |
| 12:20 | <= chrisccoulson left/quit |
| 12:20 | ** chrisccoulson_ is now known as chrisccoulson_ |
| 12:25 | => burli joins |
| 12:26 | <= royale1223 left/quit |
| 12:26 | => royale1223 joins |
| 12:26 | <= royale1223 left/quit |
| 12:26 | => royale1223 joins |
| 12:26 | <= gauner1986 left/quit |
| 12:28 | <= royale1223 left/quit |
| 12:28 | => royale1223 joins |
| 12:28 | <= royale1223 left/quit |
| 12:28 | => royale1223 joins |
| 12:31 | <= royale1223 left/quit |
| 12:31 | => royale1223 joins |
| 12:32 | <= edude03 left/quit |
| 12:32 | <= loremattei left/quit |
| 12:33 | <= royale1223 left/quit |
| 12:33 | => royale1223 joins |
| 12:35 | <= decoder left/quit |
| 12:42 | ** ndec_ is now known as ndec_ |
| 12:48 | ** cj|away is now known as cj|away |
| 12:48 | => decoder joins |
| 12:52 | <= royale1223 left/quit |
| 12:53 | => kvarley joins |
| 13:02 | ** milaq is now known as milaq |
| 13:06 | <= edude03 left/quit |
| 13:08 | <= jusama14 left/quit |
| 13:09 | <= zeusk left/quit |
| 13:14 | => bradfa joins |
| 13:15 | <= arrrghhh left/quit |
| 13:18 | <= Ursinha left/quit |
| 13:21 | <= victorp left/quit |
| 13:22 | => Ursinha joins |
| 13:22 | <= Ursinha left/quit |
| 13:22 | => Ursinha joins |
| 13:27 | <= zul left/quit |
| 13:28 | <= iglo left/quit |
| 13:28 | <= balans2 left/quit |
| 13:29 | <= bmonkj left/quit |
| 13:31 | => zul joins |
| 13:31 | <= kennyMC left/quit |
| 13:34 | <= DavidLevin left/quit |
| 13:36 | <= seco left/quit |
| 13:37 | <= eggonlea left/quit |
| 13:38 | => DavidLevin joins |
| 13:44 | => ikepanhc joins |
| 13:45 | => ChrisGagnon joins |
| 13:51 | <= mustang03282 left/quit |
| 13:52 | => cooloney joins |
| 13:54 | <= cooloney left/quit |
| 14:00 | => eggonlea joins |
| 14:01 | => himamura joins |
| 14:03 | => victorp joins |
| 14:07 | ** mustang032821 is now known as mustang032821 |
| 14:13 | <= eggonlea left/quit |
| 14:16 | => eggonlea joins |
| 14:19 | => BlInK311 joins |
| 14:23 | ** cccyRegeaneWolfe is now known as cccyRegeaneWolfe |
| 14:28 | <= ikepanhc left/quit |
| 14:28 | <= eggonlea left/quit |
| 14:28 | <= DavidLevin left/quit |
| 14:28 | => DavidLevin_ joins |
| 14:29 | <= ogra_ left/quit |
| 14:30 | => ogra_ joins |
| 14:31 | => Quintasan_ joins |
| 14:36 | <= Quintasan left/quit |
| 14:37 | <= d3tul3 left/quit |
| 14:39 | <= pbaxter left/quit |
| 14:42 | <= zul left/quit |
| 14:42 | ** cccyRegeaneAway is now known as cccyRegeaneAway |
| 14:43 | => zul joins |
| 14:49 | <= d3tul3 left/quit |
| 14:49 | => iglo joins |
| 14:57 | => kyleN joins |
| 15:03 | => mpoirier joins |
| 15:06 | => bmonkj joins |
| 15:08 | <= pbaxter left/quit |
| 15:10 | <= victorp left/quit |
| 15:11 | <= arun left/quit |
| 15:13 | => arun joins |
| 15:13 | <= arun left/quit |
| 15:13 | => arun joins |
| 15:13 | <= acasilver left/quit |
| 15:16 | ** cccyRegeaneWolfe is now known as cccyRegeaneWolfe |
| 15:22 | <= Alex[sp3dev] left/quit |
| 15:23 | <= Guest5904 left/quit |
| 15:25 | => victorp joins |
| 15:27 | <= rajkosto left/quit |
| 15:37 | <= AstainHellbring left/quit |
| 15:38 | <= rirozizo left/quit |
| 15:39 | => mpoirier_ joins |
| 15:47 | => ikepanhc joins |
| 15:52 | => rcn-ee joins |
| 15:53 | <= burli left/quit |
| 15:54 | <= LargePrime left/quit |
| 15:56 | <= jonpry left/quit |
| 15:57 | <= ychavan left/quit |
| 16:01 | => mattwaddel joins |
| 16:05 | <= alf left/quit |
| 16:07 | ** Quintasan_ is now known as Quintasan_ |
| 16:07 | => alf joins |
| 16:07 | <= Quintasan left/quit |
| 16:07 | => Quintasan joins |
| 16:09 | <= kapinter left/quit |
| 16:09 | <= DavidLevin_ left/quit |
| 16:09 | <= mpoirier_ left/quit |
| 16:22 | <= infernix left/quit |
| 16:23 | <= Matt_O left/quit |
| 16:26 | <= XavB left/quit |
| 16:26 | => mpoirier_ joins |
| 16:28 | <= rpierce99 left/quit |
| 16:28 | ** cccyRegeaneAway is now known as cccyRegeaneAway |
| 16:38 | <= mpoirier_ left/quit |
| 16:40 | => DavidLevin joins |
| 16:43 | <= diwic left/quit |
| 16:43 | <= robher left/quit |
| 16:44 | <= LetoThe2nd left/quit |
| 16:49 | => LetoThe2nd joins |
| 16:50 | => XavB joins |
| 16:50 | <= LetoThe2nd left/quit |
| 16:50 | => LetoThe2nd joins |
| 16:57 | => xranby_ac100 joins |
| 17:02 | => xranby_ac1001 joins |
| 17:05 | <= rirozizo left/quit |
| 17:05 | <= xranby_ac100 left/quit |
| 17:08 | => burli joins |
| 17:09 | => robher joins |
| 17:16 | => prpplague joins |
| 17:18 | <= Ursinha left/quit |
| 17:21 | => Ursinha joins |
| 17:21 | <= Ursinha left/quit |
| 17:21 | => Ursinha joins |
| 17:22 | <= gcst_ left/quit |
| 17:26 | ** cccyRegeaneWolfe is now known as cccyRegeaneWolfe |
| 17:29 | => marvin24_DT joins |
| 17:35 | => mythos joins |
| 17:36 | => dannf joins |
| 17:39 | <= mattwaddel left/quit |
| 17:40 | <= Ursinha left/quit |
| 17:41 | <= Bry8Star left/quit |
| 17:41 | => Ursinha joins |
| 17:41 | <= Ursinha left/quit |
| 17:41 | => Ursinha joins |
| 17:42 | ** Bry8Star_ is now known as Bry8Star_ |
| 17:46 | ** coldsun15 is now known as coldsun15 |
| 17:51 | => mattwaddel joins |
| 17:52 | <= rob_w left/quit |
| 17:57 | <= Spider-Pork left/quit |
| 17:58 | ** helicopter88 is now known as helicopter88 |
| 17:59 | <= gandhijee_ left/quit |
| 18:00 | ** Guest63689 is now known as Guest63689 |
| 18:04 | <= jonpry left/quit |
| 18:05 | <= DavidLevin left/quit |
| 18:07 | => DavidLevin joins |
| 18:07 | => gandhijee_ joins |
| 18:07 | <= DavidLevin left/quit |
| 18:09 | => DavidLevin joins |
| 18:16 | <= gandhijee_ left/quit |
| 18:20 | ** coldsun15|away is now known as coldsun15|away |
| 18:22 | <= _roger_ left/quit |
| 18:23 | <= victorp left/quit |
| 18:24 | ** helicAWAY is now known as helicAWAY |
| 18:25 | <= mastermerlin left/quit |
| 18:27 | => morphis joins |
| 18:33 | <= ScriptRipper left/quit |
| 18:33 | => ScriptRipper joins |
| 18:33 | <= brendand left/quit |
| 18:37 | ** rirozizo is now known as rirozizo |
| 18:37 | <= dmart left/quit |
| 18:41 | => gandhijee_ joins |
| 18:42 | <= gauner1986 left/quit |
| 18:42 | <= coldsun15 left/quit |
| 18:44 | <= kiozen left/quit |
| 18:53 | => playya_ joins |
| 18:54 | <= gauner1986 left/quit |
| 18:57 | <= playya__ left/quit |
| 19:03 | <= amitk left/quit |
| 19:16 | => brendand joins |
| 19:16 | <= Tscheesy left/quit |
| 19:18 | => Tscheesy joins |
| 19:23 | => pizthewiz joins |
| 19:26 | <= brendand left/quit |
| 19:27 | <= xranby_ac1001 left/quit |
| 19:28 | ** coldsun15 is now known as coldsun15 |
| 19:29 |
steev |
is there a way to force resolvconf to... configure? since i'm in a chroot, it can't exactly start, and because of that it keeps throwing up errors |
| 19:29 | <= ScriptRipper left/quit |
| 19:32 |
ogra_ |
steev, just copy /etc/resolv.conf from the host |
| 19:33 |
steev |
ogra_: i have that, i'm trying to install the package resolvconf |
| 19:33 |
ogra_ |
do you have /proc mounted etc ? |
| 19:33 |
steev |
and since it can't start in the chroot it doesn't install successfully (it's a dependency for ubuntu-minimal) |
| 19:33 |
infinity |
Does 'initctl reload-configuration' help? |
| 19:33 |
steev |
ogra_: yes |
| 19:33 | => llsquire joins |
| 19:34 |
infinity |
Well, 'initctl reload-configuration && dpkg --configure -a' |
| 19:34 |
infinity |
(Really, chroots should have a policy-rc.d that just denies starting services, though) |
| 19:35 |
steev |
ill try when these packages finish installing, sdcards be slow |
| 19:38 | <= rirozizo|lurk left/quit |
| 19:46 | ** Ursinha is now known as Ursinha |
| 19:47 | => xranby_ac100 joins |
| 19:51 | <= jcrigby left/quit |
| 19:52 | => zyga-xchat joins |
| 19:52 | ** milaq|afk is now known as milaq|afk |
| 19:54 | => jcrigby joins |
| 19:58 | => lgro joins |
| 20:02 | ** helicopter88 is now known as helicopter88 |
| 20:02 | => pbuckley joins |
| 20:07 | <= cookie left/quit |
| 20:12 | ** coldsun15|away is now known as coldsun15|away |
| 20:14 | <= pizthewiz left/quit |
| 20:15 | <= mrfilbert left/quit |
| 20:19 | <= burli left/quit |
| 20:22 | <= mustang03282 left/quit |
| 20:22 | ** helicAWAY is now known as helicAWAY |
| 20:24 | => gcst_ joins |
| 20:30 | => victorp joins |
| 20:30 | <= Alex[sp3dev] left/quit |
| 20:35 | => ScriptRipper joins |
| 20:35 | <= ScriptRipper left/quit |
| 20:35 | => ScriptRipper joins |
| 20:40 | => the_student joins |
| 20:45 | <= the_student left/quit |
| 20:49 | ** milaq is now known as milaq |
| 20:50 |
steev |
infinity: start: Unknown job: resolvconf\ninvoke-rc.d initscript resolvconf, action start failed.\ndpkg: error processing resolvconf (--configure) |
| 20:51 | <= lgro left/quit |
| 20:52 | ** coldsun15 is now known as coldsun15 |
| 20:53 | <= victorp left/quit |
| 20:53 | <= marvin24_DT left/quit |
| 20:53 | <= marvin24 left/quit |
| 20:55 | <= ScriptRipper left/quit |
| 20:55 | => marvin24_DT joins |
| 20:57 | => ScriptRipper joins |
| 20:57 | <= ScriptRipper left/quit |
| 20:57 | => ScriptRipper joins |
| 21:00 | => lgro joins |
| 21:06 | <= BlInK311 left/quit |
| 21:06 | <= maccarro left/quit |
| 21:08 | <= LordDeath left/quit |
| 21:09 | => BlInK311 joins |
| 21:14 | <= lilstevie left/quit |
| 21:15 | ** Ursinha-lunch is now known as Ursinha-lunch |
| 21:15 | <= kvarley left/quit |
| 21:16 | <= DavidLevin left/quit |
| 21:16 | => pizthewiz joins |
| 21:19 | => DavidLevin joins |
| 21:19 | <= pbuckley left/quit |
| 21:22 | => iglo_ joins |
| 21:25 | <= iglo left/quit |
| 21:27 | => Dr_Who joins |
| 21:27 | <= Dr_Who left/quit |
| 21:27 | => Dr_Who joins |
| 21:30 | => lilstevie joins |
| 21:32 | <= coldsun15|away left/quit |
| 21:35 | <= jonpry left/quit |
| 21:36 | <= chrisccoulson left/quit |
| 21:37 | <= jkridner_ left/quit |
| 21:37 | => jkridner joins |
| 21:37 | => chrisccoulson joins |
| 21:38 | ** skynet-2000 is now known as skynet-2000 |
| 21:38 | ** skynet is now known as skynet |
| 21:42 | <= spadez|phone left/quit |
| 21:47 | => xranby_ac1001 joins |
| 21:48 | <= Alam_Squeeze left/quit |
| 21:49 | <= rcn-ee left/quit |
| 21:49 | <= xranby_ac100 left/quit |
| 21:50 | <= rirozizo left/quit |
| 21:51 | => pbuckley joins |
| 21:54 | => B1Ink311 joins |
| 21:56 | => scientes joins |
| 21:57 | <= jonpry left/quit |
| 21:58 | <= BlInK311 left/quit |
| 21:59 | <= paulk-desktop left/quit |
| 22:03 | => BlInK311 joins |
| 22:03 | ** coldsun15_ is now known as coldsun15_ |
| 22:06 | <= B1Ink311 left/quit |
| 22:07 | => _roger_ joins |
| 22:07 | <= Neko left/quit |
| 22:08 | <= pbaxter left/quit |
| 22:08 | => sakoman joins |
| 22:09 | <= bmonkj left/quit |
| 22:09 | <= sakoman__ left/quit |
| 22:09 | => B1Ink311 joins |
| 22:12 | ** calculu5 is now known as calculu5 |
| 22:13 | <= BlInK311 left/quit |
| 22:17 | <= kiozen left/quit |
| 22:19 | => BlInK311 joins |
| 22:23 | => BlInK joins |
| 22:23 | <= B1Ink311 left/quit |
| 22:24 | <= BlInK311 left/quit |
| 22:26 | <= mgross029 left/quit |
| 22:26 | ** mgross029_ is now known as mgross029_ |
| 22:28 |
steev |
ogra_: infinity: any other suggestions? |
| 22:29 | <= DavidLevin left/quit |
| 22:29 | ** Sleep_Ced is now known as Sleep_Ced |
| 22:31 | <= helicopter88 left/quit |
| 22:33 | <= mastermerlin left/quit |
| 22:33 | => robbiew joins |
| 22:35 | <= jonpry left/quit |
| 22:36 | <= BlInK left/quit |
| 22:36 | => DavidLevin joins |
| 22:36 | <= bradfa left/quit |
| 22:37 | <= FlawlesStyle left/quit |
| 22:38 | <= morphis left/quit |
| 22:45 | => ojn joins |
| 22:50 | ** milaq|afk is now known as milaq|afk |
| 22:52 | ** milaq is now known as milaq |
| 22:55 | <= mgross029 left/quit |
| 23:01 | => kennyMC joins |
| 23:03 | <= himamura left/quit |
| 23:04 | <= prpplague left/quit |
| 23:05 | <= skorgon left/quit |
| 23:08 | <= rob_w left/quit |
| 23:09 | => Neko joins |
| 23:09 | <= Neko left/quit |
| 23:09 | => Neko joins |
| 23:09 | ** rirozizo is now known as rirozizo |
| 23:10 | <= mpoirier left/quit |
| 23:11 | <= zyga-xchat left/quit |
| 23:15 | <= kennyMC left/quit |
| 23:16 | <= Alex[sp3dev] left/quit |
| 23:18 | ** coldsun15 is now known as coldsun15 |
| 23:18 | <= psychuil left/quit |
| 23:20 | <= xranby_ac1001 left/quit |
| 23:21 | => bmonkj joins |
| 23:37 | <= marvin24_DT left/quit |
| 23:39 | => stlsaint joins |
| 23:45 | <= Neko left/quit |
| 23:58 | <= DavidLevin left/quit |