/srv/irclogs.ubuntu.com/2010/11/23/#ubuntu-us-ca.txt

jdeslipUbuntu-Server boots so fast.  I think it is literally 2 seconds after my bios...00:04
jdeslipRHEL used to take like 2 minutes00:04
jdeslipI guess when you get rid of X, you can boot real fast :)00:06
akkX doesn't take that long, but gnome does.00:07
akkI'd love to get that 2-second boot, though! 10 sec is about the fastest I've heard of.00:07
jdeslipFor server even?00:12
jdeslipIt is crazy fast for server00:12
jdeslipBIOS takes way longer than Ubuntu :)00:12
akkBIOSes are amazingly slow, some of them.00:14
jdeslipya, that is true - particularly on the MoBo's for build-it-yourself computers00:15
seidoshere is an ant simulator that's available in linux that isn't in the repositories.  http://www.not-equal.eu/myrmedrome/main_en.html00:19
seidosoh, and hello, pardon my manners00:19
pleia2haha, awesome00:20
seidosapparently ants separate their cemeteries and nurseries00:20
seidoshmmm, maybe i should send it to the mailing list00:21
seidosi'm not sure if it's worthy of spamming a mailbox, but then considering the general boring stuff i get in my box...00:21
jdeslipDid you create this?00:28
seidosjdeslip, i wish00:30
seidosi'm really not good at learning languages, programming included.  probably because i just don't find myself "talking" to my computer much.00:31
seidosprobably because i don't really need my computer to do anything that it can't already do, and i've already programmed a couple tiny programs...00:33
jdeslipYa, I slowly got into programming for my desktop when I developed very specific needs :)00:35
* seidos has a conversation with his computer00:36
seidosthat would be a cool title for a novel "My Conversation with a Computer" or something00:37
akkI wish I could adjust my wants so my computer already did all of them. :)00:37
seidoswell, it kind of already happened in Hitch Hiker's Guide to the Galaxy, i really need to finish that book00:37
seidosakk, what is it that you want?00:37
seidoswell, that you're computer can't provide, obviously00:38
akkseidos: I guess I could send you to my software page for a long list of the things I've (partially) added already ... more stuff all the time.00:38
seidosi'd love to program my computer to give me some food, but, i don't think that's going to happen :P00:38
seidosakk, you would have to, i don't remember your website url00:38
akkE.g. just yesterday I was writing an article and got tired of having to fix all the < to &lt; and so forth when I pasted code samples00:39
akkand ended up having to write that in elisp because emacs doesn't seem to have a way to do it already.00:39
akkseidos: http://shallowsky.com/software/00:39
seidosthat is interesting, i just thought about "knows" and memory...00:40
seidosknowing appears to be more involved than just memory, because if there is no capability for feeling...00:40
seidosthen do you really know it?00:41
seidosjust thinking about this analogy idea i had...00:41
DarkwingDucknuboon2age_: ping00:45
nuboon2age_yo DarkwingDuck00:45
DarkwingDucknuboon2age_: care for a PM?00:50
nuboon2age_DarkwingDuck: unfortunately i'm in a hurry at the moment but can try and catch up another time00:54
DarkwingDucknuboon2age_: roger00:54
nuboon2age_ty DarkwingDuck00:55
=== dragon1 is now known as dragon
dragonI'm helping someone remotely to fix a system without kernel. How do I go about doing that?03:52
akkWithout any kernel at all, they'll have to boot into a live cd or rescue disk.03:54
akkBut how did they manage to not have a kernel?03:54
dragonakk: I removed the -server packages and installed ubuntu-desktop. I was never warned that the system was going into an unusable state.03:57
dragonakk: they're booted into a liveCD and awaiting my instructions while trying to make the box accessible to me via SSH.03:58
akkWhat does it say when it boots? Why do you say there's no kernel there?03:58
akkIf they're in a live CD, they can mount the real filesystem and look at /boot03:59
akkand see if there are in fact any kernels there.03:59
dragon1. There's no other option than memtest03:59
akkMaybe grub is just pointing to the wrong one.03:59
dragon2. /boot doesn't contain vmlinuz..., initrd... etc.03:59
akkWow, ubuntu-server must cover everything.03:59
akkHow about copying over whatever kernel the livecd has on its /boot?04:00
akk(assuming there is one there)04:00
dragonoh also, there was no package called ubuntu-server.04:00
dragonLiveCD certainly has a kernel, but I'm unsure about what files to copy. Looking for an authoritative list.04:00
akkvmlinuz-... and initrd-...04:01
akkthe other stuff in /boot (system.map, abi, config, vmcoreinfo etc.) aren't needed to boot.04:01
akkso you'll need the vmlinuz and initrd, then you'll need to add a grub entry04:02
dragonakk: got it. What'd be an easy way to add the grub entry? sudo update-grub isn't working as expected.04:05
dragonakk: please hilight me if possible04:06
akkIt's really easy with grub1. A lot harder with grub2 since it expects to be run only from the installed system. :(04:07
akkdragon: They can probably edit (on the /boot corresponding to the installed system, not the live CD) /boot/grub/grub.cfg04:10
akkand add a section that looks like this (with the name of their real kernel, if it's not 25-generic): http://paste.ubuntu.com/535440/04:12
akkand with the root set to an appropriate partition, not (hd0,5) and the right UUID04:13
dragon1akk: yes, I'll attempt that as soon as I get the SSH access.04:17
=== dragon1 is now known as dragon
dragonakk: it appears that LiveCD's /boot doesn't have those files.04:19
akkliveCDs do have network drivers, though, so I'm sure you can find one to download (maybe the appropriate kernel package .deb).04:22
akkIt might also conceivably work to mount the real /boot over whatever is mounted from the CD, then install kernel packages and update grub (though not sure if the livecd has the appropriate grub files in /etc, might have to install/reinstall grub2 too).04:30
akkinstall as in apt-get04:30
dragonakk: that sounds like something I'd have to do myself, rather than sending the instructions04:33
dragonI guess they're done for the evening.04:33
dragonI wish apt-get had warned me about removing the last kernel.04:33
dragonand I'm positive I installed ubuntu-desktop package. That missed out the kernels?04:33
akkYou should probably figure out which package it was you removed, so you won't do that again.04:34
akkubuntu-desktop is desktop stuff -- X, gnome, etc.04:34
akkAnd it's just a meta-package -- it's one of the first things that gets removed from my systems (because I remove some things it insists on).04:35
dragoninteresting. ubuntu-desktop recommends linux-headers-generic, but doesn't depend on it.04:36
akkaptitude show ubuntu-desktop | grep linux shows only linux-headers-generic, no actual kernel packages.04:36
dragonSo you can have ubuntu-desktop running on your system without a kernel!04:36
akkOh, you're right, even that is a recommendation.04:37
akklinux-headers isn't the kernel.04:37
akklinux-image is the kernel.04:37
dragonso it depends on the headers, not the actual kernel.04:37
dragonI'm starting to feel like I'm getting into trouble for recommending Ubuntu.04:38
akkIf you're recommending ubuntu to a newbie who isn't near you, then telling them to remove random large package sets without testing that first04:39
akkthen yeah, you'll probably get into trouble.04:39
akkI'm all for experimenting and removing stuff, do it all the time ... but not on my mom's machine just before I leave to come back home. :)04:40
dragonguess so.04:41
crashsystemsAnyone in here have a thinkpad x201?04:47
akko/04:48
akkWhy? I quite like mine.04:53
crashsystemsI'm thinking about an x201 for my next laptop04:53
crashsystemsso you have an x201 akk?04:54
akkYes -- sorry, o/ means someone raising their hand.04:54
akkOne of those silly IRC shorthands we get used to and forget people might not know.04:55
crashsystemshow is the intel gpu you running for you on 10.10?04:55
akkI'm not running 10.10, sorry, just 10.04.04:55
crashsystemsok, in 10.04 then.04:55
akkIt works great on 10.04 -- it's a studly google earth machine.04:55
akk(I'm not a gamer, so google earth is my ultimate test of 3d)04:55
crashsystemsdoes it have an hdmi port? I seem to remember seeing that somewhere, but I'm not sure04:56
akkIt has this weirdo lenovo proprietary port, for which you can get an adaptor.04:56
akkI'm not sure how much the adaptor costs -- I use one at work but didn't have to buy it myself.04:56
crashsystemsit doesn't have a dvd drive, does it?04:57
akkOh, wait, sorry, ignorance: is HDMI the video thing, different from DVI?04:57
crashsystemsyes, different from dvi04:57
akkNo, no optical drive at all. Though at work I have a docking station with an optical drive.04:57
crashsystemswhat would you say are the things you like most and least about it?04:58
akkI think the answer is it doesn't have HDMI (or DVI either) built in04:58
akkbut you might be able to get it through a docking station04:58
crashsystemsdoes it have standard monitor port? I'd be ok with just that04:59
akkYes, there's a standard VGA port built in.04:59
akkNormal plug, no dongle or anything silly like that.05:00
crashsystemshow is the keyboard?05:01
akkThe keyboard is fabulous. Best I've ever seen on a laptop.05:02
crashsystems:D05:02
akkWith one and a half exceptions: F1 and ESC are interchanged from where I expect them, so I've ended up remapping them 'cause I couldn't get used to it05:02
crashsystemsanything you don't like about the x201?05:02
akkand Alt and Fn are interchanged compared to my Vaio, but I only count that as half a complaint because it might be the Vaio that's weird.05:03
akkWait, not alt -- it's Fn and the Windows key.05:03
akkWhich reminds me, I need to put an ubuntu sticker over that Win logo :)05:03
crashsystems:D05:04
akk(thank you mark and zareason :)05:04
akkAnd I think it's the Vaio that's weird, not the Lenovo, because the Win key is between ctrl and alt on the Lenovo and my desktop keyboard too05:05
crashsystemsI'm thinking of getting the i7 x201, swapping out the default 4gb ram with 8gb from newegg, and perhaps one of those seagate hybrid drives.05:05
crashsystemsplus a decent sized external screen for when I'm at home05:06
akkThis one is the i5 with 6G (2+4, I know that means they probably can't run dual-channel)05:07
akkand so far, just the original drive; I have another one that I keep meaning to put in (and I hear they're easy to open but can't speak from experience yet).05:07
akkAnd the original win7 takes up WAY too much space on the disk, wish I could stuff it into a VM or something.05:08
crashsystemsI'd be wiping the drive with Ubuntu on the first boot05:08
akkOh, I have the Intel wifi (happily) but I think some of them might have Broadcom.05:09
crashsystemsBroadcom works quite well on my dell actuall05:09
crashsystemsactually*05:09
akkAh, okay, so you're ready for that if need be.05:09
crashsystemsyep05:10
crashsystemsif nothing else it would be fairly inexpensive to swap it for an intel05:10
akkI think the only Linux-related issue I've had is that under gnome, the screen brightness kept suddenly dimming05:10
akkand under openbox and no-gnome, when X starts it severely dims the screen, but if I brighten it it stays bright.05:10
crashsystemsI think there is a setting for that in gnome05:11
akkI wouldn't have minded if it was like a screensaver, get bright again if I move the mouse, but it would stay dim05:11
akkso I had to do Fn-Home about six times every few minutes05:11
* akk wonders if there's any way to get ubuntu to make /sys/class/backlight/acpi_video/brightness be writable by someone other than root05:24
=== ryaxnb7 is now known as ryaxnb
=== dragon1 is now known as dragon
Eurekawiki: http://wiki.ubuntu.com/CaliforniaTeam/Projects/UbuntuHours edited15:16
=== pleia2_ is now known as pleia2
Eurekawiki: http://wiki.ubuntu.com/CaliforniaTeam/Meetings/10December19 edited | http://wiki.ubuntu.com/CaliforniaTeam/Menu edited | http://wiki.ubuntu.com/CaliforniaTeam/Meetings/10November21 edited | http://wiki.ubuntu.com/CaliforniaTeam/Meetings/Current edited | http://wiki.ubuntu.com/CaliforniaTeam/Meetings edited17:32
=== mcgrof_ is now known as mcgrof
Eurekawiki: http://wiki.ubuntu.com/CaliforniaTeam/WhoDoesWhat edited23:34

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!