/srv/irclogs.ubuntu.com/2013/03/24/#ubuntu-server.txt

onereadingmanWill someone give me a hint as to what man page will tell me how to set an init script to start at boot?00:13
sw!boot00:14
ubottuBoot options: https://help.ubuntu.com/community/BootOptions - To add/remove startup services, you can use the package 'bum', or update-rc.d - To add your own startup scripts, use /etc/rc.local - See also !grub and !dualboot - Making a boot floppy: https://help.ubuntu.com/community/GrubHowto/BootFloppy - Also see https://help.ubuntu.com/community/SmartBootManagerHowto00:14
onereadingmanWill someone give me a hint as to what man page will tell me how to set an init script to start at boot?00:23
onereadingmanhey hey boo boo00:25
sw!boot00:29
* sw pokes ubottu 00:29
swonereadingman:00:30
sw00:13 < onereadingman> Will someone give me a hint as to what man page will tell me how to set an init script to start at00:30
sw                       boot?00:30
sw00:14 < sw> !boot00:30
sw00:14 < ubottu> Boot options: https://help.ubuntu.com/community/BootOptions - To add/remove startup services, you can use00:30
sw                the package 'bum', or update-rc.d - To add your own startup scripts, use /etc/rc.local - See also !grub and00:30
sw                !dualboot - Making a boot floppy: https://help.ubuntu.com/community/GrubHowto/BootFloppy - Also see00:30
ubottusw: I am only a bot, please don't think I'm intelligent :)00:30
sw                https://help.ubuntu.com/community/SmartBootManagerHowto00:30
LargePrimeHEYO!00:41
LargePrimeok so my host says i can change kernals all i want!00:41
LargePrimeso I has to do that.00:41
LargePrimeroy01:02
LargePrimeRoyK:01:02
LargePrimedoes anyone have any good thoughts on what kernel One should install?01:27
remoteLargePrime: linux01:46
LargePrimeremote:  Linux???  not a windows kernal on my ubuntu server?01:48
LargePrimeare you sure?01:48
LargePrime</sarcasm>01:48
remotehow would you feel if I said "yes"?01:48
LargePrimerelived01:48
LargePrimeremote: have you looked at http://grsecurity.net01:51
LargePrimeremote: also i see a linux-image-3.5.0-25-lowlatency kernel01:55
LargePrimeand I not know if i want, o why?01:55
LargePrimeand I not know if i want, or why?01:55
patdk-lapheh, you unlikely want lowlatency kernel01:58
patdk-lapit causes more kernel overhead processing01:58
LargePrimegreat01:59
patdk-lapit's kind of like disks, doing many small operations, are a few larger ones01:59
patdk-lapyou can go one way or the other01:59
LargePrimeso low latency i i want low latency and will pay with higher cpu load for net tasks02:00
patdk-lapfor net tasks?02:00
patdk-lapfor everything02:00
LargePrimeoh02:01
patdk-lapall the programs will run slower, cause it's optimized to switch more often, and do things *quicker* instead of waiting02:01
LargePrimeok so DO NOT WANT!02:01
patdk-lapthat means lots of context switching02:01
patdk-lapand context switching is a huge overhead02:01
LargePrimeok, so latest and greatest?  3.5.0-26?  or stick with an earlier?02:02
LargePrimewho would use a low latency kernel?02:03
LargePrimepatdk-lap:02:03
patdk-laptime sensitive stuff02:03
patdk-lapsignal analysis, some audio people02:03
patdk-lapaudio people are always alittle nuts02:03
LargePrimeREAL time sensitive stuff?  This is just a minecraft server02:03
LargePrimelol02:04
LargePrimeso any reason not to use .26? patdk-lap02:05
LargePrimeand what about grsecurity kernels?02:05
patdk-lapit's some extra security package02:08
patdk-lapbeen years since I looked into it02:08
patdk-lapbut opted not to use it, just too painful for the gain it would give me02:08
patdk-lapbut you had ovh doing that, so would be nice to use, unless like you had, it gets in the way02:09
LargePrimepatdk-lap:  , ima be back to ask you more questions02:11
=== snoonan is now known as neunon
oneId python required by nmap?05:50
oneIs python required by nmap?05:50
andolone: Yes, and why so hung up on not installing Python? Setting up some embedded system?05:52
oneandol: eventually but trying to get a clean build environment first05:52
oneI need nmap to check the lines and get an idea of what im downloading05:53
oneI guess I could try and rewrite nmap to use perl05:54
oneWhat version of nmap doesnt require python?05:54
oneSomeone keeps changing my internet connection05:54
oneSo I need nmap to see whats going on05:55
qman__you're going to have a really hard time trying to build ubuntu without python06:00
qman__and why is perl somehow ok but python isn't?06:00
oneI only see .cc and .h files in the nmap source06:04
oneWhere is the python?06:04
QuebertQuestion, when I first create the server and it asks for the hostname e.g. server.example.com can I use that name or should that only be used to name the server?07:12
oneIs there a version of nmap without python?08:44
oneIf I download a package or a source is there a way to automatically download the deps of the package and source?08:47
onealdo talk to me08:48
oneandol: are you there?08:51
oneIf I download a package or a source is there a way to automatically download the deps of the package and source?08:52
histoone: apt-get source packagename08:55
onehisto: but that doesnt also get the dependencies of that package09:01
histoone: you want source for nmap and source for all the dependancies09:01
histoone: Are you sure python isn't jsut a recomended package?09:02
onehisto: let me check again09:02
onehisto: First please help me with this I want to download the packages for build-essential so after I get the sources I can build them.09:03
oneso I try apt-get download build-essential and it only downloads the metapackage09:03
histoone: Is there a reason you want to build all of this from source?09:03
oneof course09:03
histoAnd that is?09:03
oneI am going to make changes for one and that is sufficient reason.09:04
oneReasons matter not anyway.09:04
oneIt is the causes that matter. And the effects.09:04
histoOkay but yet you don't understand how to install packages or download their source code?09:04
histosudo apt-get install build-essential09:05
histoapt-get source nmap09:05
onehisto: yes it resolves dependencies automatically when installing09:05
oneI want to download only09:05
histoDownload only what?09:05
onethe packages needed to build the sources I will download09:05
oneso either or apt-get download and apt-get source I want to also get the dependencies09:06
histoone: apt-get buil-dep packagename09:07
* histo has a feeling this is going to end badly09:07
onehisto: I dont want to build them at the moment I want to download them09:10
onewhats the point of building them if there are no changes made?09:10
histoone: that will download the dependancies to build "them"09:10
onethe sources?09:11
histoone: You are really confusing.  Perhaps you can try again and state what you want to do concisely in one line.09:11
oneok09:11
histoone: again sources for what?09:11
oneI want to download ONLY the packages for build-essential (so I can build the latter) and I also want to download a source pagage INCLUDING sources for dependencies.09:12
histoone: build-essential is a meta package you realize that right?09:13
oneRight so how do i tell both commands to alse get DEPENDENCIES09:14
histoone: So you want source code for all the packages in build-essentail??? or do you just want to download the packages only and not install them?09:15
oneBoth.09:16
histoone: what are you going to recompile gcc with btw?09:17
oneThats not what I am going to do at the moment.09:18
histoThen what do you need the source for it for?09:18
histoYou have an XY problem09:18
oneBut if you would answer the question I can get sources for other packages the answe ris the same either way.09:18
histoone: http://www.perlmonks.org/?node_id=54234109:19
oneThe question is how do I get apt-get source and apt-get download to also get dependencies.09:19
oneSIMPEL09:19
oneDont worry about why09:19
oneLet me do the thinking here.09:19
oneYou just help me issue the commands.09:20
oneOK09:20
histoThe only way I can think of doing the insane thing you want to do is to install the package an get the debs from the /var/cache/apt/archives/09:21
histothen you could apt-get source packagename and get all the source also09:21
histoSince you don't want to apt-get build-dep packagename09:22
oneSo I have to remake a list for apt-get source?09:22
onelet me try build dep09:22
histoone: I guess but again sounds like an XY problem to me09:22
oneWhat do you mean XY problem I am sick of flawed logic being thrown at me as some sort of rules to ask questions by.09:23
jpdsone: apt-get build-deps <package>09:23
jpdsbuild-dep, that is.09:23
jpds...will download the build dependencies of a package.09:23
histoone: You want to do X, and you think Y is the best way of doing so. Instead of asking about X, you ask about Y.09:24
histoone: or...  You're trying to do X, and you thought of solution Y. So you're asking about solution Y, without even mentioning X. The problem is, there might be a better solution, but we can't know that unless you describe what X is.09:24
oneI don't think like most people.09:25
oneOk I dont think linear.09:25
histoone: And that's the problem09:25
oneWhy does everything I ask turn into a logic argument.\09:25
onehisto: it is not a problem the problem is that folks dont want to help unless they think they can approve of an outcome that they are unable to see09:26
histoone: I'm not arguing only trying to help. I've explained numerous ways to do what you want although I don't agree with it and don't believe you understand.09:26
onehold on let me look at build dep09:26
oneits trying to install packages i dont want them installed i just want to download binaries and source09:26
histoone: then you would apt-get download packagename   To download the binary and apt-get source packagename to download the soruce09:28
histoone: build-dep satisfies the build dependancies for a particular package09:29
histo!source | one09:30
ubottuone: You can easily fetch a package's source with apt-get. See: http://www.debian.org/doc/manuals/apt-howto/ch-sourcehandling.en.html09:31
histo!build | one09:31
ubottuone: Compiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first)09:31
onehisto: ok I see but in binary form09:31
histoone: you would have to extract it from the debs09:31
oneI want the deps in source form09:31
histoone: then apt-get source packagename  for them09:32
oneok so I have to make my own list theres no way to have the command resolve the dependencies09:32
oneright, that is the answer to my question09:32
histoThere is no way to do what you want witht he apt-get source command it's not used that way09:34
oneoh thanks for finally answering09:35
oneappreciate the help histo if I may give some feedback next time just try to answer the questions asked09:36
histoone: I did09:36
onehisto: yeah 42 minutes later09:38
ikoniaone: drop the attitude, you're banned from #ubuntu for this attitude - be nice here09:39
oneim just giing feedback09:40
ikoniaone: yeah, so stop he's trying to help you09:40
onei dont buy that09:40
onei think its trolling09:41
onei think he is smarter than that09:41
oneand i also think he knows i am smarter than that09:41
=== Ursinha-afk is now known as Ursinha
Hasothhello, how much space will take to install ubuntu server with php and mysql server?11:17
HasothI have old comp with 40 GB disc and I don't know how much will be to use after instalation11:17
ikoniaHasoth: couple of gig11:20
ikoniacan probably get it down to around 800mb11:20
Hasothikonia: thanks11:22
Hasothwill that Ubuntu Server 12.04.2 LTS work on old machine ?11:23
ikoniaHasoth: read the minimum spec and see if your hardware meets it11:25
Hasothis that very difficult to install php and mysql server on ubuntu server?11:39
ikoniahave you considered reading any of the documentation ?11:40
ikoniaHasoth: but in short, "no"11:40
Hasothok, just in short, I will read everything today later ;)11:40
HasothI just use sometimes ubuntu - normal not server11:40
Hasothand it's very easy to do anything there11:40
ikoniathe desktop is the same as the server11:40
Hasothahh, I thought I will need to do anything with command lines11:41
Hasotheverything not anything ;)11:41
ikoniaHasoth: well that is the default setup,11:41
ikoniabut the command line is the same as the ubuntu desktop command line11:41
HasothI bet there's a lot of tutorials for ubuntu server11:46
HasothI just hope I won't get any anusual problem ;)11:46
Hasothin other case I will come here and ask specific question11:47
Hasoththanks for help ;)11:47
ikoniaHasoth: https://help.ubuntu.com - there is an excellent server section11:52
ikoniaHasoth: please be aware you can also use a desktop install as an excellent server11:52
Hasothikonia: I thought server version is like light version of system, without not needed things + with installed some stuff for server12:13
ikoniaHasoth: it's not got things like a desktop installed by default12:14
Hasothand I will use that server just for showing sites for clients12:14
Hasothgood, that would be waste of space12:15
Hasothis that possible to use free domain on my own server?12:16
Hasothor rather, is that anything like free domain without server that gives free domain?12:19
Hasothbecause they mostly want track-back link or something12:20
HasothI probably need to make domain controller or server12:26
Trudko_guys I got newly installed ubuntu server on virtual machine where i deployed apache and my application. I am not familiar with ubuntu server at all , is there something which I should do in order to procted it or something?12:26
Trudko_I found this http://askubuntu.com/questions/151440/important-things-to-do-after-installing-ubuntu-server12:44
Extreme!apache15:21
ubottuLAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see  https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process.15:21
luminoushi! I'm trying to install a package but another package is erroring out in it's --configure.. there should be no dependency between the two, so I don't know why this would happen. any insights into how I can just install salt-minion and work around puppet sucking? http://dpaste.de/xOZy7/16:01
qman__dpkg won't work until errors are resolved16:02
qman__so you can't install any packages until that's fixed16:02
luminouswhat part of dpkg is broken?16:02
qman__not dpkg, the package that's generating the errors16:02
luminoushow should I find out more information so I can fix the problem with puppet?16:03
qman__well, it looks like it won't start16:03
qman__so check syslog or messages to see why16:04
qman__if you don't care about puppet and just want to remove/manually fix later, you can manually set it to installed16:04
luminousI like that last option as a fallback16:04
luminoushow would I tell dpkg that?16:05
qman__Edit /var/lib/dpkg/status and search for “Package: puppetmaster″16:05
qman__Replace “half-configured” with “installed”16:05
maxbugh16:05
luminousanother thing is I could drop the version back to known working and lock it somehow?16:05
qman__be careful because trashing this file will break everything16:05
maxbEditing the dpkg status file manually is REALLY dubious16:05
maxbWhy can't you just remove the problem package instead?16:06
luminousmaxb: touching apt in anyway is often dubios16:06
luminousmaxb: I would prefer to drop back a versoin at this point16:06
maxbHardly16:06
qman__you can pin/hold a package16:06
luminousI'm just speaking from my experience, not trying to argue reality for others16:06
qman__did it break after an upgrade?16:06
maxbTheres a vast difference between using the package manager's published interfaces and fiddling with its internal database manually16:07
luminousqman__: likely, I did not do an upgrade, but I think another admin did, and was not looking at puppet working16:07
maxbDo you actually want a running puppetmaster on this system?16:07
luminousmaxb: agreed16:07
luminousmaxb: yes, I do want puppet running16:07
luminousas I said, I would prefer to drop back to 3.0, which was known working for my setup16:08
luminousand i can then debug what is breaking elsewhere16:08
luminousbut I need salt on there regardless.. so I'm mostly just trying to get puppet out of my way16:08
maxbDo you run the built in ruby server version of the puppetmaster or do you use passenger/apache?16:08
maxbBecause, somewhat counterintuitively, if you use the passenger/apache form, you *don't* want the puppetmaster package installed16:09
luminousbuiltin, I'm hardly using puppet anymore, I'm in the process of converting the last vestigages >>> salt stack, and I have never been happier :)16:09
luminousi need to have puppet running to ensure I'm covered if any of the last few bits break while I have not got them converted to salt16:10
maxbI'm not 100% sure that this will work, but the simplest option might be to disable the puppetmaster init script by chmod -x16:11
maxbI *think* that will allow the package configuration to complete16:11
maxbSo, can you try 'chmod -x /etc/init.d/puppetmaster; dpkg --configure -a'16:11
luminousok, that would get me through a bit. how would I ask apt to drop puppet back a version?16:12
maxbOf course, if it's important to you that the puppetmaster run, you should probably work out why it is failing to start16:12
luminousthat's the third step16:13
maxbDropping back a version largelly depends on whether the puppetlabs repositories still publish the old version, or if you're going to have to locate the packages manually16:13
luminoushrm, ok16:13
maxbYou could try 'apt-cache policy puppet' to see a list of versions that apt knows about16:13
luminousif you are not using salt stack, I _highly_ recommend checking it out16:13
maxbIf the one you want isn't in the apt indexes any more16:13
luminousyea, I might just need to fix the broken puppet definition :)16:14
maxb* If the one you want isn't in the apt indexes any more, then you will need to find the .deb files manually16:14
maxbI will have a look at salt. I currently use puppet, but I'm not all that fond of it16:14
luminousworking with salt breathes some life into sys admin again16:15
maxbOoh, salt is Python?16:15
* maxb would rather like an escape hatch from RUby16:15
luminousit's easy to work with, super fast, built on zmq, and _just friggin works_16:15
luminousyea, there's ancel too, also in python16:16
luminousit's really easy to learn16:16
luminousmuch simpler/shorter learning curve than puppet16:17
luminousand in the end, you get a clean description of what your infrastructure looks like, way more so than I could in 2 years with puppet16:17
luminousapt tells me there is a 3.0.2-1puppetlabs1 package? but how do you reference this correctly with apt? tr16:18
luminousmaxb: checkout libvirt integration here: http://docs.saltstack.com/topics/releases/0.14.0.html :D16:19
maxbluminous: Do a dpkg -l '*puppet*' and figure out all of the puppet related package names ( e.g. puppet, puppetmaster, maybe a puppet-common IIRC? )16:21
maxbThen apt-get install {puppet,puppetmaster,puppet-common}=3.0.2-1puppetlabs116:21
maxbWhere the {} is bash syntax16:21
luminousI see the name=version in doc16:22
luminousoh yea, I did not think of the other pkg16:22
luminousthanks so much maxb :)16:23
luminousyou have made my working with ubuntu a wee bit less painful :)16:23
maxbThe packages are likely to become unhappy if you mix versions :-)16:23
luminousyea, totally understandable!16:23
maxbAnd thank you, it's promising to have an alternative to Puppet to look into next time I end up in a configuration management argument at work16:24
luminous:)16:25
luminousyou may want to put it on a vbox image just to fiddle with a little.. you may find yourself using it right away :P16:25
luminouswant to find that file you can't remember which server it is on? salt '*' cmd.run 'find / -type f -name "*that_file*"'16:26
maxbMy instinct would be to just use pssh for that16:27
luminoussure, except that pssh isn't really the same framework that salt provides.. so you use one integrated tool to do a whole lot16:28
luminousI have networks defined as maps of vms with specific profiles, and then states to control evyerthing from services to users and the specifics of files.. and can then use salt-cloud to wave a wand and have an instance of that network created in the cloud for me, all according to spec..16:30
luminousbut yea, I know.. it's just something you experience as your life gets easier with salt, and then you don't want to use anything else. you even start to solve your admin problems differently16:30
qman__how do the systems connect?16:30
qman__is it possible to do this over the internet or no?16:31
qman__at my job we have a bunch of NASes that need to be more or less identically configured, and right now I have them wget a tar.gz to update a set of scripts16:32
maxbI suspect it might be a bit of a hard sell to move off Puppet at my place, unfortunately.  We're still splitbrained between Debian and CentOS after a merger of two companies16:32
Trudko_guys I got newly installed ubuntu server on virtual machine where i deployed apache and my application. I am not familiar with ubuntu server at all , is there something which I should do in order to procted it or something?17:09
Trudko_I found this http://askubuntu.com/questions/151440/important-things-to-do-after-installing-ubuntu-server17:09
ikoniaTrudko_: just apply common sense and lock it down without locking your application17:17
Trudko_ikonia: I dont have enough experience with setting ubuntu server to have common sense about this17:21
ikoniabasically sort your file permissions out17:22
qman__Trudko_, ubuntu, like most linux distributions, is secure by default17:36
qman__if there are any gaping holes, it would be something you have done17:36
Trudko_what about the  link i sent ? there are bunch of things which people set...17:36
qman__make sure you use good passwords, don't install more than you need, etc17:36
qman__those are all a matter of preference and are application-specific17:37
qman__for example, shared memory is only an issue if you allow users to execute arbitrary code on your server, i.e. user shell accounts17:37
qman__spoofing is only an issue if your system is directly connected to an untrusted network, and even then is not typically a huge issue, and hardening PHP reduces some application functionality17:39
qman__of course hardening PHP is kind of a misnomer, when you use PHP you accept the risk that PHP is generally troublesome in regard to security, and you have to make sure your application has good code17:40
patdk-lapman, that harden php thing is so much less secure than the default17:43
qman__oh?17:45
patdk-lapI will say, the disable_functions is nice, but with exec disabled, you won't be able to use wordpress/jombla/....17:46
patdk-lapregister_globals=off has been default since 5.2? or was it 5.117:47
patdk-lapexpose_php, ok, doesn't matter17:47
qman__just googled the magic quotes17:47
patdk-lapmagic_quotes_gpc, this is just evil, I would never use it, it causes all kinds of \'s all over your stuff and sql columns17:47
patdk-lapif your program is made for php 3.x, sure use it17:48
patdk-lapbut seriously17:48
patdk-lapit's an attempt at, we know php programmers won't validate user input, so this could help17:48
qman__yeah17:49
patdk-lapbut now you don't know what the real user input was, was that \ them, or php17:49
patdk-laphad a database with that all over it :)17:49
patdk-lapbetween that, and magic_sql_quots, and stuff17:49
patdk-lapand years of server upgrades and changes17:49
patdk-lapthere are upto 8 \'s in sql17:49
patdk-laphad to scrub the database17:50
patdk-lapas far as, disable_functions, the php.ini I installed like 2 weeks ago, had like 20+ things listed on it17:51
Trudko_qman__: well I deployed simple ruby on rails application where people just add some data - sport data is for sport league so it should be safe. Passwords are good(randomly generated)17:51
qman__Trudko_, with the exception of the php magic quotes of course, it's not to say that doing those things is a bad idea, but that you have to weigh whether it will be beneficial to you in your application17:55
qman__it will break some applications17:55
qman__fail2ban is generally a good idea but if you make a lot of SSH connections you need to tone it down or you'll have problems17:56
Trudko_qman__: well personally i happy that application is working17:56
Trudko_i just want to make sure that client wont call that something f*ked up with server it self17:56
qman__Trudko_, if this is going to be a set and forget server, I recommend using fail2ban17:58
qman__the other stuff is really not necessary17:58
=== bastidra1or is now known as bastidrazor
useless-eatercan anyone point me to a netinstall.img that I can dd to a usb stick for installing ubuntu-server? cannot find it on webpage21:45
RoyKuseless-eater: https://help.ubuntu.com/community/Installation/MinimalCD21:54
useless-eaterRoyK: thanks21:59
ruben231hi guys any application that will email for any downtime for server..? when the serer is unreachable22:03
RoyK!icinga22:03
ruben231 RoyK: whats that..?22:04
RoyKit's a nagios fork22:05
RoyKworks well22:05
RoyK!nagios22:05
ruben231RoyK: how install it should it be on the same server or different22:10
RoyKthe server can't know if it's dead22:10
ruben231RoyK: so it should be on seaparate22:11
RoyKmust be22:11
RoyKif you have an alarm set to alert you if you're dead, how can you press the alarm button?22:12
aandyhey, sorry if this is off topic, i couldn't find a better place to ask about dnsmasq :) anyone have experience using ptr-records in dnsmasq? specific names works, but i'm looking for a "wildcard" solution, is it impossible in dnsmasq?22:21
RoyKnot sure about dnsmasq - should work with bind22:24
aandyRoyK: ok, that's fine, i can use bind. something like 1 IN PTR one.example.com => *.*.*.1 -> one.example.com?22:26
RoyKaandy: that'll be spoofing a bit too much22:28
aandythat was just an example. what i'm looking for is only LAN addresses - 192.168.0.1/24 for instance22:31
RoyKjust register those rfc1918 addresses22:32
aandyright, sorry i wasn't clear. i meant if the syntax was right ;) as in, i specify the surfix, so 0.168.192.in-addr.arp. IN PTR lan.company. would match 192.168.0.1-192.168.0.25522:33
RoyKtry #bind22:34
RoyKI don't now22:34
RoyKknow22:34
aandyah, thanks22:34
=== gondoi_ is now known as gondoi
=== VD is now known as Guest41408
=== Nolar2_ is now known as Nolar2
=== irv_ is now known as irv
=== nonotza_ is now known as nonotza
=== WaVeR` is now known as WaVeR
=== F3Speech_ is now known as F3Speech
=== _croop is now known as croop
cronushello everyone. does anyone know how to start upstart session jobs without login. the documentation says to run init --user, but from where and how? thanks23:26
=== Myrtti_ is now known as Myrtti
=== SpamapS_ is now known as SpamapS
=== cs278 is now known as Guest20395
=== Laogeodritt| is now known as Laogeodritt
codepython777for a given process id, how do i find its memory/cpu consumption (for it and its child processes)?23:47
codepython777I'd prefer to keep an eye on its network usage as well23:47
Nicolas_Leonidashi23:52
Nicolas_Leonidashow do I stop this Enter passphrase for key '/home/foo/id_rsa' from showing up when I try to ssh?23:52
=== bradm_ is now known as bradm
=== ikonia_ is now known as ikonia

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