/srv/irclogs.ubuntu.com/2010/06/19/#ubuntu-server.txt

IchatjackTO -  if your that new to apache and all -  you might want to 'look'  for a 'of the shelve '  solution for your webhosting needs,    i.e.   isp-config00:04
Ichator webmin/usermin00:04
Ichati.e. those will also manager your 'domain  issues for you    like   domains   and sub.domains and all00:04
JackTOisthere any performance gain of havin files in root vs virtual host, i'm using webmin00:05
Ichatnope - cuze vhosts  are running on there own child processes....00:06
Ichatas if they are seperate programms in sort00:06
JackTOso its cleaner having every site in its own serpearte directory00:07
Ichatyep00:07
JackTOcool thanks00:07
Ichatyw00:07
* ccheney is close to knowing which kernel broke it00:20
=== lifeless_ is now known as lifeless
=== dendro-afk is now known as dendrobates
ccheneyDaviey, 2.6.33 seems to be the culprit00:36
hggdhkirkland: stretching out the run-instances lowers the amount of failures00:40
ccheneyDaviey, strike that, i am not sure why i thought 33 failed, it seems to work now, i might have been looking at the wrong kernel00:56
JackTOhi all, I'm trying to run an php script on my newly consigured 10.04 server running LAMP, but when I try to access the php page from a browser, i get a blank white screen..any idea of what going on?  is there any way to make sure php is running?  is it setup by default?01:30
=== dendrobates is now known as dendro-afk
ccheneyargh!01:31
ccheneyupgrading to current maverick and creating the symlink still leaves it not seeing any NCs for me :-\01:35
* ccheney goes off to find dinner01:35
JackTOif i messed up apache by deleting the default virtual host, is there an easy way to reinstall apache fresh with the orig files01:47
jmarsdenJackTO: sudo apt-get purge apache2 && sudo apt-get install apache2     # should work fine?02:18
chewbrancaI'm following this guide http://cssoss.wordpress.com/2010/05/10/eucalyptus-beginner%E2%80%99s-guide-%E2%80%93-uec-edition-chapter-4-%E2%80%93-image%C2%A0management/ to build a custom EMI image, I've got the OS installed and I can connect in with vnc through the node, but I can't connect to the instance itself, its sitting on a different subnet and I can't get to it, any ideas on how to connect in?03:26
kaushalhi03:43
kaushalis it a good place to discuss about tcpdump ?03:43
=== amstan_ is now known as amstan
Jack-in-Boxanyone know what this ioCube crap does?   my php script apparently won't work unless I install it...   and I did, but it still doesn't run...05:56
Jack-in-Boxioncube05:56
=== dendro-afk is now known as dendrobates
jmarsdenIt's a PHP obfuscator/encoder thing for commercial PHP ... not much use of that in Ubuntu.  Your PHp scriupt, if you wrote it, does not need ioncube.05:58
Jack-in-Boxwell, i bought some php software to run a social network site at work, but it has an installer that requires it...  well maybe the whole software requires it i dunno..but the install.php just comes up as a blank page05:59
Jack-in-Boxi tried to install it, and created a test.php that shows its there, but i don't think its working05:59
jmarsdenJack-in-Box: Then you are stuck unless you can make it work, or find open source social network software to replace it...05:59
Jack-in-Boxis ubuntu compatible with ioncube?06:00
jmarsdenI have no idea.  ioncube does not seem to be in the Ubuntu repositories, so it is not well known/well supported by the Ubuntu community, as far as I can see.06:00
Jack-in-Boxfair enough...06:01
Jack-in-Boxya hard to find stuff on it....06:01
Jack-in-Boxwhat is the advantage of a developer using it?06:01
jmarsdenThey can prevent others from reading/copying their (closed source) code.  So they can sell it.  As far as I know, that's all.06:02
Jack-in-Boxahh, that makes sense, the author was very concerned about that...  lol06:03
Jack-in-Boxhate closed source code!!!!06:03
jmarsdenUbuntu is much more about open source software... look harder for open source tools that will do what you need.06:03
Jack-in-Boxi agree06:04
unewbiei can't connect to my kvm guest os, the host and guest are hardy server06:09
=== dendrobates is now known as dendro-afk
Error404NotFoundI am about to create a script that will create/delete, enable/disable vhost from a reverse proxy box. This script will be only accessed by my web application residing on another box. What language should i use? and how should app-box access the script?07:40
Error404NotFoundI am very concerned about security, so i can't write in php as i will have to allow system(), and such functions.07:40
=== kaushal_ is now known as kaushal
SpamapSError404NotFound: how are you going to create/delete enable/disable the vhost?07:49
Error404NotFoundSpamapS, by creating a file in /etc/apache2/sites-available07:49
SpamapSError404NotFound: I'd create a different dir than sites-available .. just to keep the dynamic stuff seperate.07:51
Error404NotFoundSpamapS, ok, and? question is what language to use, how to call this script for my app-box (using a cakephp built app) and how to supply paramters, all over a secure channel.07:52
SpamapSError404NotFound: you should also have the script running on a different instance of apache on an unknown, different port.07:52
SpamapSError404NotFound: then you can use PHP if you want... just lock it down so only the reverse proxy can do it.07:52
Error404NotFoundSpamapS, should this script be actually available on web?07:52
SpamapSError404NotFound: I'd say definitely not. ;)07:53
Error404NotFoundSpamapS, yes, then why use a different apache? i mean isn't there any other method to call script from another box and supply paramters?07:54
SpamapSError404NotFound: you can run the different apache as a different user, that way only *that* apache can write to the configs of the public one.07:56
SpamapSError404NotFound: yes, you could just use ssh. :)07:56
Error404NotFoundI am thinking about running a IP based restricted nginx vhost on 8899 (or random) port to host that script. But again, should it really be in PHP?07:58
Error404NotFoundIf i use same PHP with nginx and Apache, the function disallow applied in /etc/php5/php.ini will be applicable to both, right?07:59
Error404NotFoundyes, the one used with nginx will be fastcgi one, so its php.ini will be different, /etc/php5/cgi/php.ini08:02
Error404NotFoundNow question is should be it be in PHP? if i use PHP i would need system() only once to reload apache.08:03
SpamapSError404NotFound: again, you could just as easily do this w/ ssh08:17
=== wieshka_ is now known as wieshka
Error404NotFoundSpamapS, ssh is not an option :'( I need to look for a php-ssh library08:17
SpamapSError404NotFound: you have php on your reverse proxy too?08:18
Error404NotFoundSpamapS, my app-box is as Cloud Site on Rackspace so i can't modify packages in the operating systems.08:18
Error404NotFoundSpamapS, no, but if i write the script in php, i will need to install it.08:19
SpamapSError404NotFound: how often are these virtualhosts going to be added?08:20
Error404NotFoundSpamapS, quite often, launching a lot of new service/product every now and then...08:20
=== kaushal is now known as krssup
uvirtbotNew bug: #595855 in apache2 (main) "proxying SSL throws errors" [Undecided,New] https://launchpad.net/bugs/59585509:59
madneonhello, ldap on 10.04 anyone?10:48
madneondid anyone manage to install openldap on 10.04?11:01
tdnCan I use Ubuntu server as a sound server, so that I can stream sound from programs like mplayer on the clients and then stream the sound to the server, who will then output the sound via its sound card?12:03
Psi-JackI understand that OpenVZ support was removed in Ubuntu but was going to be replaced with LXC. Is this the case with Ubuntu 10.04 that LXC is fully available to run?12:29
jo-erlend_tasksel just did something quite insane. I run "sudo tasksel remove mail-server" and it installed lots and lots of stuff, including phpmyadmin. Why is that?12:40
jo-erlend_it _removed_ lots of stuff, I meant.12:40
jo-erlend_why would it remove seahorse, for instance?12:42
RoyKjo-erlend_: I guess it removed the stuff depending on mail-server12:51
Error404NotFoundhow can i configure apache reverse proxy so that it loads some files from its docroot instead of the proxy box? like robots.txt?13:20
zermannHi, i'm installing ubuntu 10.04 server on a western digital hard disk with 4k sectors. I have to manually align partition?13:38
=== G is now known as Nigel
=== unreal_ is now known as unreal
kamazesup14:45
kamazefollowing: After upgrading to Lucid, the ram usage of my server nearly doubled14:45
kamazeis there a way to track down the cause?14:45
kamazei mean, from 500MiB to 1 GiB within 3,5 GiB avail Ram... it doesn't really matter, but it annoys me14:58
=== dendro-afk is now known as dendrobates
=== dendrobates is now known as dendro-afk
guntbertkamaze: how did you measure the ram usage?15:26
kamazeguntbert: monitored it using Munin15:26
kamazeAlready upgraded mid May, since then, 100% increase15:27
kamazehttp://dl.dropbox.com/u/3710383/memory-year.png15:27
kamaze@ guntbert15:27
guntbertkamaze: I've never used munin, so I cannot tell - but maybe just what it regards as "apps" has changed?15:29
kamazeCan't belive that15:29
kamazebecause free -m normally says the same15:30
kamaze+/- buffers15:30
GeorgeJHello, I'm having a problem with my 10.04 ubuntu-server instalation. Theer has been a power outtage recently and my software raid array seems to have faulted. The booting process is now stuck at fsck, it says my root partition is clean, then it stucks. I've tried booting with fastboot, fsck still runs, I also can't seems to be able to enter recovery mode. I think the problem is mountall tries to mount the fault raid array from fstab. How can I bypass 15:45
madneonGeorgeJ: maybe the raid is syncing in the back...15:48
GeorgeJYes, it most probably is, I could try to fix it, but I can't get into any console :(15:49
madneonwll I mean, maybe wait a little longer, see whats happends than15:49
GeorgeJThe system is stuck like this for about 3 hours15:52
GeorgeJNo progress bar, no nothing, fsck confirms that my root partition is okay, then hangs15:52
Jack-in-Boxhi all...   one of my servers that I just colocated i running very slow - bandwidth wise..  is there any command line util that can do a real bandwidth test, and check the config to make sure everything is in order?16:09
RoyKJack-in-Box: an rsync of a file from one site to the other should normally work well16:11
RoyKthere are more advanced ways to do this, with netcat etc, but rsync will probably suffice16:12
Jack-in-Boxmmmmm... wil it tell me the speed per second?16:12
RoyKJack-in-Box: that'll be quite easy to figure out if you do something like dd if=/dev/urandom of=somefile bs=1M count=128, transfer the file, and devide 128 megs by n seconds16:13
RoyKtime rsync ....16:13
Jack-in-Boxtrue...16:16
Jack-in-Boxlooking at iperf16:16
Zelest_not sure if this is the right place to ask.. I've asked in #kvm as well, but seeing it involves libvirtd, I'm not sure where to ask.. but I've been running several kvm instances under Ubuntu and I seem to have horrible performance after I upgraded to 10.04 .. I suspected it was ksmd at first and disabled it without any difference.. any ideas what might cause my huge CPU load?16:22
Zelest_I used to run 8 virtual machines in 9.10 with close to 0 load avg.. now I have a contant load avg of 1-1.5 while running 6 machines.16:23
RoyKZelest_: I think #ubuntu-virt is the politically correct place to ask16:27
Zelest_Aah16:27
ScottKAsking here is fine, but the odds of finding an actual answer may be higher in #ubuntu-virt16:28
=== dendro-afk is now known as dendrobates
=== dendrobates is now known as dendro-afk
=== Zelest_ is now known as Zelest
ne7workhello all, how can i install only gnome not ubuntu-desktop on my ubuntu 9.04 server?17:28
remix_tjne7work: install the gnome packages17:30
remix_tjmaybe the only gnome packet has all the needed dependencies17:30
ne7workand what I need to install sudo apt-get install what?17:31
remix_tjsudo aptitude install gnome17:31
ne7workonly gnome?17:31
ne7workremix_tj,17:34
ne7workhere?17:34
remix_tjyes17:34
ne7worknot gnome-desktop-enviorment?17:35
remix_tj!info gnome17:35
ubottugnome (source: meta-gnome2): The GNOME Desktop Environment, with extra components. In component universe, is optional. Version 1:2.28+1ubuntu3 (lucid), package size 16 kB, installed size 56 kB17:35
remix_tji think this is the correct package17:35
remix_tj!info gnome-desktop-environment17:35
ubottugnome-desktop-environment (source: meta-gnome2): The GNOME Desktop Environment. In component universe, is optional. Version 1:2.28+1ubuntu3 (lucid), package size 2 kB, installed size 44 kB17:35
ne7workwhat is the different17:36
remix_tjne7work: nothing, it's the same pkg17:36
ne7workgnome is with extra components?17:36
remix_tjyes, that's the difference :-)17:37
ne7workand what is extra components?17:44
uvirtbotNew bug: #596312 in bacula (main) "dbconfig-common doesn't prompt for password when using software center" [Undecided,New] https://launchpad.net/bugs/59631218:01
ChrizHi18:11
Chrizhow can I force remove flashplugin-installer? http://pastebin.com/MQNJyZga18:12
ruben23hi guys any application i can used to deploy a network install a linux destop  with same image and haradware specs like around 100 PC18:30
ruben23this is ubntu-desktop18:30
ChrizCan I make a raid without using the boot cd?18:43
madneonyes18:44
madneonlook at mdadm18:44
jeremynany suggestions on what to use to host my own openid server on ubuntu? i've read the most about phpmyid but it's not in the repos. the only Canonical-supported package for "openid" is python-openid, which looks more like a library than an application.18:54
jeremynthough, python-openid does apparently come with a standalone server as an example18:55
larsemilruben23: i would make an image and just dd it to the drives. works most of the times. alternate would be some kind of PXE19:01
ruben23larsemil:what are the tools i can used for imaging..?19:09
larsemilruben23: dd19:10
ruben23larsemil: any guide or how to, do do it with dd.19:16
uvirtbotNew bug: #596332 in apache2 (main) "package apache2.2-common 2.2.14-5ubuntu8 failed to install/upgrade: el subproceso script post-installation instalado devolvió el código de salida de error 1" [Undecided,New] https://launchpad.net/bugs/59633219:31
Psi-JackCurious. Anyone know how I could mount a specific partition that's stored within an LVM volume? This is a KVM LVM disk image and I'm trying to mount a specific partition that's within the volume itself.19:54
guntbertPsi-Jack: what is a "partition within a LVM volume"?19:55
Psi-Jackguntbert: Exactly that.19:55
Psi-JackA partition table that's in an LVM Logical Volume19:55
guntbertPsi-Jack: I don't partition my LVM volumes - thats why I asked?19:56
Psi-Jackguntbert: Like I said, this is a KVM disk volume, so the installation of a Linux inside the VM did the partitioning itself.19:56
cjohnstonwas there no meeting this past week?19:57
guntbertPsi-Jack: sorry, I don't get it - but I obviously cannot help - so just ignore me :-)19:57
cjohnstonDaviey: ping19:58
Davieycjohnston: \o20:02
cjohnstonwas there a meeting this week?20:02
Davieycjohnston: yes, i thought you were there :S20:03
cjohnstonnope.. wasnt there..20:03
cjohnstontrying to find the logs for UWN.. but i dont see them20:03
Davieycjohnston: I'm middway through prepairing the meeting logs20:03
cjohnstonthe other cj may have been there..20:03
cjohnstonok.. cool thanks20:04
Davieyah, yes - sorry20:04
resnoi just installed vmware and the management site isnt showing up. when i read the source, it mentions issues with my browser not reading xml20:04
Davieycjohnston: What is the deadline for UWN?20:04
cjohnstonnormally posted sunday afternoon est.. we are checking the links right now and it wasnt working.. :-)20:04
Davieycjohnston: I'll have the meeting logs published within 2 hours of now, is thta ok?20:05
cjohnstonawesomeness20:05
cjohnstonthanks alot20:05
Davieycjohnston: np20:05
cjohnston:-)20:05
Davieycjohnston: You could include my "awesomeness" in UWN if you chose to :P20:06
cjohnstonheadline, Daviey is full of awesomeness20:06
cjohnstonlol20:06
Daviey\o/ :)20:06
resnoshould i got to vmware server chat for help?20:09
ruben23hi guys anyidea whats the difference betwwen OPenVZ with KVM..20:09
bogeyd6resno, depends, i am very versed in vmware server20:20
resnoi recently installed vmware server on my ubuntu server. when i try to access the site at *:8222, it directs to *.8333/ui/ then stops. and nothing furher happens.20:21
resnoi have already added the exeception for the self signed certificate20:21
resnobogeyd6: ^20:23
bogeyd6oh20:23
bogeyd6its a bug in vmware server20:23
bogeyd6you simply need to clear the firefox cache or use IE20:24
bogeyd6resno ^20:24
resnobogeyd6: tried ie, no such luck20:24
bogeyd6you get the error loading page in the bottom?20:24
bogeyd6clear the IE cache20:24
bogeyd6files and cookies20:24
bogeyd6i promise it will work20:25
bogeyd6UNLESS  you failed in building any of the vmware modules20:25
resnook, let me try it20:25
* resno looks for option in IE20:25
bogeyd6tools -> delete browsing history20:28
bogeyd6or tools -> options, on general tab20:28
resnook, trying it now20:29
bogeyd6close the browser when its done clearing20:29
bogeyd6then try again20:29
resnook, im waiting for it now20:31
resnobogeyd6: is chrominum any better? ie has ben "connecting" forever20:38
resnoi finally got a logo in ff, but thats about it20:39
resnologo=favicon20:39
resnobogeyd6: three browsers later. i got a login screen :)20:42
bogeyd6resno, awesome20:42
bogeyd6you should have been using vmware server 120:42
bogeyd6vmware server 2 sucks because the ie addon or firefox plugin makes the browser crash20:42
resnoi followd the tutorial from https://help.ubuntu.com/community/VMware/Server20:43
resnoheh, looks ill have to keep the windows machine around after all :)20:44
=== unreal_ is now known as unreal
resnothanks bogeyd621:07
BiggFREEHi22:02
malchiasI am attempting to setup SSL.   I've modified the default-ssl vhost container with <Virtualhost :433>, ports.conf with Listen 443, and done a force-reload and restart but apache2ctl -S only shows :80.   Oh, I also did a a2enmod ssl.   What am I missing?22:03
malchiasapache2ctl -t says syntax ok, and it restarts ok serving http fine, but not https (using a self signed cert)22:04
malchiasdoh, apparently I have to a2ensite default-ssl22:06
=== shade__ is now known as \shade\
cloakable:P22:06
uvirtbotNew bug: #596363 in bind9 (main) "db.root needs update for i.root-servers.net AAAA record" [Undecided,New] https://launchpad.net/bugs/59636322:11
AkiraaIs there a tutorial on how to get KVM virtualization going on Ubuntu server 10.14 LTS (Lucid)? I tried following this: http://www.ideyatech.com/2010/05/virtualization-with-ubuntu-1004-lucid-lynx  my problem is in the comment section22:28
electrofreakhi22:45
electrofreakjust setup ubuntu-server 10.04 and setup samba... it wont show up on my windows computers. (I have to use the server's IP to connect to shares). Any ideas?22:47
malchiasany firewalls?22:47
sebsebsebapparantly the server edition is basically just the desktop version, but without a gui, so maybe this is all you need22:47
sebsebseb!samba22:47
ubottuSamba is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and https://help.ubuntu.com/10.04/serverguide/C/windows-networking.html - Samba can be administered via the web with SWAT.22:47
electrofreakmalchias: no.... unless the latest ubuntu-server has a firewall by default?22:48
sebsebsebright back to #ubuntu22:48
electrofreaksebsebseb: heh. does it really mater where I ask? samba is the same for desktop and server....22:49
sebsebsebelectrofreak: yes I was thinking  that22:49
sebsebsebpretty much straight away, after I told you to come here22:49
malchiaselectrofreak: I mean, there are multiple acl/fw points to check:  your windows boxes, the router, any intelligent switches, etc22:50
electrofreakI just wonder if there is something I'm missing. in the past, I've never had this problem with samba22:50
electrofreakmalchias: well, I see other windows boxes on my box...22:50
malchiasnarrow it down to why it's failing.  Can it connect, is there a message, etc22:52
electrofreakmalchias: yes, I can connect if I use \\<ip> ... it just isn't seen in the network neighborhood thing22:52
malchiasby default windows has a firewall, and 445,135 are open... I don't know samba, but make sure it's allowed (disable the windows firewall and see if you can connect)22:53
electrofreakmalchias: wait....22:53
electrofreakmalchias: I think I just fixed it... ugh. stupid differences between old and new ubuntu....22:54
malchiascool, what's the fix?22:54
electrofreakmalchias: it used to be if I just ran /etc/init.d/samba restart, both smbd and nmbd would restart22:54
electrofreakbut now that isn't there22:54
malchiasI see, cool22:54
electrofreakso.... I just manually started nmbd and it showed up right away22:54
electrofreakwhy'd they switch to this Upstart stuff?22:55
* malchias is a noob - here to learn, doesn't know :)22:56
jmarsdenelectrofreak: upstart allows parallel startup of services... much faster boot times in some circumstances...22:56
electrofreakjmarsden: ah. ok. that is one thing I liked..... this thing now boots up in almost seconds.22:57
jmarsdenFaster boots are very important for netbook users, for example... it was a major goal for this release...22:57
electrofreakI like that they made setting up RAIDs in the install super simple now...22:58
electrofreaklast time I full installed was 8.04 LTS.... lots has changed since then22:58
jmarsdenYes, 8.04 was a long time ago :)22:59
electrofreakjmarsden: yea... I had upgraded my 8.04 to 10.04... but then last night had an unexpected "eff" moment with 'rm'... and my back-up was basically useless (and a month old, anyway)... so I hadn't intended to reinstall, but ended up having to23:01
electrofreakjmarsden: I think it's a good thing, tho. cleans up lots of cruft and such23:01
jmarsdenrsnapshot (and some spare disk space) can really help with those kinds of mistakes... on my desktop here I have hourly backups of /etc and the parts of /home I care about, and then daily, then weekly, then monthly... all automated... :)23:02
electrofreakjmarsden: well, I actually had /etc and /hom and /var, so nothing critical was lost....23:04
electrofreakI honestly don't even know what the problem was... all files were there, like I could see and read everything from a livecd....23:04
electrofreakbut, for some reason trying to chroot to it or boot from it, wasn't working. things like /bin/bash claimed they weren't there.23:04
electrofreakI think the FS was somehow messed up, but I don't know how or why23:05
AkiraaHas anyone configured KVM on Ubuntu server 10.04 (Lucid) ?23:15
=== amstan_ is now known as amstan
ruben23hi anyone have idea how to kickout a users login on my server using ssh..?23:32
malchiasps -aux | grep pts23:36
malchiaskill -9 <theirpid>23:37
malchiasperhaps there is a more eloquent method though23:37
amstankillall -u username23:37
malchiasthat will kill all services logged in or running as that user name23:37
bogeyd6resno, why do you need to keep the windows machine around?23:40
ne7workhello all23:45
electrofreakne7work: hi23:46
ne7worki have problem with nvidia driver on ubuntu server 9.04 with sudo apt-get install gnome23:46
ne7workand i don't have sound23:46
ne7worki have one error when i try sh ./nvidia-..23:46
electrofreakne7work: what's the error?23:47
ne7workmiss binitus23:47
ne7workor what is this..23:47
ne7worki don't remember23:47
ne7worki go to see ?23:48
ne7workelectrofreak, binutils23:49
ne7workli kyv package23:49
ne7workelectrofreak, echo?23:49
electrofreakne7work: did you install binutils? sudo apt-get install binutils23:50
ne7workand now?23:51
jmarsdenne7work: Why are you trying to load nvidia drivers on a Ubuntu Server... Ubuntu server has no GUI anyway, by design....23:51
ne7worki install only gnome..23:51
ne7workand I need this ubuntu for listen music, skype, web server, hlds and counter-strike23:51
jmarsdenOn a server?  Hmmm.  Then you should install Ubuntu desktop, not Ubuntu server :)23:52
electrofreakne7work: do you need it for server things?23:52
Ichathi can anyone help me to 'finally'  get ubuntu  10.04 setup with  software raid  (i tried  x64 but it seems to  have error with mdadm  failing / wrong (or old? ) version   - missing or other error  with  an error at the end of the 'base- installer23:52
ne7worki write sudo apt-get install gnome on ubuntu server 9.0423:52
ne7workthis is more fast than ubuntu desktop23:53
jmarsdenne7work: It will be much easier to install Ubuntu Desktop if you actually want a desktop machine.23:53
ne7worki need this two..23:53
ne7workdesktop/server ..23:53
ne7workbecause that i install gnome only23:53
ne7worknot ubuntu-desktop23:53
Ichatne7work  -try ubuntu light edition23:53
ne7worki go to try now with binutils23:53
electrofreakne7work: if I needed it for such things.... I would install desktop and just install the server packages I required on the desktop version...23:54
Ichatits better for your needs and still is geared to desktop use23:54
electrofreakwell... binutills should be installed already, heh23:54
electrofreakI'm confused as to why he has to leave to install these things...23:55
ne7workwhat is the light edition?23:56
ne7workand how to install kernel-sources?23:56
electrofreakne7work: netbook edition?23:57
electrofreakne7work: you can apt-get the kernel sources23:57
ne7workwhy netbook?23:57
ne7workwhat i need to write23:57
ne7workto apt-get23:57
ne7work...23:57
ne7workkernel?23:57
electrofreakne7work: you asked what the light edition is.... netbook is pretty darned light23:58
electrofreakapt-get install linux-source23:58
electrofreakapt-get install linux-source-<version>23:58
ne7workwhat version i need?23:59
ne7workwitch23:59
ne7workwich23:59
electrofreakne7work: are you using 10.04?23:59
ne7work9.0423:59
ne7worksec.23:59
ne7worki go to try again to install nvidia..23:59

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